vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Mods under Forum Description (https://vborg.vbsupport.ru/showthread.php?t=87036)

imported_GMTalk 06-17-2003 05:55 PM

Mods under Forum Description
 
I would like to where the moderators are listed under your forum description. I did this in 2.3.0 but can not get it to work under 3.0

Any help is appreciated

Tony G 06-18-2003 10:18 AM

Try this:

in forumhome_forumbit_level1_post find:

$forum[description]

Add after:

<br />$forum[moderators]

-----------

Do the same thing in forumhome_forumbit_level2_post. This is only from first glance, so it may be incorrect.

imported_GMTalk 06-19-2003 03:15 AM

Quote:

Originally Posted by Tony
Try this:

in forumhome_forumbit_level1_post find:

$forum[description]

Add after:

<br />$forum[moderators]

-----------

Do the same thing in forumhome_forumbit_level2_post. This is only from first glance, so it may be incorrect.

had already attempted that and was to no avail. Thanks though.

Tony G 06-19-2003 04:28 AM

Well, thats the only moderator variable I can find..

Blue Moose Aaron 12-16-2003 08:15 AM

I tried the same, and actually got it to work. The only problem I had with it was that I also wanted to have text in from of it such as "Forum name is moderated by mod, mod, mod" but when there was no mod all the showed was "Forum name is moderated by"

Cassidy 12-16-2003 03:58 PM

I tried to get it to work on gamma =/ no luck there. I tried 2 codes but neither worked.

PHP Code:

<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
<if 
condition="$show['forummoderators']"><div class="smallfont">$forum[moderators] </div></if> 

PHP Code:

 <if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
<if 
condition="$vbphrase[moderator]"><div class="smallfont"><a href="member.php?$session[sessionurl]u=$moderator[userid]">$moderator[musername]</a></div></if> 

Edit: Sorry about stretching the page guys!


All times are GMT. The time now is 04:28 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.01717 seconds
  • Memory Usage 1,727KB
  • 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_php_printable
  • (1)bbcode_quote_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