+ Reply to Thread
Results 1 to 4 of 4

Thread: Logout link on account dropdown

  1. #1

    Logout link on account dropdown

    I don't know whether I'm tripping or not but I think I remember there used to be a logout link at the end of my account dropdown menu when I am logged in to my site. but now the logout link only exists on the welcome page when you first log into my site and nowhere else.... does anyone know how I can return it back to the dropdown or if it was not there to begin with, how can I put it there?

    Thank you in advance

  2. #2
    Junior Member
    Join Date
    Jun 2015
    Posts
    18
    I have it only in blocks/user_navbar. tpl the link is <li><a class="font2 logout" title="{$lang.title_logout}" href="{$rlBase}{if $config.mod_rewrite}{$pages.login}.html?action=log out{else}?page={$pages.login}&amp;action=logout{/if}">{$lang.logout}</a></li>

  3. #3
    Oh my God I didn't even notice you replied to this, thank you for that I tried to put it just above the closing ul tag in the user_navbar.tpl and it's showing up about 9 times in a row :/ any idea where exactly I can put it so that it works properly? Thank you mate

    Code:
    Only registered members can view the code.

  4. #4
    Can anybody help with this?

+ Reply to Thread