Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18

Thread: problem with anylink dropdown menu in phpnuke

  1. #11
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    If it is only going on one page, just put the script, its style and its markup right on that page.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  2. #12
    Join Date
    Oct 2004
    Posts
    20
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    index.php using header.html
    and everypage in phpnuke uses index.php so what can I do that it will work?
    and when I put it in index.php as I said it wont work good

  3. #13
    Join Date
    Oct 2004
    Posts
    20
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    btw I looked in the codes
    and you have index.php that calls in the file header.php that in that file it calls the right theme that I use for the site that in there you have the header.html file

    I think you need to know about it
    tried to put it there too and still not working

    this what I have in the header.php file:

    <?php

    /************************************************************************/
    /* PHP-NUKE: Advanced Content Management System */
    /* ============================================ */
    /* */
    /* Copyright (c) 2002 by Francisco Burzi */
    /* http://www.phpnuke.org */
    /* Hebrew Translation By HebNukeR Project */
    /* http://www.hebnuker.org */
    /* Project Administrators E-mail: webmaster@hebnuker.org */
    /* Copyright (c) 2003 By Gil Dvir HebNukeR Project Manager */
    /* */
    /* This program is free software. You can redistribute it and/or modify */
    /* it under the terms of the GNU General Public License as published by */
    /* the Free Software Foundation; either version 2 of the License. */
    /************************************************************************/

    if (eregi("header.php",$_SERVER['PHP_SELF'])) {
    Header("Location: index.php");
    die();
    }

    require_once("mainfile.php");
    if(!eregi("admin.php",$_SERVER['PHP_SELF'])) { require_once("includes/blocker.php"); }


    ##################################################
    # Include some common header for HTML generation #
    ##################################################

    $header = 1;

    function head() {
    global $slogan, $sitename, $banners, $nukeurl, $Version_Num, $HEBVersion_Num, $artpage, $topic, $hlpfile, $user, $hr, $theme, $cookie, $bgcolor1, $bgcolor2, $bgcolor3, $bgcolor4, $textcolor1, $textcolor2, $forumpage, $adminpage, $userpage, $pagetitle;
    $ThemeSel = get_theme();
    include("themes/$ThemeSel/theme.php");
    echo "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">\n";
    echo "<html dir=\"rtl\">";
    echo "<head>\n";
    echo "<title>$sitename $pagetitle</title>\n";

    include("includes/meta.php");
    include("includes/javascript.php");

    if (file_exists("themes/$ThemeSel/images/favicon.ico")) {
    echo "<link REL=\"shortcut icon\" HREF=\"themes/$ThemeSel/images/favicon.ico\" TYPE=\"image/x-icon\">\n";
    }

    echo "<LINK REL=\"StyleSheet\" HREF=\"themes/$ThemeSel/style/style.css\" TYPE=\"text/css\">\n\n\n";
    include("includes/my_header.php");
    echo "\n\n\n</head>\n\n";
    themeheader();
    }

    online();
    head();
    include("includes/counter.php");
    global $home;
    if ($home == 1) {
    message_box();
    blocks(Center);
    }

    ?>
    Last edited by Genom; 09-22-2006 at 09:34 PM.

  4. #14
    Join Date
    Oct 2004
    Posts
    20
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I forgot to delete the js from the header.html file now its not doing any errors but I still cant see the menu

  5. #15
    Join Date
    Oct 2004
    Posts
    20
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    so please can anyone help me?

  6. #16
    Join Date
    Oct 2004
    Posts
    20
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    hello?

  7. #17
    Join Date
    Oct 2004
    Posts
    20
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    ???????????????

  8. #18
    Join Date
    Oct 2004
    Posts
    20
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    hellllllllllo?

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
  •