Hello!!
I tried the PHP-Nuke 7.8 and I have a problem with banners: I can insert them in the administration but I can't show them in main page!! Is this a problem of this version or I did a mistake??
Hello!!
I tried the PHP-Nuke 7.8 and I have a problem with banners: I can insert them in the administration but I can't show them in main page!! Is this a problem of this version or I did a mistake??
Open your theme's theme.php.
Find that.
And replace with that.PHP Code:if ($banners) {
include("banners.php");
echo "<br>";
}
ads(0);
Bookmarks