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)

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:57 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.01352 seconds
  • Memory Usage 1,791KB
  • 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
  • (9)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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