Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
[DBTech] Username Change v1 (vB4) Details »»
[DBTech] Username Change v1 (vB4)
Version: 1.3.1, by DragonByte Tech DragonByte Tech is offline
Developer Last Online: Mar 2023 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 4.x.x Rating:
Released: 02-25-2010 Last Update: 08-16-2017 Installs: 549
Uses Plugins
Additional Files Translations  
No support by the author.

What is Username Change?
Username Change is Brought to you by the Designer of products such as RPG Inferno and Inferno vBShout and the programmer of RPG Integration v3.

Username Change from DragonByte Tech is a modification designed to allow users to change their usernames at will (within your configured limits, of course).

About Username Change
Your members will no longer bug you for username changes, you can let them change it whenever they want!

It also has a history feature in the member profile, showing a list of previous usernames. This history feature uses vBulletin's own Profile Change history - no additional tables needed!

-------------------------------------------------------------------------------------------

If you like this mod please hit the button to the right ---->

Please remember to click the, button to the right if you installed the mod ---->

What does 'Marking As Installed' do ?

* It helps you to stay on top of updates - members who have installed modifications will be notified by us whenever new updates are available.

* For security issues - vbulletin.org will contact all members who have installed a modification whenever a security issue is brought to their attention.

* Marking a modification as installed also helps us know how many people are using our work, giving us extra incentive to provide more features and new modifications.

We appreciate the support!

-------------------------------------------------------------------------------------------

Priority support is handled at the Developers Website.

-------------------------------------------------------------------------------------------

Feature List
  • Uses vBulletin's "Profile Change History" feature for maximum compatibility with other mods
  • Change username via UserCP -> Edit Profile
  • One-click revert username via UserCP -> Edit Profile
  • Username change history in a member's profile
  • Moderators can change usernames at any time easily
  • "Can Change Own Username" permission for users
  • "Can Change Others Usernames" permission for mods
  • "Can View Own History" permission for profile block
  • "Can View Others History" permission for profile block
  • Per-usergroup username change delay (in days)
  • Per-usergroup profile history limit
  • Per-usergroup maximum total username changes

ModCP Change Log
  • Paginated results of all username changes
  • Displays date of change, old value and new value
  • Displays who changed the username
  • Choose date range to display, or view all changes

-------------------------------------------------------------------------------------------

This mod displays a copyright notification in the footer of all pages which includes:
  • 1 Link to DragonByte Technologies homepage
  • 1 Link to Product Description page of this modification

Download Now

File Type: zip [DBTech] Username Change v1.3.1.zip (20.7 KB, 109 views)

Screenshots

File Type: png history.png (7.2 KB, 0 views)
File Type: png username_change_always.png (4.2 KB, 0 views)
File Type: png username_change_limit.png (4.1 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
11 благодарности(ей) от:
Adem GEN?, Anbieter, Baja, Bounce, Code Geass, eTiKeT?, Gorgasm, johnarce, mokujin, Snowhog, teknisi

Comments
  #152  
Old 01-12-2011, 10:24 AM
DragonByte Tech's Avatar
DragonByte Tech DragonByte Tech is offline
 
Join Date: Feb 2010
Location: Scotland
Posts: 8,814
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'll rename the folder to "upload" instead, to be consistent with other DBTech products


Fillip
Reply With Quote
  #153  
Old 01-12-2011, 04:04 PM
blue7's Avatar
blue7 blue7 is offline
 
Join Date: Aug 2007
Location: Turkey/Ankara
Posts: 72
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very useful, thanks a lot...installed.
Reply With Quote
  #154  
Old 01-14-2011, 03:25 PM
sung sung is offline
 
Join Date: Feb 2002
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by sung View Post
4.0.8 seems to have changed something (CSS probably?) so now the tabs in the user profile don't look quite right.



Notice the extra space around the tab between the light and dark blue lines as I'm hovering over the tab in the screen shot.

I haven't had a chance yet to look to see what needs to be changed to fix, but iTrader also had this issue until its newest update, so maybe that could help in narrowing down the problem?
Fixed this myself, which requires 2 changes.
  1. Add a new template called: "dbtech_username_change_membertab_css"
    with the following contents:
    Code:
    #usernamehistory-tab, #usernamehistory-tab a:hover {
    	height:25px;
    	display:inline;
    	background-color:transparent;
    	margin:0px;
    	padding:0px;
    	text-align:center;
    	border:none;
    	<vb:if condition="$stylevar['textdirection'] == 'rtl'">
    	float: {vb:stylevar left};
    	<vb:else/>
    	clear:both;
    	</vb:if>
    }
    
    a:hover#usernamehistory-tab {
    	background:transparent;
    }
  2. Add this to the bottom of the "Member Profile: Add Username History Tab" plugin (the one that uses the member_build_blocks_start hook):
    Code:
    if (version_compare($vbulletin->options['templateversion'], '4.0.8', '>=')) 
    { 
        $template_hook['memberinfo_css'] .= vB_Template::create('dbtech_username_change_membertab_css')->render(); 
    }
