Back to vBulletin 3.6 Template Modifications

Signature forced to bottom (postbit_legacy)
Mod Version: 1.00, by Sledgstone

This modification is in the archives.
vB Version: 3.6.2 Rating: (17 votes - 4.71 average) Installs: 228
Released: 13 Oct 2006 Last Update: Never Downloads: 67
Not Supported  

This mod will force all user's signatures to the bottom of their post. This is helpful if you have custom fields displayed under your avatars. Only 3 code changes are required in the postbit_legacy template. It'll take you about one minute to install this.

I have attached a couple screenshots showing what this mod does. I also have enabled this on my forums and you can see an example there:

http://forums.ancientclan.com/

In postbit_legacy, find:

Code:
	<td class="alt2" width="175" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px">
Change to:
Code:
	<td class="alt2" width="175" rowspan="2" style="border: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]; border-top: 0px; border-bottom: 0px">
Then find:
Code:
		<if condition="$post['signature']">
		<!-- sig -->
			<div>
				__________________<br />
				$post[signature]
			</div>
		<!-- / sig -->
		</if>
Delete it.

Now find:
Code:
		<!-- / edit note -->
		</if>
	</td>
</tr>
Directly underneath add:

Code:
<tr>
<td class="alt1" valign="bottom" style="border-right: $stylevar[cellspacing]px solid $stylevar[tborder_bgcolor]">
		<if condition="$post['signature']">
		<!-- sig -->
			<hr size="1" style="color:$stylevar[tborder_bgcolor]" />
			<div valign="bottom">
				$post[signature]
			</div>
		<!-- / sig -->
		</if>
		</td>
</tr>
Before: After:

Download

No files for download.

Screenshots

Click image for larger version
Name:	1_before_sig_forcedown.jpg
Views:	2847
Size:	104.1 KB
ID:	54617   Click image for larger version
Name:	2_after_sig_forcedown.jpg
Views:	3240
Size:	104.2 KB
ID:	54618  

Similar Mods

Signature forced to bottom (for postbit_legacy users) vBulletin 3.0 Template Modifications

vblts.ru supports vBulletin®, 2022-2024