Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases

Reply
 
Thread Tools
Moderator Drop Down (Revised) v2 Details »»
Moderator Drop Down (Revised) v2
Version: 1.00, by kaost451 kaost451 is offline
Developer Last Online: Oct 2002 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 09-01-2002 Last Update: Never Installs: 118
 
No support by the author.

Moderator Drop Down (Revised) v2
Coded: VBULLETIN 2.XX

ABOUT
This is a simple modification that adds your moderators in a scrollable menu on index.php and forumdisplay.php. There is no files that need to be edited (only templates). This is a redesigned version of the previous mod drop down by me, this will eliminate the Java script in header and will eliminate the onchange selected index error. This also adds the right link to your TEAM icon.

WHY IS THIS BETTER THEN THE OTHER VERSION?
This will eliminate tons of previous problems, One problem that people were having was that every time they selected something in their forms it would jump without being instructed. The other problem was it wasn't designed for sub forums or forumdisplay. Now it is.

Screenshots
Index
forumdisplay

Download:

Show Your Support

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

Comments
  #12  
Old 09-05-2002, 04:39 AM
kaost451 kaost451 is offline
 
Join Date: Mar 2002
Posts: 64
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks!

I didn't know it was not the right forum, it doesn't matter to me where you put it, but I'm sure the 1950 people who downloaded this version and the previous version would find it more useful here. That's just me.
Reply With Quote
  #13  
Old 09-05-2002, 02:53 PM
Ninth Dimension's Avatar
Ninth Dimension Ninth Dimension is offline
 
Join Date: Oct 2001
Location: London, England.
Posts: 739
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You have a problem in your code, the filename for the forumhome code image is team.gif, but the forum display image is called vb_team.gif (and the file is called vb_team.gif) do the forum home code needs to be edited to reflect this
Reply With Quote
  #14  
Old 09-05-2002, 03:20 PM
Buddha Buddha is offline
 
Join Date: Jan 2002
Posts: 314
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

fyi... typo for the image in this part of the install file... for forumhome_forumbit_level2_post.
need to add the red text.

Quote:
<form name="modjump$forum[forumid]">
<td bgcolor="#13486D" valign="middle" align="right" nowrap>
<a href="showgroups.php?s=$session[sessionhash]"><img align="absmiddle" src="https://vborg.vbsupport.ru/images/vb_team.gif" border="0" alt="View All Of Our Forum Leaders"></a>
<select name="modmenu$forum[forumid]" onChange="location=document.modjump$forum[forumid].modmenu$forum[forumid].options[document.modjump$forum[forumid].modmenu$forum[forumid].selectedIndex].value;" value="GO">
<option>Moderated By</option>
<option>-------------</option>
$forum[moderators]
</select>
</td></form></tr>
*edit*
doh, must have been writing this at the same time.
Reply With Quote
  #15  
Old 09-07-2002, 03:47 PM
PHiXTiT PHiXTiT is offline
 
Join Date: Sep 2002
Posts: 41
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ThanX! Great work my friend!
Reply With Quote
  #16  
Old 09-08-2002, 10:45 AM
king sting king sting is offline
 
Join Date: Jul 2002
Posts: 56
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I think this hack kicks ass.. but I have a problem.. all the boxes that display the mods are all different sizes.. and there kinda big.. how can I change this? check it out: http://www.illstylez.com/board/index.php?s=

it looks kinda werid like that..

i like the hack thou
Reply With Quote
  #17  
Old 09-08-2002, 12:37 PM
PHiXTiT PHiXTiT is offline
 
Join Date: Sep 2002
Posts: 41
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Try reinstalling it and follow instructions to a T.
Should solve your problem.
Reply With Quote
  #18  
Old 09-08-2002, 06:28 PM
king sting king sting is offline
 
Join Date: Jul 2002
Posts: 56
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yeah it works thou... everything works fine.. i just want to know how i can edit the size and color and etc of the boxes..
Reply With Quote
  #19  
Old 09-09-2002, 05:49 AM
DelusionalMind's Avatar
DelusionalMind DelusionalMind is offline
 
Join Date: Dec 2001
Posts: 82
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
==============================
STEP FIVE --> OPEN "forumdisplay_moderatedby" TEMPLATE.
STILL IN (Forum Display Templates)
==============================
-- FIND:

<br><br>(Moderated by: $moderatorslist)

-- REPLACE WITH:

<select name="menu" size="1">
<option>Moderated By</option>
<option>-------------</option>
$moderatorslist
</select>
<a href="Javascript:jumpMenu()"><img src="{imagesfolder}/go.gif" align="absmiddle" border=0></a>
i can't find the template forumdisplay_moderatedby...i'm using vb 2.2.7. any suggestions?
Reply With Quote
  #20  
Old 09-09-2002, 05:56 AM
Mathieu Mathieu is offline
 
Join Date: Mar 2002
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thx for this hack i'll install it.
Reply With Quote
  #21  
Old 09-10-2002, 06:41 AM
PHiXTiT PHiXTiT is offline
 
Join Date: Sep 2002
Posts: 41
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by DelusionalMind


i can't find the template forumdisplay_moderatedby...i'm using vb 2.2.7. any suggestions?
I am using 2.2.7 and it is there, you just have to take a better look.

Example:

Just go to templates-Modify--->Expand--->Forum Display Templates--->forumdisplay_moderated by

Rest assured it is there.

Great hack i voted 5
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 04:14 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.05939 seconds
  • Memory Usage 2,294KB
  • Queries Executed 25 (?)
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
  • (3)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
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)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