Quote:
Originally Posted by Sulaiti
Fix :nervous:
Phrase Type: User tool (global)
Varname:
Text: Signature Title
will be :
Phrase Type: User tool (global)
Varname: signature_title
Text: Signature Title
for vBulletin Version 3.0.1
find :
/includes/functions_showthread.php
$post['signature'] = parse_bbcode($post['signature' . $post[showsignature], 'nonforum', $vboptions['allowsmilies']);
Change to :
$post['signature'] = parse_bbcode($post['signature'], 'nonforum', $vboptions['allowsmilies']);
|
Thanks very much! Maybe the install instructions should be updated to reflect this? It would have saved me a lot of stress!