MyBB Community Forums

Full Version: move the date of the post on the upside?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi all, anyone know how can i move the date of the posts on the upside?

[Image: 18032013120832.png]

also, i would like to make that profile box more wide, i think is to small

i would like also to set the texts on the left side, the username to

thanks
Template: postbit_classic
Find:
<td class="{$altbg}" width="15%" valign="top"

Increase the % value.

Find:
<span class="smalltext">{$post['postdate']} {$post['posttime']}</span>

Move and place wherever you want.
thanks for the tip, i changed the width of the box, but i dont know how to move the post date up, but anyways..

[Image: 18032013134704.png]

you know how to center the avatar in the middle of the box without tuching the text, username, joined, etc?
Make sure you have the style="text-align: center;" at the proper place.

<td class="{$altbg}" width="15%" valign="top" style="white-space: nowrap; text-align: center;">

Or add align="center" additionally.

<td class="{$altbg}" width="15%" align="center" valign="top" ...........
my idea was to keep the text on the left side and center the avatar, but.., anyways, ill let them all in the center..

you know how can i paint the backround color of the post date but without changing the color of trow1 wich is the color of the post body?

i would like to see the blue bar upond each post when the forum is set in classic mode, this is how is in orizontal mode:

[Image: 1903201320907.png]

and in classic mode is like this:

[Image: 1903201321328.png]

i would like to see that blue bar upon each post, with the post date inside, post number on the right side, etc

thanks