PDA

View Full Version : Mods under Forum Description


imported_GMTalk
06-17-2003, 06:55 PM
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, 11: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, 04:15 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.

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

Tony G
06-19-2003, 05: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.

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

<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!