PDA

View Full Version : Custom Profile info into Postbit.


UTE304
01-05-2010, 08:26 PM
Any chance someone on the ORG can help me with this issue below?

http://www.vbulletin.com/forum/showthread.php?335099-Adding-the-Custom-Profile-Info-to-display-in-the-postbit



Getting nothing over at the other forum.

Steve

Dygear
01-06-2010, 05:15 PM
Steve, they where never in the postbit.css file, they are called postbit and postbit_legacy. Editing these two in your admin panel will allow you to add the fields back.

Also:

<if condition="$post['field5']"><div>$post[field5]</div></if>
<if condition="$post['field8']"><div>$post[field8]</div></if>
<if condition="$post['field6']"><div>$post[field6]</div></if>
<if condition="$post['field7']"><div>$post[field7]</div></if>
<if condition="$post['field3']"><div>$post[field3]</div></if>

Is no longer correct, and you can just follow the answer found here (https://vborg.vbsupport.ru/showthread.php?t=232067).

UTE304
01-06-2010, 08:33 PM
Thanks for that Dygear.