The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Question - What plugin is used?
For the username change history that's shown on the profiles...what plugin is that?
|
#2
|
||||
|
||||
Hmmm, if I recall correctly, it's a modified version of this ;
https://vborg.vbsupport.ru/showthread.php?t=101411 |
#3
|
||||
|
||||
Install this on your 3.8 board, it will work.
https://vborg.vbsupport.ru/showthrea...sername+change Then, In your MEMBERINFO template. Search for: Code:
<div id="profile_tabs"> Code:
<!-- 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 --> |
#4
|
||||
|
||||
It doesnt seem to be visible on that link, are you sure guests can see it ?
|
#5
|
||||
|
||||
oops, Sorry, link is viewable guest now.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|