vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Username Management - Control who can change Usernames plus history (https://vborg.vbsupport.ru/showthread.php?t=101326)

ringleader 10-21-2008 05:26 PM

Yup, I installed on 3.7.2 PL2 as well and it's all working perfectly fine.

The only thing is that the groups 'lastposter' on forum/group.php doesn't change, but beggars can't be choosers!

Maxi62 11-02-2008 11:47 AM

I search this mod for VB 3.6.7 ! Gives this?
Have a update this work on VB 3.6.7 ?

utahraves 12-23-2008 06:30 PM

I would love this in 3.7.x if anyone knows what things need to be changed to match 3.7 code. :)

fuldon 01-18-2009 12:10 PM

Please, upgrade this hack to 3.8.x vB.

rainyleaves 01-23-2009 11:00 AM

I realy love this mod.
Pleeeeeeeeeeeease, Upgrade this mod to VB3.8.X. :)

nestaron 01-26-2009 11:23 PM

I got it works with 3.7.2, I have not tried it on 3.8.0 yet.

abrecher 03-04-2009 05:37 PM

Has anybody gotten this to work successfully on 3.8 ?

Rickeo 03-27-2009 08:15 AM

Please release for 3.8.1

voter 04-15-2009 09:36 AM

Works in 3.8.2
One exception for installation.

in MEMBERINFO you need to look
Quote:

<if condition="can_moderate()">
<li class="thead"><a href="moderator.php?$session[sessionurl]do=useroptions&amp;u=$userinfo[userid]">$vbphrase[edit_user_profile]</a></li>
</if>
And add after

Quote:

<!-- Hack: Username Management (MarcoH64) -->
<if condition="$mh_unm_can_change_other_name">
<li class="thead"><a href="$mh_unm_modcp_link">$vbphrase[mh_unm_change_username]</a></li>
</if>
<!-- / Hack: Username Management (MarcoH64) -->
The rest as it is written in instruction in original.

Twelve-60 06-12-2009 12:29 AM

Currently running on v3.8.3 using the fix above :)

- Twelve-60

Dumpfbacke1999 06-12-2009 08:50 AM

Quote:

Originally Posted by Twelve-60 (Post 1827987)
Currently running on v3.8.3 using the fix above :)

- Twelve-60


Hey :)

is this the version 1.04 like here https://vborg.vbsupport.ru/showthread.php?t=101326 ?

BIG THX :)

pmflav1 07-01-2009 11:41 AM

Guessing it is, as it's the exact same address as here :)

cbiweb 08-06-2009 02:06 PM

Followed the installation instructions to the letter, but it's not working. In fact...
  1. There is no 'Username Management Permissions' in Usergroup Options.
  2. There is no sign of anything in vBulletin Options.
  3. I see no sign of any ability to change the settings anywhere in the ACP.
Will this hack be updated for 3.8.x soon? Please??

bada_bing 08-06-2009 05:54 PM

I also installed on 3.8.3 with provided template edit.. Thanks

itviet 09-19-2009 02:36 AM

work with 3.8.4

Switch3130 09-21-2009 10:53 PM

Is there any way I can add this and limit my members only having one change a month?

tommythejoat 10-17-2009 05:12 PM

I may be being too cautious. I have not yet installed the hack. When I look for

HTML Code:

<if condition="can_moderate()">
<li class="thead"><a href="moderator.php?$session[sessionurl]do=useroptions&amp;u=$userinfo[userid]">$vbphrase[edit_user_profile]</a></li>
</if>

It is not found.

Is that part of the template installed by the hack?

I am running 3.8.4 so it is possible there is a difference from 3.8.2, but I did not think there was.
:confused:

DieselMinded 12-18-2009 09:43 AM

need to have this only allow new members to change there name up till 5 days of registration so we can tell them to change there name

smooth-c 12-18-2009 01:01 PM

Is this working for 4.0?

Mukashi 01-17-2010 02:29 PM

Doesn't appear to be. Going to be one of the most missed addons by my members if so. It's just worked for me for so long, I hadn't even realized that it hadn't been updated in ages, or that it might not be updated to vB4.

I note the author is still browsing these forums on a regular basis though, so maybe there's hope. If they won't pick it up, maybe someone else will.

utahraves 02-09-2010 07:21 PM

Quote:

Originally Posted by Mukashi (Post 1958208)
Doesn't appear to be. Going to be one of the most missed addons by my members if so. It's just worked for me for so long, I hadn't even realized that it hadn't been updated in ages, or that it might not be updated to vB4.

I note the author is still browsing these forums on a regular basis though, so maybe there's hope. If they won't pick it up, maybe someone else will.


