The Arcive of vBulletin Modifications Site. |
|
![]() |
|||||||||||||||||||||||||
Here is a small contribution to this community.
I noticed that this template modification was available for 3.0 and 3.5, but not for 3.7. Credits: Was motivated by the original hack, created by Brad. What does it do? It will allow you to place the signature at the very bottom of the post. What's the difference between this and the previous versions?
Versions tested and working on:
Notes:
Installation: Find in postbit_legacy template: Code:
<td class="alt2" width="175" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px"> Code:
<td class="alt2" width="175" rowspan="2" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px"> Code:
<if condition="$post['signature']"> <!-- sig --> <div> __________________<br /> $post[signature] </div> <!-- / sig --> </if> $template_hook[postbit_signature_end] <if condition="$show['postedited']"> <!-- edit note --> <div class="smallfont"> <hr size="1" style="color:$stylevar[tborder_bgcolor]; background-color:$stylevar[tborder_bgcolor]" /> <em> <if condition="$show['postedithistory']"> <phrase 1="$post[edit_username]" 2="$post[edit_date]" 3="$post[edit_time]" 4="posthistory.php?$session[sessionurl]p=$post[postid]">$vbphrase[last_edited_link_by_x_on_y_at_z_postid]</phrase>. <else /> <phrase 1="$post[edit_username]" 2="$post[edit_date]" 3="$post[edit_time]">$vbphrase[last_edited_by_x_on_y_at_z]</phrase>. </if> <if condition="$post['edit_reason']"> $vbphrase[reason]: $post[edit_reason] </if> </em> </div> <!-- / edit note --> </if> </td> </tr> Code:
<tr> <td class="alt2" valign="bottom" height="100%"style="border-right: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]"> $template_hook[postbit_signature_start] <if condition="$post['signature']"> <!-- sig --> <hr size="1" style="color:$stylevar[tborder_bgcolor]" /> <div valign="bottom"> $post[signature] </div> <!-- / sig --> </if> $template_hook[postbit_signature_end] <if condition="$show['postedited']"> <!-- edit note --> <div class="smallfont"> <hr size="1" style="color:$stylevar[tborder_bgcolor]; background-color:$stylevar[tborder_bgcolor]" /> <em> <if condition="$show['postedithistory']"> <phrase 1="$post[edit_username]" 2="$post[edit_date]" 3="$post[edit_time]" 4="posthistory.php?$session[sessionurl]p=$post[postid]">$vbphrase[last_edited_link_by_x_on_y_at_z_postid]</phrase>. <else /> <phrase 1="$post[edit_username]" 2="$post[edit_date]" 3="$post[edit_time]">$vbphrase[last_edited_by_x_on_y_at_z]</phrase>. </if> <if condition="$post['edit_reason']"> $vbphrase[reason]: $post[edit_reason] </if> </em> </div> <!-- / edit note --> </if> </td> </tr> Show Your Support
|
Comments |
#2
|
|||
|
|||
![]()
Thanks Man
![]() |
#3
|
|||
|
|||
![]()
No problem.
|
#4
|
|||
|
|||
![]()
Hmmm... I don't have that line:
Quote:
Thanks in advance EDIT: I lost that line because of another mod but after looking at the default I learned that is line 27 so I just added it there anyway and modified it as it was. It didn't however work for me. The signature remains as it was. ![]() |
#5
|
|||
|
|||
![]()
Little tinkering an walla..no problemo
![]() |
#6
|
|||
|
|||
![]()
I have a white stripe in the middle of the posts? Is there a sollution to let it disapear?
|
#7
|
|||
|
|||
![]()
Great mod ... I will get it installed a.s.a.p
|
#8
|
|||
|
|||
![]()
I'm glad you figured it out. Sorry I didn't get to you sooner. Forgot to setup pm alerts to new replies...
![]() Quote:
Cool. Glad you liked it. |
#9
|
|||
|
|||
![]()
Ok. None of you hit the installed button...
Doesn't take long to do it. |
#10
|
|||
|
|||
![]()
I have a question.
The article content is different from signature color Please see the attachment. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|