PDA

View Full Version : Postbit modded (HELP)


EvilCrow
03-07-2004, 02:38 AM
I want to know how to add another small section for more info on the right of the post itself?

Please see posted image for what I mean.. Thanks!!!!

EvilCrow
03-08-2004, 08:42 PM
15 views and no one knows how to do this??? I've seen it on a board but no reply (Same as here) to know how to do it =(

filejune
03-14-2004, 02:11 AM
(I am asuming you are polling ifo from a profile field)

in postbit_legacy template


after this code

<div>
$vbphrase[posts]: $post[posts]
<if condition="$show['reputation']">$post[reputationdisplay]</if>
</div>


add this as a example place the falowing sample where ever you need it



<div><if condition="$post[field5]">Gender: $post[field5]</if> </div>
<div><if condition="$post[field6]">Status: $post[field6]</if></div>


tells you what the field id is in the profile field manager

EvilCrow
03-18-2004, 05:56 AM
No I wanted to know how I can make that right section.. I make it look like there was a section using photoshop.. I want to know how to make it for real THEN place info in it!