UBB.Dev
Posted By: McJ Post spacing with larger avatars - 03/11/2005 7:49 AM
Hi.

This is our problem.

http://www.tombraiderforums.com/cgi-bin/ultimatebb.cgi?ubb=get_topic;f=9;t=015572

As you can see, we have enabled larger avatars. But how can we keep the post text at the top, while putting the line and post count, location, registered date... etc at the bottom of the post? (to better space out the post)

Which pl file would I have to edit.

Thanks muchus in advance.
Posted By: Ian Spence Re: Post spacing with larger avatars - 03/11/2005 9:50 AM
https://www.ubbdev.com/ubbcgi/ultimatebb.cgi/topic/17/434.html

that will do what you want, as well as keep the sig towards the bottom. If you don't want sigs towards the bottom, I'll help tomorrow when I can keep my head off the keyboard
Posted By: McJ Re: Post spacing with larger avatars - 03/11/2005 4:03 PM
Hi Ian

Thanks again for your quick reply. I must have a newer version of UBB Classic because the first line I need to change doesn't exist in ubb_lib_posting.cgi

Also. We don't have sigs enabled. It's just the bottom line (the one with the post count, location of member... etc) that I would like to have at the bottom of the individual post.

Thanks again for any effort and time you invest in resolving this.
Posted By: Ian Spence Re: Post spacing with larger avatars - 03/11/2005 10:00 PM
give this a shot

In public_topic_page.pl

FIND:
Code
<font size="$vars_style{TextSize}" face="$vars_style{FontFace}">
$post_body
</font>
ADD AFTER:
Code
</td>
</tr>
<tr>
<td> </td>
<td valign="bottom" align="left">
Posted By: McJ Re: Post spacing with larger avatars - 03/12/2005 9:34 AM
Ian

Perfect! Thank you! The info line now sits neatly at the base of the post.

Thank you again!!!!
© UBB.Developers