vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Is this possible (https://vborg.vbsupport.ru/showthread.php?t=119484)

Tim1418 06-23-2006 10:29 PM

Is this possible
 
1 Attachment(s)
Picture attached.

Would it be possible to not show the forums, my moderators mod?
(refer to pic)

peterska2 06-23-2006 10:58 PM

There are two ways of doing this, the easy way and the hard way.

The easy way

Open 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

Then set the usergroup settings for your moderators usergroup to show on the show groups page.

The hard way

Open your showgroups template

Find
Code:

<td class="tcat" colspan="4">$vbphrase[moderators]</td>
Replace with
Code:

<td class="tcat" colspan="3">$vbphrase[moderators]</td>
Find
Code:

<td class="thead" width="50%">$vbphrase[forums]</td>
Delete It

Open template showgroups_usergroupbit

Find
Code:

<if condition="$showforums">
                <td class="$bgclass"><div class="smallfont">$user[forumbits]</div></td>
        </if>

Delete it

Both ways will end up with a result like www.vbulletin.org/forum/showgroups.php The only difference is that the first way moves the moderators group to their place alphabetically on the page and the second leaves them at the top.

Paul M 06-23-2006 11:08 PM

Or you could just go into your ACP ;

vBulletin Options > Help General Settings > Enable Forum Leaders

and set it to "Yes, but Disable Moderators"

:)

peterska2 06-23-2006 11:11 PM

What, there's an option? :confused:

[high]* peterska2 goes to look[/high]

So there is. And all this time I've been doing it the hard way :(

[high]* peterska2 sighs[/high]

Paul M 06-23-2006 11:13 PM

ROFL.

It was added in 3.5 I believe.

Tim1418 06-23-2006 11:49 PM

Thanks a lot.


All times are GMT. The time now is 01:49 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.01077 seconds
  • Memory Usage 1,723KB
  • 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
  • (5)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