Results 1 to 4 of 4
  1. #1
    Join Date
    Jan 2006
    Location
    Cambridge
    Posts
    1,911
    Tokens
    0

    Latest Awards:

    Default Navigation Hidden Links Help!

    Hey Habboxers

    http://habbo-star.com/ Has A Member System But We Would Like The UserSystem Menu In The Main Navigation, I Know there Is A Code For Hiding The Links Unless The User Is Logged In, When I Tried It Had Loads Of Errors,

    Please Could Anybody Help?

    Cheers

    -Ed

    +REP To All Who Help
    EDTALKING


  2. #2
    Join Date
    Sep 2005
    Posts
    1,604
    Tokens
    0

    Latest Awards:


  3. #3
    Join Date
    Jan 2006
    Location
    Cambridge
    Posts
    1,911
    Tokens
    0

    Latest Awards:

    Default

    what part??? other than php
    EDTALKING


  4. #4
    Join Date
    Feb 2006
    Location
    Coventry
    Posts
    2,096
    Tokens
    0

    Latest Awards:

    Default

    PHP Code:
    <?
    ob_start
    ();
    include
    "config.php";
    if (
    $logged[username]) {
    echo 
    "<a href='memberspages.html'>Your members only link</a>";
    }
    else {
    echo 
    "<a href='nonmemberspages.html'>Your non members link</a>";
    }
    ?>
    I just wrote that by hand so if theres any errors just tell me but it hould work.

Posting Permissions

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