PDA

View Full Version : confused


AllenBAN
12-26-2014, 06:50 PM
ive tried setting up moderators on my community and as you see staff appears as i'd like wich looks good to me but when you add a moderator to a forum then click on show foru, leaders moderators are at the top of the list along with all the forums their in and then moderators show up again normal

see attachment 2


how do i fix this

thanks

Lynne
12-26-2014, 08:11 PM
So you want to have the leaders listed and then the moderators? You need to edit the SHOWGROUPS template and move this code:
<vb:if condition="$moderatorbits">
<ol id="groups_1">
<li class="block" id="group0">
<h2 class="blockhead">{vb:rawphrase moderators}</h2>
<ol class="blockbody">
{vb:raw moderatorbits}
</ol>
</li>
</ol>
</vb:if>
to under this code:
<vb:if condition="$usergroups">
<ol id="groups_2">
{vb:raw usergroups}
</ol>
</vb:if>

AllenBAN
12-27-2014, 07:15 PM
ok thats what i wanted to do thanks! but still as you can see in this screen shot moderators is still showing up twice and i cannot figure out why i mean is it supposed to do that or is their something wrong.... seems kind of confusing to me

ForceHSS
12-27-2014, 07:29 PM
<a href="https://vborg.vbsupport.ru/showthread.php?t=299659" target="_blank">This</a> mod would list in the order you wanted as well. I use it myself

Lynne
12-28-2014, 01:01 AM
If you don't want the moderator *usergroup* to be listed, then go to Usergroups > Edit Moderators > Viewable on Show Groups > No