Auto Logout navbar on html page Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
3 posters

    Auto Logout navbar on html page

    avatar
    betistapir
    New Member


    Male Posts : 20
    Reputation : 1
    Language : indonesia

    Auto Logout navbar on html page Empty Auto Logout navbar on html page

    Post by betistapir January 27th 2012, 1:51 am

    here is my homepage, i made html page as my home page
    Auto Logout navbar on html page Zost10
    i just made my navbar on that homepage
    and the problem is, i already login and can i change it automatically to logout? ...
    just like the default navbar on forum
    any script of that?

    or can i put the default navbar forum to my html page without adding header and footer inside? study
    avatar
    betistapir
    New Member


    Male Posts : 20
    Reputation : 1
    Language : indonesia

    Auto Logout navbar on html page Empty Re: Auto Logout navbar on html page

    Post by betistapir January 28th 2012, 4:56 pm

    bump
    Mr_Waffle
    Mr_Waffle
    New Member


    Posts : 24
    Reputation : 0
    Language : Dutch | HTML | CSS | JavaScript | jQuery | Java | MIPS ASM | Learning C#

    Auto Logout navbar on html page Empty Re: Auto Logout navbar on html page

    Post by Mr_Waffle January 28th 2012, 6:12 pm

    Try
    Code:
    <!-- BEGIN switch_user_logged_in -->
    HTML for logged in users
    <!-- END switch_user_logged_in -->
    <!-- BEGIN switch_user_logged_out -->
    HTML for logged out users
    <!-- END switch_user_logged_out -->
    That works on punBB. Idk about other versions.
    avatar
    betistapir
    New Member


    Male Posts : 20
    Reputation : 1
    Language : indonesia

    Auto Logout navbar on html page Empty Re: Auto Logout navbar on html page

    Post by betistapir January 28th 2012, 6:48 pm

    just like this?
    Code:

    <!-- BEGIN switch_user_logged_in -->
       <a href="http://url/login" title="Login">Login</a>
    <!-- END switch_user_logged_in -->
    <!-- BEGIN switch_user_logged_out -->
            <a href="http://url/login?logout title="Logout">Logout</a>
    <!-- END switch_user_logged_out -->

    i tried it but doesnt work ...
    Mr_Waffle
    Mr_Waffle
    New Member


    Posts : 24
    Reputation : 0
    Language : Dutch | HTML | CSS | JavaScript | jQuery | Java | MIPS ASM | Learning C#

    Auto Logout navbar on html page Empty Re: Auto Logout navbar on html page

    Post by Mr_Waffle January 28th 2012, 6:55 pm

    You're using a custom HTML page or editing the templates?

    In the first case, you'll have to use some way to see if a user is logged in. You'll need to use Javascript for this. The above method won't work.

    If you're using the templates this should work fine.
    Sir Chivas™
    Sir Chivas™
    Helper
    Helper


    Male Posts : 6983
    Reputation : 457
    Language : EN, FR, ES
    Location : || CSS || HTML || Graphics Designs || Support ||

    Auto Logout navbar on html page Empty Re: Auto Logout navbar on html page

    Post by Sir Chivas™ January 28th 2012, 6:56 pm

    Hey,

    betistapir may i get the link of your forum?