View Full Version : display custom database field
lucybb
12-04-2009, 09:11 PM
I have a custom field in my database. It is 'ad_id' and it is in the 'user' table.
How can I display this in the postbit template?
I don't think I can use regular PHP in that template.
Thanks
Lynne
12-04-2009, 09:14 PM
Have you tried just using the variable $post['ad_id'] in the template?
lucybb
12-04-2009, 09:17 PM
Thanks Lynne, but yes I tried that and it puts out nothing.
Lynne
12-04-2009, 09:55 PM
Hmmm, well, if you look at the query, it grabs user.*, so that field should be there for use. I do something similar on my site - I have a couple of custom fields in the user table and I just put them into the postbit using the format I just said to use.
Are you sure you are adding it to the correct template (postbit or postbit_legacy)?
lucybb
12-04-2009, 10:33 PM
Yes it is postbit. Thanks.
Lynne
12-04-2009, 10:36 PM
So you have the correct template, but it isn't showing up. Can you show us exactly what you added to the template? Also, are you positive there is data in the custom field in the user table? And that you didn't add an extra space before the name of the field when you created it?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.