
Originally Posted by
ctcentralinfo
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.
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>');
Also I don't like the blue gradient behind the titles
You can always create your own 10px by 30px graphic and save it to
includes/templates/YOUR_TEMPLATE/images/form.png
...the help java script buttons don't show up.
I'll check on this issue.
Open includes/templates/YOUR_TEMPLATE/templates/tpl_links_default.php
find the following line of code:
PHP Code:
<?php include(DIR_WS_MODULES . zen_get_module_directory(FILENAME_LINK_LISTING)); ?>
Just above this line add the following code:
PHP Code:
<?php if (DEFINE_LINKS_STATUS >= '1' and DEFINE_LINKS_STATUS <= '2') { ?>
<?php require($define_page); ?>
<?php } ?>