Back to vBulletin 3.7 Template Modifications

Edit Note At Bottom
Mod Version: 1.00, by BigJohnny

This modification is in the archives.
vB Version: 3.7.5 Rating: (1 vote - 5.00 average) Installs: 2
Released: 09 Feb 2009 Last Update: Never Downloads: 0
Not Supported Template Edits Code Changes Re-usable Code  

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>
FIND:
Code:
<!-- controls -->
BELOW ADD:
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 -->
That should be it. I haven't fully tested this, but I haven't seen any problems yet. If you don't like the line above it, simply remove
Code:
							<hr style="color:$stylevar[tborder_bgcolor]; background-color:$stylevar[tborder_bgcolor]" />
Remember to click if you use this mod. I often go back and change or update things, tweak stuff, or improve the look. If you don't mark it as installed you won't be notified of updates.

Download

No files for download.

Screenshots

Click image for larger version
Name:	EditNote.jpg
Views:	202
Size:	40.6 KB
ID:	94444  

Similar Mods

Hide "Edit By ..." Note For Admins vBulletin 3.5 Template Modifications

vblts.ru supports vBulletin®, 2022-2024