Log in

View Full Version : Profile Info Under User Name


Mrdby
05-19-2007, 09:26 PM
instead of showing up all the way on the other side... example

MRDBY Join Date: Jun 2006
Location: Hades


I want it to show under my name when posting.

Michael Biddle
05-19-2007, 09:46 PM
You would need to arrange it from the postbit template

Mrdby
05-19-2007, 09:47 PM
I see..i changed it...but is there anyway i can have it in my user options?

Michael Biddle
05-19-2007, 09:56 PM
You could add a custom profile field, asking how they want it arranged.

First add a custom Profile field something with details like this:

Type: Single Selection Menu
Title: Postbit View
Description: Choose if you want it on left or right
Options:
Left
Right
Required: Yes, always
Editable by user: Yes
Display: Options: Thread ViewThen in template postbit do something like this:

Change X in fieldX to the profile field that you added

<if condition=" $bbuserinfo[fieldX]== 'Left'">

Then have the left html info here

<else />

Have right html code here

</if>Hope This Helps