I would have to agree. I LOVED THIS APP! My users love changing their user names and I am not always around to do it for them :(

Please update! PLEASE!

P.S. The developer is a VB.org coordinator... lol

Dr. Katz 02-11-2010 12:01 AM

I would like this app could work in vBulletin 4.

abrecher 02-11-2010 12:20 AM

Quote:

Originally Posted by Dr. Katz (Post 1979613)
I would like this app could work in vBulletin 4.

I'll pay for this

Miras 03-23-2010 03:07 PM

for vB4 i'm using this hack: https://vborg.vbsupport.ru/showthread.php?t=236980

Budweiser 07-25-2010 06:14 PM

Quote:

Originally Posted by fuldon (Post 1716759)
Please, upgrade this hack to 3.8.x vB.

Ditto that... :up:

Lon 11-10-2010 10:43 PM

Works for 3.8.8

Upload all files and perform template edits in install.txt file

Template changes:

In template 'MEMBERINFO', find:
PHP Code:

<if condition="can_moderate()">
        <
td class="vbmenu_control"><a href="moderator.php?$session[sessionurl]do=useroptions&amp;u=$userinfo[userid]">$vbphrase[user_options]</a></td>
    </if> 

Add under:
PHP Code:

<!-- HackUsername Management (MarcoH64) -->
    <if 
condition="$mh_unm_can_change_other_name">
        <
td class="vbmenu_control"><a href="$mh_unm_modcp_link">$vbphrase[mh_unm_change_username]</a></td>
    </if>
    <!-- / 
HackUsername Management (MarcoH64) --> 

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

In template 'modifypassword' (Modify User Option Templates), find:

PHP Code:

<div>$vbphrase[confirm_new_email_address]:</div>
                        <
div><input type="text" class="bginput" name="emailconfirm" value="$bbuserinfo[email]size="50" maxlength="50" dir="ltr" /></div>
                    </
td>
                </
tr>
                </
table>
            </
fieldset

Add under:
PHP Code:

<!-- HackUsername Management (MarcoH64) -->
            <if 
condition="$bbuserinfo[mh_unm_can_change_username]">
                <
fieldset class="fieldset">
                    <
legend>$vbphrase[mh_unm_change_username] ($vbphrase[optional])</legend>
                    <
table cellpadding="0" cellspacing="$stylevar[formspacer]border="0">
                    <
tr>
                        <
td>
                            <
div>$vbphrase[mh_unm_new_username]:</div>
                            <
div><input type="text" class="bginput" name="mh_unm_new_username" value="$bbuserinfo[mh_unm_new_username]size="50" maxlength="50" dir="ltr" /></div>
                        </
td>
                    </
tr>
                    <
tr>
                        <
td>
                            <
div>$vbphrase[mh_unm_confirm_new_username]:</div>
                            <
div><input type="text" class="bginput" name="mh_unm_confirm_new_username"  size="50" maxlength="50" dir="ltr" /></div>
                        </
td>
                    </
tr>
                    </
table>
                </
fieldset>
            </if>
            <!-- / 
HackUsername Management (MarcoH64) --> 

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

In template 'postbit', find:
PHP Code:

<class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a

REPLACE by:
PHP Code:

<class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]$post[mh_unm_username_history]>$post[musername]</a

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

In template 'postbit_legacy', find:
PHP Code:

<class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a

REPLACE by:
PHP Code:

<class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]$post[mh_unm_username_history]>$post[musername]</a

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

Currently testing and modifying for 4.x

khanhdom 11-27-2010 12:16 AM

awesome can't wait for 4.X

Wonksta 01-19-2011 11:08 PM

Seems like if I set 365 days per change it doesn't restrict that usergroup it lets them change their username as many times as they want..

mediabutton 02-03-2011 04:08 PM

Quote:

Originally Posted by khanhdom (Post 2126201)
awesome can't wait for 4.X

me too!

DanWest 07-25-2011 03:05 PM

Anyone know if the current version works for 4.X?

HMBeaty 07-25-2011 11:29 PM

Quote:

Originally Posted by DanWest (Post 2224807)
Anyone know if the current version works for 4.X?

Since this was made for 3.5.x, no, it will not work for 4.x.x

kiradotee 08-10-2011 06:42 AM

Will this work on 3.8.* ?

danyxxx 09-12-2011 07:05 PM

Quote:

Originally Posted by Lon (Post 2120380)
Works for 3.8.8

Upload all files and perform template edits in install.txt file

Template changes:

In template 'MEMBERINFO', find:
PHP Code:

<if condition="can_moderate()">
        <
td class="vbmenu_control"><a href="moderator.php?$session[sessionurl]do=useroptions&amp;u=$userinfo[userid]">$vbphrase[user_options]</a></td>
    </if> 

Add under:
PHP Code:

