Results 1 to 2 of 2

Thread: CMS PHP-Nuke

  1. #1
    Join Date
    Apr 2006
    Posts
    107
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Smile CMS PHP-Nuke

    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??

  2. #2
    Join Date
    Jul 2006
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Open your theme's theme.php.
    Find that.
    PHP Code:
     if ($banners) {
    include(
    "banners.php");
    echo 
    "<br>";

    And replace with that.
    ads(0);

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •