Re: Link Manager 3.0 release
Needless to say I haven't read all 15 pages of this thread. However from looking at the demo site I've noticed no image verification thingy. Like the one here when you do a search, not sure why they have it here but thats another post....
So, with that said....
Is there an image verification thingy in the works for the links manger as we keep getting with linkbots almost daily..
Granted they don't get approved, but it's still a hassle to go delete all the ############\ ########## Enlargement links that have been submitted. Like 10 a day........
I have put my links page on broke because of it...
I'm sure it wont be long before the emails start pouring in.. "Wheres my link!"
Thanks
NOLA
Re: Link Manager 3.0 release
Re: Link Manager 3.0 release
You can also check this thread for an alternate solution.
www.zen-cart.com/forum/showpost.php?p=334113&postcount=13
Re: Link Manager 3.0 release
Am I able to make sub-categories within categories?
Thanks,
Mel
Re: Link Manager 3.0 release
Quote:
Originally Posted by
TurtleDove
Am I able to make sub-categories within categories?
Thanks,
Mel
categories only
Re: Link Manager 3.0 release
Hmm... I just thought of something.
Say I take the Links Manager that I currently have installed now, and change/rename its paths to directory.php. I then go on and install another Links Manager with the default path (links.php). Would both Link Managers show up in the Layout Controller and on the website sideboxes? Do you think this would work?
Re: Link Manager 3.0 release
I really have no Idea.
Change the YOUR_TEMPLATE folders to any name you want (or leave it as is) and try it out.
Re: Link Manager 3.0 release
Hello there,
I don't know if it has been mentioned in this thread before, I couldn't see it. Is it possible to change the pass through type to anchor link type? A lot of sites are refusing pass through types.
Thanks,
Heathenmagic
Re: Link Manager 3.0 release
I am having 2 issues with this mod the first would be add a link page. I am trying to add text to this page via the defines page editor, but nothing is showing up:
http://www.books-japan-online.com/in...e=links_submit
Also all my categories are all in one row:
http://www.books-japan-online.com/in...ain_page=links
How can I fix these issues?
Re: Link Manager 3.0 release
Open includes/languages/english/YOUR_TEMPLATE/links_submit.php
add a define statement containing the text you want
define('LINK_SUBMIT_TEXT', 'Please fill out the following form to submit your website.');
Save the file and upload to your server.
Open includes/templates/YOUR_TEMPLATE/templates/tpl_links_submit_default.php
find the following
PHP Code:
<?php echo HEADING_TITLE; ?>
and just below add the following:
<?php echo LINK_SUBMIT_TEXT; ?>
Save the file and upload to your server
Are you using the stylesheets for the mod. (links.css and links_submit.css)
These should be located in includes/templates/YOUR_TEMPLATE/css