corinna08 Posted January 16, 2005 Posted January 16, 2005 i want to delete the subscribe/ unsubscribe option on my site! how do i do that?
ozcsys Posted January 16, 2005 Posted January 16, 2005 i want to delete the subscribe/ unsubscribe option on my site! how do i do that? <{POST_SNAPBACK}> Find every page where the option shows up and remove the code. For your create account page the code looks like this <tr> <td class="main"><?php echo ENTRY_NEWSLETTER; ?></td> <td class="main"><?php echo tep_draw_checkbox_field('newsletter', '1') . ' ' . (tep_not_null(ENTRY_NEWSLETTER_TEXT) ? '<span class="inputRequirement">' . ENTRY_NEWSLETTER_TEXT . '</span>': ''); ?></td> </tr> The Knowledge Base is a wonderful thing. Do you have a problem? Have you checked out Common Problems? There are many very useful osC Contributions Are you having trouble with a installed contribution? Have you checked out the support thread found Here BACKUP BACKUP BACKUP!!! You did backup, right??
Recommended Posts
Archived
This topic is now archived and is closed to further replies.