Back to vBulletin 3.6 Template Modifications

Custom Field Below Signature on Legacy Postbit
Mod Version: 1.0, by evenmonkeys

This modification is in the archives.
vB Version: 3.6.2 Rating: (1 vote - 5.00 average) Installs: 12
Released: 22 Jun 2006 Last Update: 22 Jun 2006 Downloads: 43
Not Supported Template Edits  

Description
Basically, this allows you to create a custom profile field, or anything for that matter, and display it along the bottom of each post. Aligned to the right side are the edit and quote buttons. This will align a field of your choice to the left side. Note that this is primarily for the legacy Postbit.

Templates to edit: 1 (postbit legacy)

Installation
1. If you have not already, create a custom profile field.
2. In your AdminCP, go to Styles & Templates -> Style Manager -> Edit Templates -> Postbit -> Postbit Legacy.
3. Find:
HTML Code:
<!-- / status icon and date --> 
</td>
<td class="thead" style="font-weight:normal" align="$stylevar[right]">
Replace with:
HTML Code:
<!-- / status icon and date --> 
</td>
<td colspan="2" class="thead" style="font-weight:normal" align="$stylevar[right]">
4. Find:
HTML Code:
<if condition="$show['moderated']">
<td class="alt2" id="td_post_$post[postid]">
<else />
<td class="alt1" id="td_post_$post[postid]">
</if>
Replace with:
HTML Code:
<if condition="$show['moderated']">
<td class="alt2" id="td_post_$post[postid]">
<else />
<td colspan="2" class="alt1" id="td_post_$post[postid]">
</if>
5. Find:
HTML Code:
<td class="alt1" align="$stylevar[right]">
Above put:
HTML Code:
<td class="alt1" align="$stylevar[left]">
<if condition="$post['fieldx']">
$post[fieldx]
</if>
</td>
6: Replace x with the field ID.


Comments
I use this on my forums for two different things. One thing I use it for is ranks. It looks a lot cleaner having them somewhere out of the way, but very obvious to see. They tend to get very cluttered up around the username and avatar. The other thing I use it for is a comment that people can make. They have a custom field that they can say a quote or something in and it'll display this along the bottom below their signatures.

Download

This modification is archived, downloads are still allowed.

File Type: %1$s custom_field_below_sig_postbig_legacy_1.0.txt (1.5 KB, 97 downloads)

Screenshots

Click image for larger version
Name:	postbit1.gif
Views:	1267
Size:	16.4 KB
ID:	49823   Click image for larger version
Name:	postbit2.gif
Views:	1235
Size:	16.3 KB
ID:	49824  

Similar Mods

Postbit Legacy - Signature Inside a Cell vBulletin 3.8 Template Modifications
Custom Field Below Signature on Legacy Postbit vBulletin 3.5 Template Modifications

vblts.ru supports vBulletin®, 2022-2024