PDA

View Full Version : Mini Mods - Show moderators [like phpBB]


yilmaz68
01-04-2010, 10:00 PM
Open your Forumhome template find and delete ;

<if condition="$vboptions['showmoderatorcolumn']">
<td class="thead">$vbphrase[moderator]</td>
</if>

save.

and open your forumhome_forumbit_level2_post template find and delete ;

<if condition="$vboptions['showmoderatorcolumn']">
<td class="alt1"><div class="smallfont">$forum[moderators]&nbsp;</div></td>
</if>

The same template find ;

<if condition="$show['subforums']"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>

add under ;

<!-- vbulletin-turko - PhpBB Moderator showing -->
<if condition="$forum[moderators]"><div class="smallfont"><b>Moderators:</b>&nbsp;$forum[moderators]&nbsp;</div></if>
<!-- /vbulletin-turko - PhpBB Moderator showing -->

save.

Note: Hey people, don't forget admincp options "show moderator column" !

I use this.. its very nice (red) you can look it :

http://img341.imageshack.us/img341/9393/77721921.png

Hellmaster
01-11-2010, 03:51 PM
Cool!

SpanishHarlem
01-22-2010, 05:00 AM
Great modification.. Now I was able to change two of my skins on it however 2 of them don't have those php codes in it.. Any idea how I can do it with them as well.

yilmaz68
01-23-2010, 12:16 AM
Great modification.. Now I was able to change two of my skins on it however 2 of them don't have those php codes in it.. Any idea how I can do it with them as well.

Thank you. You will find the codes in those themes. Just look at the all templates which has moderator columns. If themes are different, it should be harder.

P?ŋĭsЋ?я
01-25-2010, 10:02 AM
Thank you I will try

Das UndergrounD
03-10-2010, 03:46 AM
Excellent

Eplexx
12-14-2010, 05:27 PM
Worked, thanks.

Alfa1
01-01-2011, 07:58 PM
Does someone have an English screenshot? What does this do?

Does this remove the moderator column and list moderators in the forum description?

jscieza
01-01-2011, 10:54 PM
I don't know but the author is banned :S

Alfa1
01-01-2011, 11:31 PM
Doesn't matter. I found it. This template modification allows you to list your moderators under your sub-forums.

Joao Santos
12-04-2011, 06:13 AM
Has anyone got this working in 4.1.8?