View Full Version : Posbit Location hack
attroll
01-31-2004, 06:18 AM
Is there a way to add the "location" from my custom fields in the profile field in postbit say either under the User Title or above the join date the join date?
StarBuG
01-31-2004, 08:44 AM
I don?t know if this works but try to add this where you want it in your postbit:
<if condition="$post[fieldXX]"><div>$vbphrase[YYY]:$post[fieldXX]</div></if>
You have to replace XX with the number your custom profile field has and make a phrase for YYY or replace $vbphrase[YYY]: with what you want there or completly leave it
Hope this helps
StarBuG
Zachery
01-31-2004, 10:47 AM
I don?t know if this works but try to add this where you want it in your postbit:
<if condition="$post[fieldXX]"><div>$vbphrase[YYY]:$post[fieldXX]</div></if>
You have to replace XX with the number your custom profile field has and make a phrase for YYY or replace $vbphrase[YYY]: with what you want there or completly leave it
Hope this helps
StarBuG
This has been covered 100000 times at vBulletintemplates.com as well as here, try a search next time
Boofo
01-31-2004, 11:19 AM
This has been covered 100000 times at vBulletintemplates.com as well as here, try a search next time
I only counted 74,362 times at both places. ;)
attroll
01-31-2004, 01:55 PM
Sorry but I did a search before I posted. I did a search for the following and found nothing of what I wanted, postbit, custom fields, profile field, location, birthday, and a couple more.
But I did get it working after using the following line:
<if condition="$post['field2']"><div>$vbphrase[location]: $post[field2]</div></if>
Just sorry that I could not find it in my search and had to post here.
What should I have type in the search block?
Boofo
01-31-2004, 02:12 PM
Don't worry about it, my friend. You are all taken care of now. ;)
Zachery
01-31-2004, 08:47 PM
I only counted 74,362 times at both places. ;)
Thanks Boofo i miss counted
next time try
profile feild
or postbit ;)
Boofo
01-31-2004, 09:11 PM
I was always good in my AB3's. ;)
And if he tried your spelling of 'field', no wonder he couldn't find it. ;)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.