Previous Thread
Next Thread
Print Thread
Rate Thread
Joined: May 1999
Posts: 3,039
Guru
Guru
Offline
Joined: May 1999
Posts: 3,039
The way the footer has to be included into the templates currently, the php code won't get parsed in here. It has to get read in like a standard file for inclusion in the ubbt_footer.tmpl file.

What you need to do is edit your ubbt_footer.tmpl file. You'll see in here where it has a $footerfile variable. Basically it looks like this:

$footerfile
</body>
</html>
UBBTPRINT;
/* UBBTREMARK */ ?>


You would need to change that section, to look like this:

$footerfile
UBBTPRINT;

>> insert all of your php banner code here <<

echo <<<UBBTPRINT
</body>
</html>
UBBTPRINT;
/* UBBTREMARK */ ?>


UBB.threads Developer
Sponsored Links
Entire Thread
Subject Posted By Posted
6.0.1 - PHP Disabled in the footer file? JoshPet 06/15/2002 8:57 AM
Re: 6.0.1 - PHP Disabled in the footer file? Rick 06/15/2002 7:20 PM
Re: 6.0.1 - PHP Disabled in the footer file? JoshPet 06/15/2002 7:59 PM
Re: 6.0.1 - PHP Disabled in the footer file? so01 06/19/2002 8:39 AM
Re: 6.0.1 - PHP Disabled in the footer file? Rick 06/19/2002 3:11 PM
Re: 6.0.1 - PHP Disabled in the footer file? so01 06/20/2002 12:07 PM
Re: 6.0.1 - PHP Disabled in the footer file? Rick 06/20/2002 3:01 PM
Re: 6.0.1 - PHP Disabled in the footer file? Wando 06/22/2002 2:25 PM
Re: 6.0.1 - PHP Disabled in the footer file? Wando 06/25/2002 3:07 PM
Re: 6.0.1 - PHP Disabled in the footer file? Astaran 06/25/2002 3:28 PM

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
hatter
hatter
USA
Posts: 69
Joined: January 2001
Forum Statistics
Forums63
Topics37,574
Posts293,926
Members13,850
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
WebGuy 2
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 20240506)