vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   confused (https://vborg.vbsupport.ru/showthread.php?t=316232)

AllenBAN 12-26-2014 06:50 PM

confused
 
1 Attachment(s)
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:
HTML 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:
HTML Code:

<vb:if condition="$usergroups">
        <ol id="groups_2">
                {vb:raw usergroups}
        </ol>
</vb:if>


AllenBAN 12-27-2014 07:15 PM

1 Attachment(s)
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


All times are GMT. The time now is 04:41 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01581 seconds
  • Memory Usage 1,714KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete