| Author |
Message |
Althor |
|
Post subject: Banners Ad in PHP-Nuke dont show up
Posted: Apr 02, 2009 - 01:44 PM
|
|
Joined: Aug 16, 2008
Posts: 6
Status: Offline
|
|
I read in some forums than PHP-Nuke 7.8 and higher a new banner system was implemented. If the theme uses code like
include("banners.php");
it should now use
echo ads(0);
In the themeheader() function of the theme.php file in the theme directory.
I do this for an older theme than i have and works, but in AoC theme with AutoTheme the code include("banners.php"); isn't pressent in the theme.php and i dont know to solve the problem.
my web http://continentefaerun.neverun.com
ty |
|
|
| |
|
|
|
 |
mars |
|
Post subject: RE: Banners Ad in PHP-Nuke dont show up
Posted: Apr 02, 2009 - 02:44 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
Edit theme.html and theme2.html and put this code wherever you want the banners to appear
Code:
<? echo ads(0); ?>
|
|
|
| |
|
|
|
 |
Althor |
|
Post subject:
Posted: Apr 02, 2009 - 05:03 PM
|
|
Joined: Aug 16, 2008
Posts: 6
Status: Offline
|
|
Works fine, thanks  |
|
|
| |
|
|
|
 |
mars |
|
Post subject:
Posted: Apr 03, 2009 - 01:00 AM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
|
|
|
 |
|
|
|
|