The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#7
|
||||
|
||||
![]()
This is what I've put in my functions.php:
Code:
if ($post[field2]!="") { eval("\$post[field2] = \"".gettemplate("postbit_location")."\";"); } else { $post[field2]=""; } if ($post[joindate]!="") { eval("\$post[joindate] = \"".gettemplate("postbit_registered")."\";"); } else { $post[joindate]=""; } if ($post[posts]!="" and $post[posts]!="0") { eval("\$post[posts] = \"".gettemplate("postbit_posts")."\";"); } else { $post[posts]=""; } All they should contain is (example): Code:
Posts: $post[posts]<br> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|