The Arcive of vBulletin Modifications Site. |
|
MEMBERINFO template change no longer shows username history Details »»
|
|||||||||||||||||||||||||||
|
MEMBERINFO template change no longer shows username history
Developer Last Online:
It used to, now it doesn't, was this something missed when the MEMBERINFO templates were added?
Actually, its in the template, but an option is not set that displays it, $show['userhistory'] Code:
<if condition="$show['userhistory']"><div class="smallfont"><a href="vbplaza.php?do=userhistory&userid=$userinfo[userid]">$vbphrase[vbplaza_user_history]</a></div></if> Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
$show['userhistory'] is set to TRUE when it has found some history.
As far as Username History, like Username Changes u mean? The above is just a User History, not Username Changes? In which case, u have to edit the Usergroups Permissions so urs can view Username Changes. -CMX |
|
#3
|
|||
|
|||
|
I thought "username history" showed up on the member profile for everybody, maybe it didn't.
"item history" has always been enbabled for all registered users, maybe my old template was bad or something. If somebody changed their username, how would they go about removing it? Can they? |
|
#4
|
|||
|
|||
|
U mean to remove the change from the username change log?
-CMX |
![]() |
|
|