Previous Thread
Next Thread
Print Thread
Rate Thread
Joined: Jun 2015
Posts: 4
Lurker
Lurker
Offline
Joined: Jun 2015
Posts: 4
Hello,

I am trying to put a banner ad on email template. I have done this before, but since the upgrade I have not. What I would like is the name of the template or whatever it is for the email notifications and put a banner on the bottom of the email.

Please help! Mike

Sponsored Links
Joined: Jan 2000
Posts: 5,833
Likes: 20
UBBDev / UBBWiki Owner
Time Lord
UBBDev / UBBWiki Owner
Time Lord
Joined: Jan 2000
Posts: 5,833
Likes: 20
Note that modifications to the stock package are not supported by UBBCentral.

You'd be looking at email_text.tpl and email_html.tpl, which cover HTML and text emails. Be sure to use a full URL to any images that you include in any of the templates (as a relative URL doesn't include your domain name).

While I was talking with Isaac, he had mentioned that you could try editing one of the language strings to display an image, if that worked with the layout you were planning.


UBB.Dev - Putting Dev into UBB.threads
Company: VNC Web Services - UBB.threads Scripts and Scripting, Install and Upgrade Services, Site and Server Maintenance.
Forums: A Gardeners Forum, Scouters World, and UGN Security
UBB.Threads: My UBB Themes, My UBB Scripts
Joined: Jun 2015
Posts: 4
Lurker
Lurker
Offline
Joined: Jun 2015
Posts: 4
OK, thank you!

Joined: Jun 2015
Posts: 4
Lurker
Lurker
Offline
Joined: Jun 2015
Posts: 4
I tried it and I dont think I am doing it correctly.

This is the code in that template,
{*
Version: 7.6.0
Purpose:
Future:
*}
{if $header}
{$header}
{/if}
{if $salute}{$salute}{/if}
{$content}
{if $posts}
{section name=ind loop=$posts}
{$posts[ind].subject}
{$posts[ind].body}
{/section}
{/if}
{if $footer}
---------------------------------------------------------------------------------
{$footer}
{/if}

This is the code I am trying to add,
/* BODY HERE */
$body = <<<EOF
<!--Begin ClixTrac.com Banner Code -->
<a href="http://www.clixtrac.com/banner/click.php?banner=177513" target="_blank">
<img src="http://www.clixtrac.com/banner/177513.png" alt="FREE DESI Labeling Software - Click Here!" title="FREE DESI Labeling Software - Click Here!" border="0" /></a>
<!--End ClixTrac.com Banner Code -->
EOF;

Joined: Jun 2015
Posts: 4
Lurker
Lurker
Offline
Joined: Jun 2015
Posts: 4
Any advise?

Sponsored Links
Joined: Jan 2000
Posts: 5,833
Likes: 20
UBBDev / UBBWiki Owner
Time Lord
UBBDev / UBBWiki Owner
Time Lord
Joined: Jan 2000
Posts: 5,833
Likes: 20
So, then place:
Code
<!--Begin ClixTrac.com Banner Code -->
<a href="http://www.clixtrac.com/banner/click.php?banner=177513" target="_blank">
<img src="http://www.clixtrac.com/banner/177513.png" alt="FREE DESI Labeling Software - Click Here!" title="FREE DESI Labeling Software - Click Here!" border="0" /></a>
<!--End ClixTrac.com Banner Code -->

Within the file where you'd like it to display. The below bits are only used within your Content Islands.
Code
/* BODY HERE */
$body = <<<EOF
EOF;


UBB.Dev - Putting Dev into UBB.threads
Company: VNC Web Services - UBB.threads Scripts and Scripting, Install and Upgrade Services, Site and Server Maintenance.
Forums: A Gardeners Forum, Scouters World, and UGN Security
UBB.Threads: My UBB Themes, My UBB Scripts

Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
Posts: 70
Joined: January 2007
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20221218)