PDA

View Full Version : Display Userid In MemberLists (Admins Only)


Mastar
02-07-2007, 10:00 PM
This puts the userid under the user's username in the memberlist also a quick way to edit a member in the ACP.

Statistics
File Uploads: 0
Template Changes: 1
Products to Install: 0

INSTALLATION:

TEMPLATE CHANGES

memberlist_resultsbit
FIND:

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



REPLACE IT WITH:

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

<br>
<!-- USERID -->
<if condition="$bbuserinfo[usergroupid]==6">
<a class="smallfont" href="admincp/user.php?do=edit&u=$userinfo[userid]">$vbphrase[userid]:$userinfo[userid]</a>
</if>
<!-- END USERID -->




CLICK INSTALL (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=138829)

Also check out Display Userid in Postbit/Postbit_Legecy & MemberInfo (https://vborg.vbsupport.ru/showthread.php?t=120964)

rjmjr69
02-09-2007, 05:12 PM
NICE!!! thank you

AzaDiyaR
04-05-2007, 10:37 AM
nice thank you so much :D installed :D

athlon64bit
10-15-2007, 04:55 PM
Excellent mod! Thank you!

chikkoo
10-15-2007, 05:10 PM
Very interesting mod.
I like it, and I will use it.

acco
01-04-2008, 02:58 PM
Thanks for doing this, installed :)

support2142
01-07-2008, 03:42 AM
What a handy hack! Nice work!