The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
![]()
If you really want to do this (regardless of what Eosian said)
Go into your MEMBERINFO template Find $vbphrase[edit_user_profile] You should see Code:
<if condition="$show['edit_profile']"> <li class="thead"><a href="moderator.php?$session[sessionurl]do=useroptions&u=$userinfo[userid]">$vbphrase[edit_user_profile]</a></li> </if> Code:
<li class="thead">$prepared[username]'s UserID: $prepared[userid]</li> Code:
<if condition="$show['edit_profile']"> <li class="thead"><a href="moderator.php?$session[sessionurl]do=useroptions&u=$userinfo[userid]">$vbphrase[edit_user_profile]</a></li> </if> <li class="thead">$prepared[username]'s UserID: $prepared[userid]</li> Code:
<li class="thead">UserID: $prepared[userid]</li> (note: that's for VB3.8, not sure about the latest version, if you're using vB4, but it might still work) |
Благодарность от: | ||
My Hattiesburg |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|