vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   display custom database field (https://vborg.vbsupport.ru/showthread.php?t=229528)

lucybb 12-04-2009 09:11 PM

display custom database field
 
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?


All times are GMT. The time now is 10:27 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01369 seconds
  • Memory Usage 1,707KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete