View Full Version : Question - What plugin is used?
Phillip
03-05-2017, 08:41 PM
For the username change history that's shown on the profiles...what plugin is that?
Paul M
03-05-2017, 11:01 PM
Hmmm, if I recall correctly, it's a modified version of this ;
https://vborg.vbsupport.ru/showthread.php?t=101411
blind-eddie
03-06-2017, 12:25 AM
Install this on your 3.8 board, it will work.
https://vborg.vbsupport.ru/showthread.php?t=149377&highlight=username+change
Then, In your MEMBERINFO template.
Search for:
<div id="profile_tabs">
Add ABOVE:
<!-- Username History -->
<if condition="$show['username_history']">
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<tr>
<td class="tcat">$vbphrase[unreq_un_hist]</td>
<td class="tcat"></td>
<td class="tcat"></td>
<td class="tcat"></td>
</tr>
<tr>
<td class="thead">$vbphrase[unreq_date]</td>
<td class="thead">$vbphrase[unreq_original]</td>
<td class="thead">$vbphrase[unreq_new_un]</td>
<td class="thead">$vbphrase[unreq_status]</td>
</tr>
$username_history_bit
</table>
<br />
</if>
<!-- / Username History -->
Doing this will show the username history like this: https://nacc.club/member.php?u=23
Paul M
03-06-2017, 10:53 AM
It doesnt seem to be visible on that link, are you sure guests can see it ?
blind-eddie
03-06-2017, 11:43 AM
oops, Sorry, link is viewable guest now.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.