The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Username Management - Control who can change Usernames plus history Details »» | |||||||||||||||||||||||||||
Username Management - Control who can change Usernames plus history
Developer Last Online: Dec 2010
<font size="4">Username Management - Version 1.04</font>
Hack: Username Management Version: v1.04 Author: MarcoH64 Description With this modification installed you can let your members change their own username, or let Staff members change the usernames of other members. Also a history of previously used names for a member is kept. Features - Users can change their own username controlled by Usergroup Permissions. If needed a time limit between changes can be set. - Staff can change the Username of other members. This is again controlled by Usergroup Permissions. - Previously used Usernames of a member can be viewed in posts, by hoovering over their Username. This is also controlled by Usergroup settings - Full searchable history of Username changes in AdminCP - Fully Phrased - Optimized for server performance - Documented API for addon developers Changelog 23-12-2005 v1.04 - Changed master="true" to false in cpnav file. - Fixed bug where history was generated when running Update User Names from Update Counters v1.03 - Changed the size of the 'mh_unm_changelimit' & 'mh_unm_changelimit' columns in the usergroup table from TINYINT to SMALLINT to support values > 255 23-11-2005 v1.02 (maintenance release) - Improved internal caching routines - Added internal routine for retrieving the latest changed usernames - Coders: Parameter value change for parameter '$overridelimit' in 'mh_unm_fetch_username_history' This release is needed if you want to use some fo the new Addon's!! Known issues: Coder documentation not complete, no examples are given, although the 2 released addon's can be used as examples. 22-11-2005 v1.01 - Fixed bug messing up Private Messages (thanks mini2) - Fixed bug in install routine that would create a wrong tablename if using table prefixes - Changed the internal caching routines - Added more parameters to mh_unm_fetch_username_history for more flexibility for Addon coders - Added extended information mode - Created first version of the Coders documentation Known issues: No example code for an Addon Plugin yet. 22-11-2005 v1.00 Initial release Upgrades Upload all files from 'upload' folder. Install the new product file, choosing an overwrite install. Notes Copyright ©2005 MarcoH64 This Modification may not be redistributed in whole or significant part or changed without prior agreement of author. Please don't forget to click Install. If you like this work and would like to support the author, donations are always welcome at Paypal: Marcoh64 AT gmail.com Show Your Support
|
Comments |
#12
|
|||
|
|||
Quote:
Quote:
Quote:
|
#13
|
|||
|
|||
Quote:
all your db variables that you need to write changes to the database were missing their "$" in front of it ie I changed: Code:
$vbulletin->db->query_write ( "ALTER TABLE " . TABLE_PREFIX . "usergroup ADD column (mh_unm_permissions INT( 10 ) UNSIGNED DEFAULT 0 NOT NULL , mh_unm_changelimit TINYINT UNSIGNED DEFAULT 30 NOT NULL , mh_unm_viewhistorylimit TINYINT UNSIGNED DEFAULT 1 NOT NULL )" ); Code:
$vbulletin->$db->query_write ( "ALTER TABLE " . TABLE_PREFIX . "usergroup ADD column (mh_unm_permissions INT( 10 ) UNSIGNED DEFAULT 0 NOT NULL , mh_unm_changelimit TINYINT UNSIGNED DEFAULT 30 NOT NULL , mh_unm_viewhistorylimit TINYINT UNSIGNED DEFAULT 1 NOT NULL )" ); |
#14
|
|||
|
|||
Thank you sir.
|
#15
|
|||
|
|||
Quote:
|
#16
|
|||
|
|||
Quote:
|
#17
|
|||
|
|||
Fix for the Private Message problem posted in Post #2. Thansk to mini2 for finding the problem and also providing a quick fix.
|
#18
|
|||
|
|||
Quote:
Found something else... Fatal error: Call to a member function on a non-object in /public_html/forum/includes/class_dm_user.php(1719) : eval()'d code on line 5 when I tried editing via the profile link (changes it...no record to the database though) & when I made an edit to change it back from the AdminCP...same error a) the .com part isn't included...i'm no expert...so exuse my ignorance when I say "why?" b) class_dm_user.php wasn't in my install package |
#19
|
|||
|
|||
Quote:
Are you using table prefix? |
#20
|
|||
|
|||
New version 1.01 released:
22-11-2005 v1.01 - Fixed bug messing up Private Messages (thanks mini2) - Fixed bug in install routine that would create a wrong tablename if using table prefixes - Changed the internal caching routines - Added more parameters to mh_unm_fetch_username_history for more flexibility for Addon coders - Added extended information mode - Created first version of the Coders documentation Known issues: No example code for an Addon Plugin yet. |
#21
|
|||
|
|||
Quote:
Doug |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|