Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Details »»

Version: , by Kier Kier is offline
Developer Last Online: May 2011 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 03-14-2001 Last Update: Never Installs: 7
 
No support by the author.

Updated to Version 2.0 16-3-2001
(v2 includes bug fixes and full avatar support)

This is a complete rewrite of my super-moderators listing hack for Me2Be...



This new version shows all members of the Administrators, Super-Moderators and Moderators groups. Note that moderators do not have to be placed in a new usergroup for this hack to work.

Users have their online status and location displayed, along with a PM link. Moderators also have the forums they moderate displayed. There is an option in the script to enable avatar support.

Installation is almost completely automatic, through an install script (supplied). Upload showmods.php to your forums directory, and install_showmods.php to your forums/admin folder.

If you want to disable avatars, open the showmods.php script and set $showavatars to "no". (If you have disabled avatars in the control panel, they will not be shown anyway).

Then run the install script (admin/install_showmods.php) each time you upgrade your board to a new version of vbulletin, in order to add the necessary templates to the master template set.

You should run the install script if you are upgrading from the previous version too, it will perform the necessary steps to upgrade the global templates.

You can then add a link to "showmods.php?s=$session[sessionhash]" to any of your other templates.

Show Your Support

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

Comments
  #92  
Old 07-12-2001, 09:41 AM
rmusic
Guest
 
Posts: n/a
Default

im going to add my line 110 error

Warning: Variable passed to each() is not an array or object in /home/sites/site60/web/forums/showmods.php on line 110


i like this hack , except for that error that shows at the top of the page
Reply With Quote
  #93  
Old 07-12-2001, 09:59 AM
rmusic
Guest
 
Posts: n/a
Default

ok i seen in an erlier post that if you have no moderators that you will get the 110 error so i figured that

now how can i get the tables to be wider than they are

http://www.r-music.net/forums/showmods.php
Reply With Quote
  #94  
Old 07-12-2001, 10:00 PM
Marty
Guest
 
Posts: n/a
Default

test this :

search:
PHP Code:
while(list($user) = each($moderator)) {
    if ((
$modcount++ % 2) == 0$backcolor "{secondaltcolor}";
    else 
$backcolor "{firstaltcolor}";
    
$forumbits $modforums[$user[userid]];
    
douserinfo();
    eval(
"\$moderatorbits .= \"".gettemplate("showmods_bit")."\";");

replays with this:

PHP Code:
if ($moderator != "") {
while(list(
$user) = each($moderator)) {
    if ((
$modcount++ % 2) == 0$backcolor "{secondaltcolor}";
    else 
$backcolor "{firstaltcolor}";
    
$forumbits $modforums[$user[userid]];
    
douserinfo();
    eval(
"\$moderatorbits .= \"".gettemplate("showmods_bit")."\";");
}

Reply With Quote
  #95  
Old 07-17-2001, 10:44 PM
DarkReaper DarkReaper is offline
 
Join Date: Oct 2001
Posts: 429
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hidden forums are shown! How can it be made so it doesn't show the hidden forums, and if a moderator is only a moderator in hidden forums, they aren't shown at all??
Reply With Quote
  #96  
Old 07-19-2001, 04:11 AM
Kengan's Avatar
Kengan Kengan is offline
 
Join Date: Nov 2001
Posts: 45
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by Kier
Simply add this somewhere in the showmods_bit template:
Code:
<img src="avatar.php?s=$session[sessionhash]&userid=$user[userid]" border=0>


[edit] - full avatar functionality is now included.

Good Hack ! Thanks !
Reply With Quote
  #97  
Old 07-28-2001, 10:58 PM
ThomasP
Guest
 
Posts: n/a
Default

Quote:
Originally posted by DarkReaper
Hidden forums are shown! How can it be made so it doesn't show the hidden forums, and if a moderator is only a moderator in hidden forums, they aren't shown at all??
Same over here, how to not show hidden forums?

Apart of that: Great hack that really rocks!
Especially the install func. is amazing.
thx,
-Tom
Reply With Quote
  #98  
Old 07-28-2001, 11:42 PM
GB
Guest
 
Posts: n/a
Default

Got the hack to work, but when i click on the link on the very right that says click here to send PM, it brings up an error page. Also it doesnt seem like any of the graphics are working in my showmods panel.....the image can be found here
Reply With Quote
  #99  
Old 07-29-2001, 08:57 AM
ThomasP
Guest
 
Posts: n/a
Default

[GB: please take the pic off or make it smaller, 1440055 bytes is way too big]
thanks
Had problems loading this thread on ISDN...
Tom
Reply With Quote
  #100  
Old 08-06-2001, 01:00 AM
JJR512's Avatar
JJR512 JJR512 is offline
 
Join Date: Oct 2001
Location: Glen Burnie, MD, USA
Posts: 710
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm still wondering how to add an email link. Actually now I'd like to add an email link, homepage link, findposts link, and also want to show the join date and post count. Yes: I'm trying to make it look very similar to the standard Memberlist.

I've got the formatting all worked out; that's a piece of cake. But I can't figure out how to actually get the guts in there.

Look: http://www.jjr512.com/forums/showmods.php?s=
Reply With Quote
  #101  
Old 08-11-2001, 12:19 AM
dxb's Avatar
dxb dxb is offline
 
Join Date: Oct 2001
Posts: 120
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

great hack Kier .....

i wonder can anybody tell the way of adding custom user groups ... I noticed that Martz did it ...but the problem with his modification was .... the custom user groups adds up to the super moderator table which is not good

I hope somebody will tell me how to have the custom user group to a different table
Reply With Quote
Reply


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 12:38 AM.


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.07124 seconds
  • Memory Usage 2,304KB
  • 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
  • (1)bbcode_code
  • (2)bbcode_php
  • (2)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
  • (4)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
  • (5)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