Edit Note At Bottom
This modification is in the archives.
This is one I came up with on my old board, I dug it up and converted it to 3.7 for my new board. I don't think this has been posted before, if it has I apologize.
For those who don't like the edit note being where it is, or wanting to use this with the Signature Forced to Bottom mod to move the edit note below as well, this is for you. in template postbit_legacy: FIND AND REMOVE: Code:
<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> Code:
<!-- controls --> Code:
<!-- EDIT POST CODE BEGIN --> <table cellspacing="0" cellpadding="0" valign="center" align="left" height ="15"> <tr> <td width="430" valign="bottom" align="left"> <!-- edit note --> <if condition="$show['postedited']"> <div class="smallfont" style="float: bottom;"> <hr 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> </if> <!-- / edit note --> </td> </tr> </table> <!-- EDIT POST CODE END --> Code:
<hr style="color:$stylevar[tborder_bgcolor]; background-color:$stylevar[tborder_bgcolor]" /> Download No files for download. Screenshots |
Similar Mods
Hide "Edit By ..." Note For Admins | vBulletin 3.5 Template Modifications |