The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#3
|
||||
|
||||
![]()
Open member.php, find:
// ############################### start get info ############################### if ($action=="getinfo") { $templatesused = "getinfo_sendpm,aol,icq,yahoo,getinfo_birthday,get info_customfields,getinfo" ; include("./global.php"); Add below: global $allowsignatures,$allowsmilies; then find: if ($userinfo[yahoo]!="") { eval("\$userinfo[yahooicon] = \"".gettemplate("yahoo")."\";"); } else { $userinfo[yahoo]=" "; } Add below: if ($userinfo[signature]!="" AND $allowsignatures) { $post[signature]=bbcodeparse($userinfo[signature],0,$allowsmilies); eval("\$userinfo[signature] = \"".gettemplate("postbit_signature")."\";"); } else { $userinfo[signature]="None"; } Close member.php Open the template User Info Display Templates -> Getinfo and place $userinfo[signature] where ever you want the signature to be displayed. Done! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|