![]() |
I can't find where to turn off Newsletter Signup?
I can't find where to turn off Newsletter Signup?
I know the setting is got to be somewhere. I looked in the manual and searched all forums but no luck. Can someone put me out of my misery? thanks, Brian Kilpatrick |
Hi,
You could just remove it from the templates. I don't think an option to turn it off exists, but I could be wrong. ATKOgirl |
ATKOgirl you have answered 2 of my posts today, thankyou!
ATKOgirl you have answered 2 of my posts today, thankyou!
Must be that East Coast nice people thing. I'm in Los Angeles CA now but I'm from Milford CT. Thanks again |
AtomicFuze,
Thanks so much for the compliment! I'm CT born and bred, so it's always nice to hear from other CT'ers around the country. :wink: ATKOgirl BTW: My favorite non-clothing store is the Christmas Tree store in Orange, CT on the Milford line. I don't know the last time you were in Milford, but the Post Road has really turned into Retail Central with tons of huge stores! |
Show News MOD
modify /skin1/customer/home.tpl
Add the if statement: {if $conf.news_show} { include file="news.tpl" } {/if} INSERT INTO xcart_config VALUES ('news_show', 'Show News', 'N', 'Modules', 11, 'checkbox'); Now you can turn the news on/off from the General/Modules screen. |
does this have to be executed on SQL database?
INSERT INTO xcart_config VALUES ('news_show', 'Show News', 'N', 'Modules', 11, 'checkbox'); Predrag |
Quote:
yes |
ok, got the database part but where do I insert the if statement code? Here is my home.tpl:
Code:
{* $Id: home.tpl,v 1.7 2003/04/11 05:05:27 svowl Exp $ *} |
does anyone know? I don't want to break anything.
Predrag |
I've been thinking about getting rid of the newsletter. Not being able to view subscribers from admin makes the newsletter kinda useless. I'll let you know if I figure out how to get rid of it.
Ryan |
Find this in home.tpl
Code:
{if $login eq "" } replace with Code:
{if $conf.news_show and $login eq "" } and run this sql on the database Code:
INSERT INTO xcart_config VALUES ('news_show', 'Show News', 'N', 'Modules', 11, 'checkbox'); that should give you the option in admin to turn news box on or off or .... just comment out the code in home.tpl like this Code:
{* |
All times are GMT -8. The time now is 03:59 PM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.