What Bukkit can use for "Staff Online Now Box"

Discussion in 'Bukkit Discussion' started by emericask8ur, Nov 28, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    emericask8ur

    I dont know if Bukkit already knows this but if they want to implement "BukkitDev" staff in the "Staff Online Now" Box, All you have to do is go to ACP > Appearance > Templates > sidebar_online_users >
    Find
    Code:
    <xen:if is="{$user.is_moderator} OR {$user.is_admin}">
    And Just add this
    Code:
    OR {$user.user_group_id} == YOUR_USERGROUP_ID_HERE 
    So It should look like :
    Code:
    <xen:if is="{$user.is_moderator} OR {$user.is_admin} OR {$user.user_group_id} == 5
    Make 5 Represent your Group ID Number.
    Can be Found in the URL,
    Hope this was some help :p
     
  2. Offline

    WhosDaMan

    Oh God, if this is PhP or JS I may just have to quit learning about it.
     
  3. Offline

    Vhab

    It's not.
     
  4. Offline

    XtenD

    xenForo use good template format. Like it!
     
Thread Status:
Not open for further replies.

Share This Page