Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
User Management in Postbit and Profile v2 Details »»
User Management in Postbit and Profile v2
Version: 2.5.0, by HMBeaty HMBeaty is offline
Developer Last Online: Feb 2020 Show Printable Version Email this Page

Category: Moderators Functions - Version: 3.6.5 Rating:
Released: 02-24-2007 Last Update: 04-02-2007 Installs: 59
Uses Plugins Template Edits
Is in Beta Stage  
No support by the author.

Small bug: vBSEO somehow affects this mod and shows to all users. It still requires them to log in as Mod, S. Mod, or Admin to use these functions though

Well, first off, a big thanks goes out to UltimateOreo! for coming up with this mod,but I made a somewhat...........for lack of a better word, neater version.

Also, to the staff and anyone else concerned, yes, I got his permission to post this re-write up.

This version, instead of adding directly to the postbit layout, I have it in the postbit in the users dropdown menu. Screenshots will posted later to clarify this a little more.

*NOW WORKS IN THE MEMBERINFO

What this does:
This hack basically allows you to easily manage a user right from the postbit and profile, and guess what? No need for searching! The code allows you to click the option you need, and it will pinpoint whichever user you clicked it on.
UPCOMING ADDITIONS:
Make each option setting controlled by vbulletin options in the admincp
ALSO TAKING SUGGESTIONS
NOTE:
This has been tested on vBulletin Version 3.6.4 and 3.6.5. It should run on previous versions just the same but support will be given only for versions 3.6.4-3.6.5. Also, support will only be given to those that have clicked INSTALL
ORIGINAL VERSIONS:
User Management in Postbit for vBulletin 3.6.4 is available Here
User Management in Postbit Legacy for vBulletin 3.6.4 is available Here
This modification is and will remain free to the public but feel free to Donate

Supporters / CoAuthors

Show Your Support

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

Comments
  #12  
Old 03-02-2007, 11:03 PM
UltimateOreo! UltimateOreo! is offline
 
Join Date: Nov 2006
Location: Missouri
Posts: 462
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I like what you did with it, user management has a LOT of possibilities. Im working on a hack that basically crams all of the user management features vbulletin has onto one page.

(Crap, not a good idea posting it. NO-ONE TAKE THE IDEA!! I call shotgun on it already!)
Reply With Quote
  #13  
Old 03-03-2007, 12:29 AM
HMBeaty's Avatar
HMBeaty HMBeaty is offline
 
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by UltimateOreo! View Post
I like what you did with it, user management has a LOT of possibilities. Im working on a hack that basically crams all of the user management features vbulletin has onto one page.
Thank you, and looking forward to your next mod
Reply With Quote
  #14  
Old 03-03-2007, 05:18 AM
Skavenger Skavenger is offline
 
Join Date: Sep 2005
Posts: 214
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I tried to change the code from this
Code:
<span onmouseover="this.style.cursor='hand';" onClick="window.open('/forum/modcp/banning.php?do=banuser&userid=$post[userid]','ban','width=500,height=375,scrollbars=yes')">Ban $post[username]</span>
to this

Code:
<a href="/forum/modcp/banning.php?do=banuser&userid=$post[userid]">Ban $post[username]</span>
And I get 404 error :S
Reply With Quote
  #15  
Old 03-03-2007, 02:02 PM
Losha's Avatar
Losha Losha is offline
 
Join Date: Apr 2006
Location: $Losha.Net$
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you,

A simple modification !
FIND:
PHP Code:
<if condition="is_member_of($bbuserinfo, 5,6,7)"
Replaced:

PHP Code:
<if condition="$post[usergroupid]!=6 AND can_moderate($forum[forumid], '', $bbuserinfo[userid])"
Why use a clause </if> emergence of you and not for all
Reply With Quote
  #16  
Old 03-04-2007, 08:23 AM
rjmjr69's Avatar
rjmjr69 rjmjr69 is offline
 
Join Date: Jan 2007
Location: Southie
Posts: 876
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is not working in 3.6.5 upgraded and lost the feature. Redid the code and still nothing click usernames brings you to the profile
Reply With Quote
  #17  
Old 03-04-2007, 12:24 PM
UltimateOreo! UltimateOreo! is offline
 
Join Date: Nov 2006
Location: Missouri
Posts: 462
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Scavenger, the reason that it's not working because HTML sees the link you are creating as a direct link, so basically, all your doing is pointing your browser directly to that, it won't work. If you would like, I could Re-work my hack to make it point directly to that page, and not a pop-up.
Reply With Quote
  #18  
Old 03-04-2007, 02:58 PM
Skavenger Skavenger is offline
 
Join Date: Sep 2005
Posts: 214
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by UltimateOreo! View Post
Scavenger, the reason that it's not working because HTML sees the link you are creating as a direct link, so basically, all your doing is pointing your browser directly to that, it won't work. If you would like, I could Re-work my hack to make it point directly to that page, and not a pop-up.
Yes, please. I need that, but not in the same window, you could use 'target="_blank"'

Thank you!

PS: you could use phrases too
Reply With Quote
  #19  
Old 03-04-2007, 08:13 PM
HMBeaty's Avatar
HMBeaty HMBeaty is offline
 
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by rjmjr69 View Post
This is not working in 3.6.5 upgraded and lost the feature. Redid the code and still nothing click usernames brings you to the profile
I just upgraded to 3.6.5 as well and its working on my site. Are you using a custom style or the vbulletin default style?
Reply With Quote
  #20  
Old 03-05-2007, 12:29 AM
HMBeaty's Avatar
HMBeaty HMBeaty is offline
 
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You should also make sure if you're having this problem, that you have

Use 'vBMenu' DHTML Popup Menus?

Set to Yes in your vBulletin Options in your admincp under style and language settings
Reply With Quote
  #21  
Old 03-10-2007, 06:41 PM
Black Tiger's Avatar
Black Tiger Black Tiger is offline
 
Join Date: Apr 2004
Location: Netherlands
Posts: 957
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Did not install it yet, but I found this in the code:
Code:
onClick="window.open('/forum/moderator.php?
I presume this has to be set to whereever your forum resides in? So if it's in /board/ you have to change this to /board/moderator.php, am I correct?

If yes, maybe you could put such notice in the installation manual.
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 10:44 AM.


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.05026 seconds
  • Memory Usage 2,316KB
  • Queries Executed 26 (?)
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_code
  • (2)bbcode_php
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)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