It will be available in the downloads section in the next few days.
I just added images to my categories section but for some reason on http://www.cooltechcentral.com/links the sections are not as well spaced as http://www.books-japan-online.com/links what could be causing this?
Try adding some padding to the following declaration in the links.css
.linkstext{padding: 3px 0 15px 0;float:left;width:33%;text-align:center;font-size:1em}
Change the highlighted portion to whatever you need.
That did the trick, thanks.
This release upgrades the mod using several suggestions found in this thread.
Those wishing to use Captcha should look at the mod
Captcha using TTF & GD by a_berezin.
You can find it here:
www.zen-cart.com/forum/showthread.php?t=59539
Last edited by clydejones; 4 Apr 2007 at 08:21 PM.
Only problem I have with this is that the java help box doesn't open
javascriptopupWindow('http://www.freerangepc.com/uk/index.php?main_page=popup_links_help')
Is something I should change to make it work?
On my other pop ups it says javascript:session_win(); and they pop up okay??
Great Mod by the way :)
I am having a few problems with your upgrade.
I am now able to add text via Define Page editor, but now I have:
http://www.cooltechcentral.com/links_submit
Link information and
Please choose the most appropriate category for your link. Cool Tech Central reserves the right to change the category or edit your description, if needed.
sandwiched between link submission.
Also I don't like the blue gradient behind the titles and the help java script buttons don't show up.
The links category page:
http://www.cooltechcentral.com/links
still doesn't have text in it even though page text editor has a page for it.
Open includes/languages/english/YOUR_TEMPLATE/links_submit.php
find and delete the following define statement
PHP Code:
define('SUBMIT_RULE', '<p>Please choose the most appropriate category for your link. <strong>' . STORE_NAME . '</strong> reserves the right to change the category or edit your description, if needed.</p>');
You can always create your own 10px by 30px graphic and save it toAlso I don't like the blue gradient behind the titles
includes/templates/YOUR_TEMPLATE/images/form.png
I'll check on this issue....the help java script buttons don't show up.
Open includes/templates/YOUR_TEMPLATE/templates/tpl_links_default.phpThe links category page:
http://www.cooltechcentral.com/links
still doesn't have text in it even though page text editor has a page for it.
find the following line of code:
Just above this line add the following code:PHP Code:
<?php include(DIR_WS_MODULES . zen_get_module_directory(FILENAME_LINK_LISTING)); ?>
PHP Code:
<?php if (DEFINE_LINKS_STATUS >= '1' and DEFINE_LINKS_STATUS <= '2') { ?>
<?php require($define_page); ?>
<?php } ?>
Bookmarks