Jump to content

zelitemaster

Newbie
  • Posts

    1
  • Joined

  • Last visited

Profile Information

  • Software
    XenForo
  • Version
    2.0.4

Contact Methods

zelitemaster's Achievements

Newbie

Newbie (1/14)

  • Week One Done
  • One Month Later
  • One Year In
  • First Post

Recent Badges

1

Reputation

  1. I attempted to do it this way but for some reason couldn't get it working so I tried it a different way and seems to work perfectly and I guess you can say centralizes it within the XenForo widgets manager. This is how: 1) Firstly, access your Admin Control Panel. Then from there go to Appearance >> Widgets. 2) In the top right hand corner, click "Add widget" 3) In the dropdown box, select "HTML" and press "Add widget" 4) Going from top to bottom, fill in the fields. The Widget Key and Title are required so just enter the following Widget Key: usergroup_legend Title: Usergroup Legend Keep in mind that anything on this page can be changed at any time so if you do not like the look or the sound of that, you may change it later on. 5) Display in positions: This is where your widget will be placed. You can place it wherever you want really but for the sake of this, I'm placing it in the sidebar underneath the forum statistics sidebar on the home page. So select "Forum list: Sidebar". This should be in the left column 7th from the top or 3rd from the bottom. 6) Set the precedence value in the Forum list: Sidebar to "100" 7) Add the following code to the "Template" code. <div class="block-body block-row"> <dl class="pairs pairs--justified"> <div class="username" style="text-align:center;"> <span class="username--style3">Management</span> <br><span class="username--style5">Administrators</span> <br><span class="username--style6">Super Moderators</span> <br><span class="username--style4">Moderators</span> <br><span class="username--style7">Trial Moderators</span> <br><span class="username--style8">VIP</span> <br><span class="username--style9">Respected</span> <br><span class="username--style2">Registered Users</span> <br><span class="username--style10">Banned</span> </div> </dl> </div>
×
×
  • Create New...