The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Quick User Management 1.2.2 Details »» | |||||||||||||||||||||||||
Regarding Updates
I don't plan on getting vB4 unless someone buys it for me. 3.8.x version can be found here. Quick User Management Current Version: 1.2.2 Created by: Greg M & Pawit P Versions: 3.6.x+ probably? Whenever the hook for the postbit dropmenu was added... (Verified to work on 3.6.8PL2 at least - post if you have it working on a lower version please!) What It Does It adds links to the postbit drop down menu with "Edit User" "View User's Infractions" "Ban/Moderate User" and "Delete User", and you can determine which user groups get to see it via options in the AdminCP. Optionally, there is a "Manage User" header that will appear over them. Usergroups that see this can be determined in the AdminCP. Pretty simple, eh? See screenshots if you're still not sure. The various ones were taken with different usergroups, one that could see just the "Ban/Moderate User", one that could see that as well as the "Edit User", one that could see all three, and then a final one that couldn't see any of them. With 1.2, there is now a "View User's Infractions" which is also displayed in one of the screenshots. Just to note, this follows usergroup permissions. So just because a usergroup could see the Edit User link... they would still need to have permissions to actually be able to do anything. All this does is add a link to the forum. Version History 1.2.2 (May 18, 2008) - Fixed a bug where the links would be dead on PMs, and also set it so that it'll appear below the "View Blog" link. Changed the "onClick" to "onclick" and set all the globalling to one line. AKA cleaning up the code release. 1.2.1 - Internal mucking around 1.2 (April 13, 2008) - A bunch of stuff! Added a "View User's Infractions" option, added a Header option, and added the ability to decide whether or not you want the Ban/Moderate User to be a pop-up or not. And finally, the admincp/modcp are now determined by your config.php file. 1.1.x - Internal testing/debugging/feature adding 1.0 (April 11, 2008) - Okay, added links! 0.9 (April 11, 2008) - Doing 0.9 so that I can get thread info, 1.0 will come out right afterwards. Support / Requests Sure, post in this thread and we'll try to help you as best we can. You don't have to click the Install link, but that'd be pretty cool if you did. If you can think of some random feature that this could use, feel free to suggest it and we might add it. Special Thanks To daPLAYBOY's mod which was the inspiration for this. In fact, this is basically an extention of his - turned into a product with Edit/Delete links added... and AdminCP control. Also to Boofo for giving me the rather obvious answer to getting the AdminCP/ModCP links to be dynamic. And for prompting me to make the Ban/Moderate User pop-up optional. And for giving me other random coding tips, since I don't code enough anymore. Like it? Then please click the "Installed" links or maybe perhaps send me a dollar or two? PayPal's jkaizer@gmail.com Show Your Support
|
Comments |
#12
|
||||||
|
||||||
Thanks
Quote:
Quote:
Edit: Hmm, the problem arrises that it would be silly to show that to everyone... *thinks~* Quote:
Quote:
Quote:
Quote:
--- Okay, I've got everything basically now except for the modcp/admincp variables... will release after I figure that out... |
#13
|
|||
|
|||
Quote:
Code:
<if condition="can_moderate()"> Quote:
Code:
$admincpdir $modcpdir |
#14
|
|||
|
|||
Quote:
|
#15
|
|||
|
|||
VERSION 1.2
Lots this time! Or at least "lots" relatively... - AdminCP/ModCP links are now determined by your config.php, you don't have to manually change them. - The Ban/Moderate User pop-up is now optional. You can change it to just have a normal link. - There is now a "View User's Infractions" link, which shows all the infractions between December 31, 1969 and January 18, 2038. End date is, of course, random. ^_^ - You can now set a header for the section if you want one. Determined by usergroups like rest of the options. And finally, I cleaned up the code a bit so it makes a bit more sense. Feel free to post responses/whatnot. I tried to make sure everything worked, but I may have missed something - let me know and I can always fix. As before, always welcome to new suggestions. :^) |
#16
|
||||
|
||||
2 things on the new version:
onClick need to be onclick to pass XHTML validation. And the globals should look like this: global $vbulletin, $admincpdir, $modcpdir; Other than that, it looks good. |
#17
|
|||
|
|||
Oh, I wasn't aware that you could globalize variables more than one at a time...
I'll fix those and anything else that pops up in a few days time |
#18
|
||||
|
||||
Yep, you can.
The onClick is all small letters now, the same as onFocus and onSubmit. They all have to be small letters to pass validation now (onclick, onfocus, onsubmit, etc.). Just a heads up for any future coding you might do. Also, you don't need to add the enddate= in the infractions link. It will default to today's date as the enddate if there is no no enddate in the link. I'll go through the code and if I find anything I will PM you. |
#19
|
||||
|
||||
Looks very nice, I tagged it!
But what's the difference between this mod and the User Management in Postbit and Profile v2 mod from Redline? |
#20
|
|||
|
|||
in this one you don't need to edit any template, just import the product
|
#21
|
|||
|
|||
Yeah, and mine is done entirely through the admincp, while for his you have to manually edit the template mods.
Thanks for installing |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|