Re: Link Manager 3.0 release
Quote:
Originally Posted by
borzoid
I'm sorry - I meant that I don't want the image column to show in the links page. Sorry if I wasn't clear
Currently there is no switch to turn this column on/off. AS I pointed out above you'll just have to leave the "image url" field blank.
I'll look into adding this option in a future update.
Re: Link Manager 3.0 release
Quote:
Originally Posted by
barco57
Clyde,
How hard would it be to do sub-cats in categories? It would really make this mod perfect for something I want to do. I have a couple a hundred wholesale customers that I would like to have links pages for based on their location (country/state).
So what I want to be able to display is:
Retail stores (this is top cat)
.....United States (sort of a sub-top-cat)
..........Alaska
...............links to Alaska stores
.....european
..........Great Britain/UK
...............links to UK stores
so on and so forth
Probably more complicated than was originally intended for the mod. that being said, I'll look at it and see what/how it can be done.
Re: Link Manager 3.0 release
I know that the FAQ mod will do sub-cats.......maybe there is some code to borrow from there.....
Re: Link Manager 3.0 release
Quote:
Originally Posted by
barco57
I know that the FAQ mod will do sub-cats.......maybe there is some code to borrow from there.....
I'll check it out.
Re: Link Manager 3.0 release
I can not get but 2 Link Categories Per Row to work on my site. I have tried small images, large images, no images, I changed it to 4 back to 3. I went and updated to the last update 30 Oct it didn't change, I reinstalled it still didn't work, I resided my whole site. I had about 50 link exchanges I lost them with the reinstall. Can someone help with this. I now have two links manager in my admin configuration, this is all one has on it. How can I get rid of it?
Links Manager
Title Value Action
E-Commerce Engine Copyright © 2003-2007 Zen Cart™
Zen Cart v1.3.7/v1.3.7
bestvarietyshop.com
Re: Link Manager 3.0 release
Quote:
Originally Posted by
weezee
I can not get but 2 Link Categories Per Row to work on my site. I have tried small images, large images, no images, I changed it to 4 back to 3. I went and updated to the last update 30 Oct it didn't change, I reinstalled it still didn't work, I resided my whole site. I had about 50 link exchanges I lost them with the reinstall. Can someone help with this. I now have two links manager in my admin configuration, this is all one has on it. How can I get rid of it?
Links Manager
Title Value Action
E-Commerce Engine Copyright © 2003-2007 Zen Cart™
Zen Cart v1.3.7/v1.3.7
bestvarietyshop.com
See your PM
Re: Link Manager 3.0 release
Quote:
Originally Posted by borzoid View Post
I'm sorry - I meant that I don't want the image column to show in the links page. Sorry if I wasn't clear
Quote:
Originally Posted by
clydejones
Currently there is no switch to turn this column on/off. AS I pointed out above you'll just have to leave the "image url" field blank.
I'll look into adding this option in a future update.
First, unzip the attached file, Change the YOUR_TEMPLATE folder to match the name of your template.
upload the entire includes folder to your server.
Second, go to admin -> configuration -> links manager -> Display Link Image & Title (set to 0)
Attachment 2867
Re: Link Manager 3.0 release
Thank you so much - that worked perfectly and couldn't have been easier to implement.
Quote:
Originally Posted by
clydejones
First, unzip the attached file, Change the YOUR_TEMPLATE folder to match the name of your template.
upload the entire includes folder to your server.
Second, go to admin -> configuration -> links manager -> Display Link Image & Title (set to 0)
Attachment 2867
Re: Link Manager 3.0 release
Quote:
Originally Posted by
borzoid
Thank you so much - that worked perfectly and couldn't have been easier to implement.
Glad it works.
Re: Link Manager 3.0 release
Hi
this is a very useful mod - thanks
but there's 1 slight prob: because of the use of $HTTP_POST_VARS it only runs on my system (PHP 5.2.4) with register_long_arrays set to on in php.ini (or via php_value)
The default value for register_long_arrays is off and perhaps it might be worth considering replacing the use of $HTTP_POST_VARS with $_POST / $_GET