Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Template Modifications

Reply
 
Thread Tools
Moderators Listed under forum description Details »»
Moderators Listed under forum description
Version: 2.00, by MysticMoon MysticMoon is offline
Developer Last Online: Apr 2008 Show Printable Version Email this Page

Version: 3.5.4 Rating:
Released: 03-31-2006 Last Update: 04-01-2006 Installs: 37
Template Edits
 
No support by the author.

I finally upgraded to version 3.5.x and my 1 template mod does work on this version

*original posting with updated version:
This is for & tested on v3.0.3, 3.0.7 upgrade version & 3.5.4

I wanted this & found posts of others wanting it
but didn't find it @ any of the main sites.

What this does is make it so the moderators show up
under the forum description like in Invision forums

Screenshot & zip with html direction file attached

** Updated to mod ver. 2 April 2006

Thanks to trackpads (Jason) for the extra help & info

changes in ver 2
2 additional templates need to be modified
1 template has a 2nd deletion needed to be done

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 04-01-2006, 04:21 AM
Frapegliko Frapegliko is offline
 
Join Date: Nov 2005
Location: GR
Posts: 100
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thx MysticMoon
Reply With Quote
  #3  
Old 04-01-2006, 05:37 AM
Ziki's Avatar
Ziki Ziki is offline
 
Join Date: Nov 2005
Posts: 2,704
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Cool.Especialy when ya have many mods.Great work
~Ziki clicks install~
Reply With Quote
  #4  
Old 04-01-2006, 08:41 AM
Smiry Kin's's Avatar
Smiry Kin's Smiry Kin's is offline
 
Join Date: Dec 2005
Location: United Kingdom!
Posts: 954
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Funny, can't seem to find

Code:
<if condition="$vboptions['showmoderatorcolumn']">
<td class="thead">$vbphrase[moderator]</td>
</if>
is it ment to be?
Code:
	  <if condition="$vboptions['showmoderatorcolumn']">
	  <td class="thead">$vbphrase[moderator]</td>
	  </if>
edit -

after all this it did nothing, no moderators show up, and it messes up the old mod colum thats there:S what waste of time now i have to go back through it all replacing all the messed up code.

image:
http://www.mypicturespace.com/uploads/5963729911.jpg
Reply With Quote
  #5  
Old 04-01-2006, 09:21 AM
Smiry Kin's's Avatar
Smiry Kin's Smiry Kin's is offline
 
Join Date: Dec 2005
Location: United Kingdom!
Posts: 954
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

wrong forum.
Reply With Quote
  #6  
Old 04-01-2006, 10:34 PM
MysticMoon's Avatar
MysticMoon MysticMoon is offline
 
Join Date: Aug 2004
Location: Michigan, USA
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Smiry Kin's
Funny, can't seem to find

Code:
<if condition="$vboptions['showmoderatorcolumn']">
<td class="thead">$vbphrase[moderator]</td>
</if>
is it ment to be?
Code:
      <if condition="$vboptions['showmoderatorcolumn']">
      <td class="thead">$vbphrase[moderator]</td>
      </if>
edit -

after all this it did nothing, no moderators show up, and it messes up the old mod colum thats there:S what waste of time now i have to go back through it all replacing all the messed up code.

image:
http://www.mypicturespace.com/uploads/5963729911.jpg
Both of those codes are 100% the same so not sure what your asking??

As far as messing up your columns, I'm sorry but I use the theme/skin that came with vB & edit to my color/image needs & it doesn't mess up anything on mine nor anyone else who's used it.

Next time please do not PM me to direct me to your post, I have a life outside of the computer & vB. I will read your post & reply to it when I get to it. Plus I do not offer support for this since it is such a simple template edit.
Reply With Quote
  #7  
Old 04-01-2006, 10:36 PM
MysticMoon's Avatar
MysticMoon MysticMoon is offline
 
Join Date: Aug 2004
Location: Michigan, USA
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks to those who commented & clicked installed
Reply With Quote
  #8  
Old 04-02-2006, 01:05 AM
trackpads's Avatar
trackpads trackpads is offline
 
Join Date: Aug 2003
Location: Armyville
Posts: 1,074
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Mystiz, it is working fine except for a few places that you missed in the directions. All of the level1 and level2 noposts also have to be edited and there is one more edit in the forumdiplay. I just searched for anything with the word 'mod' in it to make the column completely dissappear.

Also, there is a mistake in your directions-

1st edit says:

Quote:
In forumhome_forumdisplay_level1_post & forumhome_forumbit_level2_post
find:
Should read:

Quote:
In forumhome_forumbit_level1_post & forumhome_forumbit_level2_post
find:
This is a great idea and even with the extra edits it was worth it, the forumhome and forumdisplay is much cleaner!

Thanks!

-Jason
Reply With Quote
  #9  
Old 04-02-2006, 01:31 AM
MysticMoon's Avatar
MysticMoon MysticMoon is offline
 
Join Date: Aug 2004
Location: Michigan, USA
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Jason, thank you for your input.
This was my first ever (& only) attempt & not suprised I missed any steps.

I've fixed my error & included the nopost ones, but, in forumndisplay there's 3 other spots showing up & I'm not sure which one to remove. Can you let me know which one for a fact? TIA
Reply With Quote
  #10  
Old 04-02-2006, 01:40 AM
trackpads's Avatar
trackpads trackpads is offline
 
Join Date: Aug 2003
Location: Armyville
Posts: 1,074
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

These are the ones I removed:

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

Quote:
<if condition="$show['moderators']">
<td class="tcat">$vbphrase[moderators]</td>
</if>
I think those are the only 2 in that file. The rest are all for the Active users mod box and the inlinemod shtuff.

-Jason
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 07:23 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.13833 seconds
  • Memory Usage 2,294KB
  • Queries Executed 23 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_code
  • (5)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete