The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#12
|
||||
|
||||
Um... I tried the code and it didn't work, when I tried som of the other posts code it gave me an error when I viewed a PM...
Is there anyway you could update the txt file pls? |
#13
|
|||
|
|||
can you post a screenshot of the error?
|
#14
|
|||
|
|||
My little addition to this mod
This will let you set a default sig by usergroup. Just change $post[usergroupid] == 6 for every usergroup you want to set. <if condition="$post[signature]">$post[signature] <else /> <if condition="$post[usergroupid] == 6"><img src="http://www.yoursite.com/yourimage.gif"></if> </if> |
#15
|
|||
|
|||
This is such a simple edit, why is it not working for me?
Question: will only newly registered members have a sig show up, or anyone with no sig added? |
#16
|
||||
|
||||
it should affect all sigs with nothing in them, if I understand it correct.
|
#17
|
|||
|
|||
Is there any way to add BB code or allow for text links with this ?
|
#18
|
|||
|
|||
Sal?,
Signatur always at the lower edge of Posting... Perhaps it can use someone. Testing with vB 3.6.7 postbit_legacy find Code:
<tr valign="top"> <td class="alt2" width="175" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px"> Code:
<tr valign="top"> <td class="alt2" width="175" rowspan="2" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px"> find Code:
<!-- / attachments --> </if> <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[musername]`s Signatur: </center></span><br /> <br /> <span class="smallfont"> <if condition="$post[signature]">$post[signature]<else /><img src="$stylevar[imgdir_misc]/nosignature.jpg"/></if> </span> <br /> </div> <!-- / sig --> </if> <if condition="$show['postedited']"> <!-- edit note --> <div class="smallfont"> <hr size="1" style="color:$stylevar[tborder_bgcolor]" /> <em> <phrase 1="$post[edit_username]" 2="$post[edit_date]" 3="$post[edit_time]">$vbphrase[last_edited_by_x_on_y_at_z]</phrase>. <if condition="$post['edit_reason']">$vbphrase[reason]: $post[edit_reason]</if> </em> </div> <!-- / edit note --> </if> </td> </tr> Code:
<!-- / attachments --> </if> <if condition="$show['postedited']"> <!-- edit note --> <div class="smallfont"> <hr size="1" style="color:$stylevar[tborder_bgcolor]" /> <em> <phrase 1="$post[edit_username]" 2="$post[edit_date]" 3="$post[edit_time]">$vbphrase[last_edited_by_x_on_y_at_z]</phrase>. <if condition="$post['edit_reason']">$vbphrase[reason]: $post[edit_reason]</if> </em> </div> <!-- / edit note --> </if> </td> </tr> <tr> <td class="alt1" valign="bottom" style="border-right: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]"> <if condition="(($vboptions[warn_sig_thresshold]<0 AND $post[warning_level]>=$vboptions[warn_sig_thresshold]) OR $vboptions[warn_sig_thresshold]==0)"> <!-- sig --> <div> <hr> <span class="smallfont"><center>$post[musername]`s Signatur: </center></span><br /> <br /> <span class="smallfont"> <if condition="$post[signature]">$post[signature]<else /><img src="$stylevar[imgdir_misc]/nosignature.jpg"/></if> </span> <br /> </div> <!-- / sig --> </if> </td> </tr> greeting Indy |
#19
|
|||
|
|||
Still not working for me.. I really like this mod..
|
#20
|
|||
|
|||
Thanks_______
|
#21
|
|||
|
|||
Very good mod, though I had to edit to get it to work with 3.6.8
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|