| Author |
Message |
Guardian
Site Admin


Joined: Jul 18, 2005
Posts: 383
|
Posted:
Sat Aug 13, 2005 8:05 am |
|
Using the 'Fancy' template, the sponsor banners appear in the newsletter set up screen (you select which one by selecting a radio button).
When you then go to preview - there is no banner appearing, not even an red X ?
Weird. |
| |
|
|
 |
montego
Site Admin/Owner


Joined: Feb 12, 2005
Posts: 1294
|
Posted:
Sat Aug 13, 2005 9:08 am |
|
Guardian,
I will check again under the base Nuke product to make sure it is working there. Is this occurring on your NukeRoyal based nuke? (I am assuming so.)
I have never touched that part of the code and may have to revisit it. Will take a look at it this weekend.
Regards,
montego |
_________________ “To err is human, but when the eraser wears out ahead of the pencil, you’re overdoing it.”
-- Josh Jenkins |
|
|
 |
montego
Site Admin/Owner


Joined: Feb 12, 2005
Posts: 1294
|
Posted:
Sat Aug 13, 2005 2:47 pm |
|
Guardian,
I have looked at the Fancy_Content template.php script and sure enough it does not have the {BANNER} tag. In thinking back how this template came about in the first place (my own personal family web site long back when 1.1 was really just my personal customization job), I did not want a sponsor link, so I did not include it.
You may place it anywhere you wish in the template.php script between the following two lines:
After:
| Code: |
$emailfile = <<< EOD
|
and before:
I tested it by adding it here like this (see the line with the {BANNER} tag):
| Code: |
<br>
<center>{BANNER}</center>
<div id="unsub">You received this email because you are a registered user of {SITENAME}, if you dont want to receive mail from {SITENAME}, please let us know by following this <a href="mailto:{ADMINEMAIL}?subject=Newsletter">link</a>.</div>
<br>
<div class="bar"></div>
<div align="center">
<img style="border:0;width:88px;height:31px" src="http://www.w3.org/Icons/valid-html401" alt="Valid HTML 4.01!">
<img style="border:0;width:88px;height:31px" src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!">
</div>
</body>
</html>
EOD;
|
Thank you for pointing this out. I will have to add that back in for the next version.
Regards,
montego |
_________________ “To err is human, but when the eraser wears out ahead of the pencil, you’re overdoing it.”
-- Josh Jenkins |
|
|
 |
Guardian
Site Admin


Joined: Jul 18, 2005
Posts: 383
|
Posted:
Sat Aug 13, 2005 7:36 pm |
|
Thank you, yes, that sorted it out. |
| |
|
|
 |
|
|