Log in

View Full Version : Profile Field in Postbit?


Danecookie
05-04-2009, 09:19 AM
How to put a profile field in postbit for version 3.6.5

Ive tried a mod here but it dsnt work. Anyone knows a working one?

Regards

ShawneyJ
05-04-2009, 10:36 AM
it depends on what you want to add in your profile field.

Danecookie
05-04-2009, 11:27 AM
Just text. Nothing else.

tipoboy
05-04-2009, 11:34 AM
Just text. Nothing else.

create your profile field and take note of the field name (field1) for example

and in the postbit where you want your field to show add this code


<if condition="$post['fieldX']">
<div>Whatever the Field name is: $post[fieldX]</div>
</if>


Please note change the X to the number of the field you have made

Danecookie
05-04-2009, 12:24 PM
Thanks alot. GOt it.