vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=236)
-   -   Mini Mods - Show moderators [like phpBB] (https://vborg.vbsupport.ru/showthread.php?t=232248)

yilmaz68 01-04-2010 10:00 PM

Show moderators [like phpBB]
 
1 Attachment(s)
Open your Forumhome template find and delete ;

PHP Code:

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

save.

and open your forumhome_forumbit_level2_post template find and delete ;

PHP Code:

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

The same template find ;

PHP Code:

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

add under ;

PHP Code:

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

Quote:

Originally Posted by SpanishHarlem (Post 1963111)
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.


All times are GMT. The time now is 09:13 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.01049 seconds
  • Memory Usage 1,745KB
  • 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
  • (4)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete