Recent content by KidRegal

  1. KidRegal

    User Ranks Based on Trophy Points

    That should work. If not, try 'messages' instead of 'posts'
  2. KidRegal

    User Ranks Based on Trophy Points

    Message_user_info
  3. KidRegal

    User Ranks Based on Trophy Points

    no prob. Thanks for sharing the code!
  4. KidRegal

    User Ranks Based on Trophy Points

    Nice feature Azzid. The code will give a syntax error because this line: <xen:if is="{$user.trophy_points} >= 130" /> Should be: <xen:if is="{$user.trophy_points} >= 130" >
  5. KidRegal

    Hide any tab in the Nav bar from Guests

    Pm me the entire navigation section code with your event section included so i can look at it
  6. KidRegal

    Hide any tab in the Nav bar from Guests

    To go right before the Members tab, It should look like this: <xen:if is="{$tabs.members}"> <li class="navTab members {xen:if $tabs.members.selected, 'selected', 'Popup PopupControl PopupClosed'}"> <a href="http://mylabnotebook.org/events"...
  7. KidRegal

    Hide any tab in the Nav bar from Guests

    Try replacing the {$tabs.events.href} in your code to the actual page url such as "http://yoursite.com/events" Place it after the tab you want it to follow...if you want it to appear after forums, find the <!--forum--!> tab code and paste your code after it.
  8. KidRegal

    Hide any tab in the Nav bar from Guests

    KidRegal submitted a new resource: Hide any tab in the Nav bar from Guests - Hide any tab you want from guests/bots Read more about this resource...
  9. KidRegal

    Unmaintained Hide any tab in the Nav bar from Guests

    When it comes to hiding tabs on the nav bar, the only tutorials I found were how to hide the Members/Help tab. So in order to hide other tabs, simply treat them as Members tabs. First: DL this resource which automatically hides your Members tab from guests...
Top Bottom