The Arcive of vBulletin Modifications Site. |
|
Default Signature Details »»
|
|||||||||||||||||||||||||
Default Signature!
Sometimes i just dont like it when people dont use a signature...That empty space below th posts...So i came up with this sollution to ad a default sigature! 1. In the postbit template find: Code:
$post[signature] Code:
<if condition="$post[signature]">$post[signature]
<else />
<img src="$stylevar[imgdir_misc]/nosignature.jpg"/></if>
- Save 2.) In the postbit legacy template find Code:
$post[signature] Code:
<if condition="$post[signature]">$post[signature]
<else />
<img src="$stylevar[imgdir_misc]/nosignature.jpg"/></if>
3. Upload nosignature.jpg to your misc images folder and your ready to go! Note, if you need a custom signature made, please post here so i will make it! Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Installed and did the templates edits but still not showing .... any idea !!!
|
|
#3
|
|||
|
|||
|
Probably you have to replace/delete a previous <if condition ...> concerning $post['signature']. In our board now it looks like that:
before: Code:
<if condition="$post['signature'] AND (($vboptions[warn_sig_thresshold]<0 AND $post[warning_level]>=$vboptions[warn_sig_thresshold]) OR $vboptions[warn_sig_thresshold]==0)"> <!-- sig --> <div> <br /><br /><br /><hr> <span class="smallfont"><center>$post[username]`s Signatur: </center></span><br /> <br /> <span class="smallfont"> <center> $post[signature] </center> </span> <br /> </div> <!-- / sig --> Code:
<if condition="(($vboptions[warn_sig_thresshold]<0 AND $post[warning_level]>=$vboptions[warn_sig_thresshold]) OR $vboptions[warn_sig_thresshold]==0)"> <!-- sig --> <div> <br /><br /><br /><hr> <span class="smallfont"><center>$post[username]`s Signatur: </center></span><br /> <br /> <span class="smallfont"> <center> <if condition="$post[signature]"> $post[signature] <else /> <img src="$stylevar[imgdir_misc]/nosignature.jpg"/> </if> </center> </span> <br /> </div> <!-- / sig --> |
|
#4
|
||||
|
||||
|
Thnks for the help m8 ive done a little edit so tht i took off the line
Code:
<if condition="(($vboptions[warn_sig_thresshold]<0 AND $post[warning_level]>=$vboptions[warn_sig_thresshold]) OR $vboptions[warn_sig_thresshold]==0)"> <!-- sig --> <div> <br /> <legend align="center"><span class="smallfont">$post[username]`s Signatur: <br /></span></legend> <br /> <span class="smallfont"> <center> <if condition="$post[signature]"> $post[signature] <else /> <img src="$stylevar[imgdir_misc]/nosignature.jpg"/> </if> </center> </span> <br /> </div> <!-- / sig --> PS just 1 quest ... which line do i have to edit to make the words bold and colourd Regards Wengi |
|
#5
|
|||
|
|||
|
4th line
Code:
$post[username]`s Signature:
|
|
#6
|
|||
|
|||
|
It's working fine .. thx mate
|
|
#7
|
|||
|
|||
|
@wengi
dont understand your Quest, sorry... Can you the question rewrite? Sorry for my bad english, im from Germany. @Bratz-Designs That is a individual signature in ours Forum. See attach Picture... |
|
#8
|
||||
|
||||
|
Quote:
Code:
$post[username]`s Signature: Regards Wengi |
|
#9
|
||||
|
||||
|
Thanks....
|
|
#10
|
|||
|
|||
|
Quote:
Mmh, just edit the css-class "smallfont" or create a new one and replace it: <span class="smallfont">$post[username]`s Signatur: <br /></span> |
![]() |
|
|