vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Showgroups.php Edit (https://vborg.vbsupport.ru/showthread.php?t=115712)

Tim. 05-16-2006 12:05 AM

Showgroups.php Edit
 
Hello, on my forum I have 3 user groups who have moderator access over specified forums. There are the Administrators who have obvious access, Moderators who have access over specific forums/categories; and we have Hosted Project Members which is a usergroup of those who run projects hosted by us. Some of these Hosted Project Members have moderator access over their personal Project sub forums, but are not part of my staff. I have showgroups.php set to display the Hosted Project Members usergroup, but those users also appear in the Moderator area of showgroups.php because of their mod access to their project forum.

I hope this wont be too complex - how can I display only moderators who are in the Moderators usergroup? Or how can I display all users who have moderator powers over a forum that are NOT in the Hosted Project Members usergroup?

Thanks much.

peterska2 05-16-2006 02:16 AM

Did you add the Hosted Project Members mods to the moderator usergroup?

If you did, you can remove them from that group as the requirements for individual forum mods do not require them to be part for the moderator usergroup.

Tim. 05-16-2006 03:09 PM

They are not part of the Moderator usergroup, only my staff are.

www.wc3campaigns.net/showgroups.php

As you can see, the Hosted Project guys are in both Hosted Project and Moderators.

peterska2 05-16-2006 07:46 PM

ok, this works.

In your showgroups template

FIND

Code:

<if condition="$moderatorbits">
<!-- moderators -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
        <td class="tcat" colspan="4">$vbphrase[moderators]</td>
</tr>
<tr>
        <td class="thead">&nbsp;</td>
        <td class="thead" width="50%">$vbphrase[username]<if condition="$show['locationfield']"> / $vbphrase[location_perm]</if></td>
        <td class="thead" width="50%">$vbphrase[forums]</td>
        <td class="thead">$vbphrase[contact]</td>
</tr>
$moderatorbits
</table>
<br />
<!-- end moderators -->
</if>

Delete it.

Move moderators to the moderator usergroup (if they are not already in it) and set this usergroup to show on the forum leaders page. They will then show the same as admins and super mods.

Tim. 05-17-2006 04:07 AM

Yes I already know that; the problem is then the section where it says what forum they moderate will be gone. I would really prefer to keep that if at all possible.

Tim. 05-19-2006 01:23 PM

Sorry for the bump, any ideas?


All times are GMT. The time now is 07:19 PM.

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.01467 seconds
  • Memory Usage 1,718KB
  • 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
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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