The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#9
|
|||
|
|||
![]()
well it started acting wierd again, I have no Idea why but this is what I did to get it working right.
In member.php after: $userinfo['signature'] = bbcodeparse($userinfo['signature'],0,0); I added: if ($userinfo[signature]!="") { $post[signature]=bbcodeparse($userinfo[signature],0); eval("\$userinfo[sig] = \"".gettemplate("getinfo_signature")."\";"); } else { eval("\$userinfo[sig] = \"".gettemplate("getinfo_signature_none")."\";" ); } and added the 2 new templates to the templatesused part and put how I wanted it to look in the the templates and it works great now. I think the allowsmilies part was messing it up for some reason. I don't know but it works now lol. Ty again boofo. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|