Am I able to make sub-categories within categories?
Thanks,
Mel
Am I able to make sub-categories within categories?
Thanks,
Mel
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?
I really have no Idea.
Change the YOUR_TEMPLATE folders to any name you want (or leave it as is) and try it out.
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
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?
Open includes/languages/english/YOUR_TEMPLATE/links_submit.phpI 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
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 followingand just below add the following:PHP Code:<?php echo HEADING_TITLE; ?>
<?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)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?
These should be located in includes/templates/YOUR_TEMPLATE/css