Re: Link Manager 3.0 Support Thread
Quote:
Originally Posted by
iCarp
Thank you very much for your prompt reply.
I know that the define_links.php file has nothing to do with the category descriptions. What I don't understand is why that is showing up rather than the category description I've entered when I click on a links category. That is my problem and why I made my initial post.
open includes/templates/YOUR_TEMPLATE/templates/tpl_links_default.php
find the following section of code:
PHP Code:
<div class="linkstext"><a href="<?php echo zen_href_link(FILENAME_LINKS, $lPath_new); ?>">
<?php if (zen_not_null($categories_query->fields['link_categories_image'])) {
echo zen_links_image(DIR_WS_IMAGES . $categories_query->fields['link_categories_image'], $categories_query->fields['link_categories_name'], LINK_CATEGORY_IMAGE_WIDTH, LINK_CATEGORY_IMAGE_HEIGHT) . '<br />';
} else {
echo zen_image(DIR_WS_IMAGES . 'pixel_trans.gif', $categories_query->fields['link_categories_name'], LINK_CATEGORY_IMAGE_WIDTH, LINK_CATEGORY_IMAGE_HEIGHT) . '<br />';
} ?>
<?php echo $categories_query->fields['link_categories_name']; ?></a></div>
and replace it with the following:
PHP Code:
<div class="linkstext"><a href="<?php echo zen_href_link(FILENAME_LINKS, $lPath_new); ?>">
<?php if (zen_not_null($categories_query->fields['link_categories_image'])) {
echo zen_links_image(DIR_WS_IMAGES . $categories_query->fields['link_categories_image'], $categories_query->fields['link_categories_name'], LINK_CATEGORY_IMAGE_WIDTH, LINK_CATEGORY_IMAGE_HEIGHT) . '<br />';
} else {
echo zen_image(DIR_WS_IMAGES . 'pixel_trans.gif', $categories_query->fields['link_categories_name'], LINK_CATEGORY_IMAGE_WIDTH, LINK_CATEGORY_IMAGE_HEIGHT) . '<br />';
} ?>
<?php echo $categories_query->fields['link_categories_name']; ?></a><br /><?php echo $categories_query->fields['link_categories_description']; ?></div>
Re: Link Manager 3.0 Support Thread
Thanks very much, once again.
Making the suggested change gets rid of that odd define_links.php text showing up where my category description should be. But the links in the category also disappear and the links description still isn't showing up.
Essentially, clicking on a category in the links box now takes me to a blank page.
Re: Link Manager 3.0 Support Thread
Quote:
Originally Posted by
iCarp
Thanks very much, once again.
Making the suggested change gets rid of that odd define_links.php text showing up where my category description should be. But the links in the category also disappear and the links description still isn't showing up.
Essentially, clicking on a category in the links box now takes me to a blank page.
A link to your site would be really useful about now.
Re: Link Manager 3.0 Support Thread
Quote:
Originally Posted by
clydejones
As far as I know there should be no problems running these together.
Links Manager uses its own images so should not interfere with the operation of either of the other mods.
You might want to check the support thread(s) for lightbox and Slimbox.
I am having the same problem and have narrowed it down to the sidebox. When the LINKS sidebox is turned ON the lightbox will not work, but when the sidebox is turned OFF it works OK. Any ideas on how to fix this?
Re: Link Manager 3.0 Support Thread
Quote:
Originally Posted by
clydejones
A link to your site would be really useful about now.
Fair enough. I've installed this mod on two sites and have the same problem on both. I haven't had the links box turned on because of this problem- don't want to confuse my customers. But I just turned it on and you can see it here as originally installed without the edit to the php file that you suggested:
Links Manager
And this is how it appears with the edit:
Links Manager php edit
You'll also notice that all of my righthand side boxes have disappeared after making the change. This is a very lightly modified install of ZC, mostly on the admin side- Ultimate SEO, stock by attribute, and not much else.
Thanks once again. Your time, patience, and help are greatly appreciated.
Re: Link Manager 3.0 Support Thread
Quote:
Originally Posted by
iCarp
Fair enough. I've installed this mod on two sites and have the same problem on both. I haven't had the links box turned on because of this problem- don't want to confuse my customers. But I just turned it on and you can see it here as originally installed without the edit to the php file that you suggested:
Links Manager
And this is how it appears with the edit:
Links Manager php edit
You'll also notice that all of my righthand side boxes have disappeared after making the change. This is a very lightly modified install of ZC, mostly on the admin side- Ultimate SEO, stock by attribute, and not much else.
Thanks once again. Your time, patience, and help are greatly appreciated.
You can see how I have links manager set up here
For the blank page download and install the Debug Error Logging Utility
Links Manager V3.5.2 - Can't upload picture for link category
Hey, everyone,
I just installed the contribution, and have added link categories and links to test it out. While added links work well, there is a problem with new established link categories - I can NOT upload a picture for link category. Is there anything wrong with my installation. Any ideas?
Thanks in advance.
You can see the problem at http://www.vostrostone.com/index.php?main_page=links
1 Attachment(s)
Re: Links Manager V3.5.2 - Can't upload picture for link category
Quote:
Originally Posted by
Dovecam
Hey, everyone,
I just installed the contribution, and have added link categories and links to test it out. While added links work well, there is a problem with new established link categories - I can NOT upload a picture for link category. Is there anything wrong with my installation. Any ideas?
Thanks in advance.
You can see the problem at
http://www.vostrostone.com/index.php?main_page=links
in admin -> configuration -> links manager
what are your settings for the following:
Link Category Image Directory link_category/
Image - Link Category Height 80
Image - Link Category Width 80
When adding a new category you should be able to browse to an image on your computer and then click the save button.
Attachment 7267
Re: Links Manager V3.5.2 - Can't upload picture for link category
Thank you, Clyde;
I checked the setting of links manager as you mentioned, there is no difference. And when adding a new category, I do can browse pictures on my local computer, but after clicking the save botton, the picture can NOT be upload. On the right-hand side of MOD, there is indication "Image doesn't exist".
When I installed the Links Manager SQL, 7 SQL queries could not be excuted and indicated these queries existed. Is there anything problem with my installation? (Before installing this contribution, I have installed other MODs)
Thanks!
Re: Links Manager V3.5.2 - Can't upload picture for link category
Quote:
Originally Posted by
Dovecam
Thank you, Clyde;
I checked the setting of links manager as you mentioned, there is no difference. And when adding a new category, I do can browse pictures on my local computer, but after clicking the save botton, the picture can NOT be upload. On the right-hand side of MOD, there is indication "Image doesn't exist".
When I installed the Links Manager SQL, 7 SQL queries could not be excuted and indicated these queries existed. Is there anything problem with my installation? (Before installing this contribution, I have installed other MODs)
Thanks!
If this was a new installation of links manager, I'm not sure why you would receive an error saying that 7 of the sql statements already existed.