Reply With Quote
  #155  
Old 01-14-2011, 10:23 PM
smnet smnet is offline
 
Join Date: Feb 2009
Posts: 92
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

With such a large board I would love to see a feature whereby admins can see who has changed their username between X time period. Without that things could get very very difficult to track.
Reply With Quote
  #156  
Old 01-15-2011, 03:24 AM
midnz's Avatar
midnz midnz is offline
 
Join Date: Jul 2010
Location: New Zealand
Posts: 201
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by smnet View Post
With such a large board I would love to see a feature whereby admins can see who has changed their username between X time period. Without that things could get very very difficult to track.
Asked and answered.

Quote:
Originally Posted by midnz View Post
Is there are way of searching for a username that has since changed, apart from knowing in advance what their user ID number is?
Example: John changes his name to Jack. How do you find John if you need to contact him and don't know that he has changed his username?
Quote:
Originally Posted by DragonByte Tech View Post
Nope that's not possible, though someone could write a mod that searches vBulletin's Profile History (which this mod utilises) - it's not something we've currently got planned, though.


Fillip
I agree with you smnet.
Reply With Quote
  #157  
Old 01-15-2011, 08:07 AM
smnet smnet is offline
 
Join Date: Feb 2009
Posts: 92
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by midnz View Post
Asked and answered.
I agree with you smnet.
Could anyone provide the sql query? I could *maybe* wrap it inside a mod - been looking for the chance to get dirty with vB4.
Reply With Quote
  #158  
Old 01-15-2011, 04:21 PM
Paul. Paul. is offline
 
Join Date: Mar 2007
Location: ?ire
Posts: 78
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I can't figure out where to put the files in the DBTech folder.. /actions/hooks folders have things in them.. Lost now

Guessed a few things but failed.

Reply With Quote
  #159  
Old 01-15-2011, 04:34 PM
DragonByte Tech's Avatar
DragonByte Tech DragonByte Tech is offline
 
Join Date: Feb 2010
Location: Scotland
Posts: 8,814
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Please follow the instructions in the readme.txt file


Fillip
Reply With Quote
  #160  
Old 01-16-2011, 04:17 PM
Paul. Paul. is offline
 
Join Date: Mar 2007
Location: ?ire
Posts: 78
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi Fillip, I have tried my best to do so and not sure now if I should find everything I added and just remove them. The folder named 'bdtech' is what confuses me. I know where to place the files from the other two folders.
Thanks for your reply.
Reply With Quote
  #161  
Old 01-16-2011, 04:39 PM
DragonByte Tech's Avatar
DragonByte Tech DragonByte Tech is offline
 
Join Date: Feb 2010
Location: Scotland
Posts: 8,814
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Step 1: Download the .zip file.
Step 2: Extract it.
Step 3: Open the "forum" folder, select all files, hit Copy
Step 4: Open your FTP program, navigate to your Forum folder (as per your screenshot)
Step 5: Paste the files.

If Copy / Paste doesn't work, substitute Copy and Paste with Drag and Drop, which should work.

Hope that helps


Fillip
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 11:06 PM.


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.05043 seconds
  • Memory Usage 2,360KB
  • 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
  • (2)bbcode_code
  • (5)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
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (4)postbit_attachment
  • (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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete