PDA

View Full Version : User ID & Center Postbit


Ceux
07-11-2009, 04:43 PM
Hi, sorry if this in the wrong section as I am brand new to this forum.

I was wondering if it's possible to center the postbit area with the username, rank etc instead of it being aligned to the left.

Also is it possible to add the user id number above the "Join date:" so it shows:

Eg.
Unique ID: 123

or something?

If you know, could you share your codes here and direct me to the correct areas needed to do this?

Thanks and regards.

Dismounted
07-12-2009, 04:08 AM
You will be looking inside the postbit template, specifically, you will find something like this:
<td nowrap="nowrap" align="left">
<div id="postmenu_1847045">
Add this above it:
<td width="50%">&nbsp;</td>
As for the user ID, you can use this variable in your templates:
$bbuserinfo[userid]