The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
User Management in Postbit and Profile v2 Details »» | |||||||||||||||||||||||||||
User Management in Postbit and Profile v2
Developer Last Online: Feb 2020
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 SUGGESTIONSNOTE: 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 INSTALLORIGINAL 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 HereThis modification is and will remain free to the public but feel free to Donate Supporters / CoAuthors Show Your Support
|
Comments |
#12
|
|||
|
|||
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!) |
#13
|
||||
|
||||
Thank you, and looking forward to your next mod
|
#14
|
|||
|
|||
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> Code:
<a href="/forum/modcp/banning.php?do=banuser&userid=$post[userid]">Ban $post[username]</span> |
#15
|
||||
|
||||
Thank you,
A simple modification ! FIND: PHP Code:
PHP Code:
|
#16
|
||||
|
||||
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
|
#17
|
|||
|
|||
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.
|
#18
|
|||
|
|||
Quote:
Thank you! PS: you could use phrases too |
#19
|
||||
|
||||
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?
|
#20
|
||||
|
||||
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 |
#21
|
||||
|
||||
Did not install it yet, but I found this in the code:
Code:
onClick="window.open('/forum/moderator.php? If yes, maybe you could put such notice in the installation manual. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|