X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Turn ON newsletter (https://forum.x-cart.com/showthread.php?t=11025)

Tonto 12-20-2004 08:16 AM

Turn ON newsletter
 
This may sound dumb, but how do I turn ON the newsletter module.

I've checked everywhere and it looks like it's turned on, but I can't figure out why it doesn't show up.

Any ideas? Here's the test site:

http://outside.on.ca/store/home.php

balinor 12-20-2004 08:23 AM

Put some content in the news module and it should show up. Management/News Management :)

Tonto 12-20-2004 08:41 AM

Thanks that worked.

Tonto 12-20-2004 08:54 AM

Any idea where to change the colour of the text: 'Your email'?

I couldn't swee it in the css file.

balinor 12-20-2004 09:05 AM

In news.tpl, look for this:

Code:

{$lng.lbl_your_email}

Add a span tag around it and assign a class. Right now, it is showing up in the default font.

Tonto 12-20-2004 09:15 AM

Forgive my ignorance, but I'm not sure I know how to do that. :?

balinor 12-20-2004 09:21 AM

No problem :) Replace this:

Code:

{$lng.lbl_your_email}

With this:

Code:

<span class="classname">{$lng.lbl_your_email}</span>

where classname is the name of the style from skin1.css or a new style you create.

Tonto 12-20-2004 11:01 AM

Looks good. Thank you again. :)


All times are GMT -8. The time now is 04:55 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.