The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Signature and other weird issues (Not showing)
I have no clue what the problem is, but my signature is not showing and now my hack for default font colors (where users can set there own default font color so they don't have to change it every time) is not working either.
I am a novice website owner, and if a Coder could go into my Admin CP or FTP for me I would really appreciate it. I am at a loss for what to even begin to look at. |
#2
|
|||
|
|||
Bump.
Still a problem for me. |
#3
|
|||
|
|||
post your postbit or postbit legacy(whichever you use) template here so i can look at it...
|
#4
|
|||
|
|||
Sure thing.
Thank you for taking the time to look at it for me. Postbit: PHP Code:
|
#5
|
|||
|
|||
Postbit Legacy:
PHP Code:
|
#6
|
||||
|
||||
From your postbit template code in red color is missing add that in between the signature start and end hook:
Code:
$template_hook[postbit_signature_start] $ad_location[ad_showthread_firstpost_sig] <if condition="$post['signature']"> <!-- sig --> <div> __________________<br /> $post[signature] </div> <!-- / sig --> </if> $template_hook[postbit_signature_end] |
#7
|
|||
|
|||
yeah and the default font color mod depending on which one you are using has bugs...
|
#8
|
|||
|
|||
Quote:
I hadn't been able to fix this for a few days now and it was frustrating the hell out of me. Thank you thank you thank you. --------------- Added [DATE]1244659129[/DATE] at [TIME]1244659129[/TIME] --------------- Quote:
So it's better to just not use this feature? |
#9
|
|||
|
|||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|