<!-- HackUsername Management (MarcoH64) -->
    <if 
condition="$mh_unm_can_change_other_name">
        <
td class="vbmenu_control"><a href="$mh_unm_modcp_link">$vbphrase[mh_unm_change_username]</a></td>
    </if>
    <!-- / 
HackUsername Management (MarcoH64) --> 

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

In template 'modifypassword' (Modify User Option Templates), find:

PHP Code:

<div>$vbphrase[confirm_new_email_address]:</div>
                        <
div><input type="text" class="bginput" name="emailconfirm" value="$bbuserinfo[email]size="50" maxlength="50" dir="ltr" /></div>
                    </
td>
                </
tr>
                </
table>
            </
fieldset

Add under:
PHP Code:

<!-- HackUsername Management (MarcoH64) -->
            <if 
condition="$bbuserinfo[mh_unm_can_change_username]">
                <
fieldset class="fieldset">
                    <
legend>$vbphrase[mh_unm_change_username] ($vbphrase[optional])</legend>
                    <
table cellpadding="0" cellspacing="$stylevar[formspacer]border="0">
                    <
tr>
                        <
td>
                            <
div>$vbphrase[mh_unm_new_username]:</div>
                            <
div><input type="text" class="bginput" name="mh_unm_new_username" value="$bbuserinfo[mh_unm_new_username]size="50" maxlength="50" dir="ltr" /></div>
                        </
td>
                    </
tr>
                    <
tr>
                        <
td>
                            <
div>$vbphrase[mh_unm_confirm_new_username]:</div>
                            <
div><input type="text" class="bginput" name="mh_unm_confirm_new_username"  size="50" maxlength="50" dir="ltr" /></div>
                        </
td>
                    </
tr>
                    </
table>
                </
fieldset>
            </if>
            <!-- / 
HackUsername Management (MarcoH64) --> 

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

In template 'postbit', find:
PHP Code:

<class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a

REPLACE by:
PHP Code:

<class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]$post[mh_unm_username_history]>$post[musername]</a

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

In template 'postbit_legacy', find:
PHP Code:

<class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]">$post[musername]</a

REPLACE by:
PHP Code:

<class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]$post[mh_unm_username_history]>$post[musername]</a

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

Currently testing and modifying for 4.x

I have a big problem, I can't find:

PHP Code:

<if condition="can_moderate()">
        <
td class="vbmenu_control"><a href="moderator.php?$session[sessionurl]do=useroptions&amp;u=$userinfo[userid]">$vbphrase[user_options]</a></td>
    </if> 

In MEMBERINFO .

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

Wha I must do ?

SoftWareRevue 01-24-2013 02:01 PM

Quote:

Originally Posted by danyxxx (Post 2245002)
Wha I must do ?

Have you tried searching for?
Code:

<if condition="can_moderate()">
You may have another plugin that's wrapped in there somewhere.

Tyran1 05-20-2013 03:10 PM

Quote:

Originally Posted by SoftWareRevue (Post 2399176)
Have you tried searching for?
Code:

<if condition="can_moderate()">
You may have another plugin that's wrapped in there somewhere.

Thijs:

<if condition="$show['edit_profile']">
<li class="thead"><a href="moderator.php?$session[sessionurl]do=useroptions&amp;u=$userinfo[userid]">$vbphrase[edit_user_profile]</a></li>
</if>

add under:

<!-- Hack: Username Management (MarcoH64) -->
<if condition="$mh_unm_can_change_other_name">
<li class="thead"><a href="$mh_unm_modcp_link">$vbphrase[mh_unm_change_username]</a></li>
</if>
<!-- / Hack: Username Management (MarcoH64) -->

Works with 3.8.7 !!

Tyran1 05-20-2013 03:26 PM

The Old Username is not free !!!! Help!!

edrecovery 10-06-2013 02:44 PM

would someone be willing to do the templet edits/changes for me? I'm not good at doing that, and I do not want to mess up my 3.8.7 board. PM me, and I'll give you a temp admin account.

edrecovery 01-03-2014 01:02 AM

I have it installed, but there's no fields to change the username. it only gives me change user name and comform username change, but I'm not able to type in it.

ozzy47 01-03-2014 01:06 AM

Quote:

Originally Posted by edrecovery (Post 2471902)
I have it installed, but there's no fields to change the username. it only gives me change user name and comform username change, but I'm not able to type in it.

Your running, vB Version: 3.5.2?

elteejay 04-04-2014 09:10 PM

is there anyway to get this plugin today? I cant find it anywhere and its archived but Ive heard that it still works fine on 3.8.


All times are GMT. The time now is 05:02 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.01772 seconds
  • Memory Usage 1,917KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)bbcode_html_printable
  • (17)bbcode_php_printable
  • (12)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete