fnrtop
05-12-2011, 10:00 PM
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
popupmenu memberaction
2- in the template "memberaction_dropdown"
after this 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
<li class="right">
<img src="images/buttons/edit_40b.png" alt="{vb:rawphrase edit_user_profile}" />
<a href="moderator.php?{vb:raw session.sessionurl}do=useroptions&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
:up:
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
popupmenu memberaction
2- in the template "memberaction_dropdown"
after this 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
<li class="right">
<img src="images/buttons/edit_40b.png" alt="{vb:rawphrase edit_user_profile}" />
<a href="moderator.php?{vb:raw session.sessionurl}do=useroptions&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
:up: