View Full Version : how do i...
k, i looked in my admin control panel, this forum and on vbulletintemplates.com and i couldn't find it... what i want to do is change my furom pages from instead of showing the authtor and their info on top, i want to change it so all that information is on the side...
it's on this forum too and i'll attach a pic just to make sure. can someone tell me how to change it or where to find the instructions to change it??? thanks.
ok, i figured it out but here's a request to make it look a little better....
is there anyway for those that have signatures... for it to be aligned to the bottom now instead of the signature being right underneath the end of the post?? sample pic included...
Rampag33
06-02-2004, 05:16 AM
Yeah just edit the posbit template
how would i edit it?? i have no idea on scripting or php language...
assassingod
06-03-2004, 12:34 AM
If you have some HTML knowledge, you can easily achieve yourself, by:
Admin CP -> Styles & Templates -> Style Manager -> Postbit Templates -> postbit_legacy
If not, ask at vBulletinTemplates.com :)
looks like they already had this mod out. thanks.
BUMP!
i haven't done a board in a while now and i'm just getting started back into setting up a forum. i didn't even know vbtemplates got merged into vb.org. can anyone point out to me where this hack is for a freshly installed version of 3.6
AND i'm lookin for a few hacks/mods here if you guys can help me out... the other hack i'm looking for is smilies in the quick reply. if anyone can help, that'll be great.
Thanks guys.
EDIT:
found it the control panel....
murrtex
09-14-2006, 07:09 AM
Open postbit_legacy:
# Find:
<if condition="$post['signature']">
<!-- sig -->
<div>
__________________<br />
$post[signature]
</div>
<!-- / sig -->
</if>
# Remove it #
# Find:
<!-- / edit note -->
</if>
</td>
</tr>
# Directly below this add:
<tr>
<td class="alt2">
</td>
<td class="alt1" align="$stylevar[middle]">
<if condition="$post['signature']">
<!-- sig -->
<div>
__________________________<br />
$post[signature]
</div>
<!-- / sig -->
</if>
</td>
</tr>
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.