The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#9
|
||||
|
||||
![]()
In admin/functions.php find:
Code:
if ($post[customtitle]==2) { $post[usertitle] = htmlspecialchars($post[usertitle]); } Code:
// first profile field if ($post[fieldX]!="") { $gamedata1="<smallfont><b>Currently Playing:</b><br>$post[fieldX]</smallfont><br>"; } else { $gamedata1=""; } // second profile field if ($post[fieldX]!="") { $gamedata2="<smallfont><b>Xbox Live gamer tag:</b><br>$post[fieldX]</smallfont><br>"; } else { $gamedata2=""; } Now go to your postbit template and remove all of the code & text that you added earlier.. Now replace it with: $gamedata1 $gamedata2 That should work. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|