Quote Originally Posted by ctcentralinfo View Post

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.

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/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 ?>