Back to vBulletin 4.x Template Modifications

add "Edit Profile" button in the member action drop menu
Mod Version: 1.00, by fnrtop

vB Version: 4.1.2 Rating: (3 votes - 4.33 average) Installs: 17
Released: 13 May 2011 Last Update: Never Downloads: 0
Not Supported Template Edits Re-usable Code Translations  

Hello everyone,

lately it have been really making me sick every time i wanted to edit a user name or his title or promote him ... etc

I started playing around with the codes and it worked so I figured to share it with you guys

1- open Styles & Templates> Search in Templates and look for
PHP Code:
popupmenu memberaction 
2- in the template "memberaction_dropdown"
after this code
PHP Code:
<li class="left">
            <
img src="{vb:stylevar imgdir_siteicons}/profile.png" alt="" />
            <
a href="{vb:link member, {vb:raw memberinfo}}">
                {
vb:rawphrase view_profile}
            </
a>
        </
li
add this code

PHP Code:
<li class="right">
            <
img src="[COLOR="Red"]images/buttons/edit_40b.png[/COLOR]" alt="{vb:rawphrase edit_user_profile}" />
            <
a href="moderator.php?{vb:raw session.sessionurl}do=useroptions&amp;userid={vb:raw memberinfo.userid}">
                
Edit Profile
                            
</a>
        </
li
if the image didnt work make sure to change it distenation to your style directory

I hope this was helpful and will make your job easier haha

Download

No files for download.

Supporters / CoAuthors

  • Evil-iQ

Similar Mods

vBulletin Blog how to put an "Edit Button" in the article blog next to "Report Button" vBulletin 4.x Template Modifications

vblts.ru supports vBulletin®, 2022-2024