vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Calling profile field in template question (https://vborg.vbsupport.ru/showthread.php?t=262361)

Zachery 04-27-2011 09:32 PM

{vb:raw bbuserinfo.field$vboptions[boofo_link_1_name]}

Give that a try..

Boofo 04-27-2011 10:00 PM

That showed up fine in the header. Well, actually this did, but it is also a profile field. I'm not using boofo_link_1_name anymore.

Code:

{vb:raw bbuserinfo.field$vboptions[boofo_uhg_field]}

So, how do we use this in a conditional in the template?

kh99 04-27-2011 10:09 PM

How about:

Code:

<vb:if condition="$vbulletin->userinfo['field[' . $vboptions['boofo_uhg_field'] . ']']">

Boofo 04-27-2011 10:16 PM

Almost got it. But it only seems to work if I do a NOT condition, like this:

Code:

<vb:if condition="!$vbulletin->userinfo['field[' . $vboptions['boofoboofo_uhg_field'] . ']']">
<li>{vb:rawphrase no_new_messages}</li>
</vb:if>


Then the phrase shows. But since there is a viable field for that, it should work the other way around, shouldn't it?

No more template error, though, so thank you for that.

EDIT: I see what it is. You added and extra boofo in the filed name.

kh99 04-27-2011 10:23 PM

Quote:

Originally Posted by Boofo (Post 2189437)
EDIT: I see what it is. You added and extra boofo in the filed name.

Oh yeah sorry. I took it out a minute later but I guess you had seen it already.

Boofo 04-27-2011 10:24 PM

Nope, still not picking it up unless I do the NOT condition.

kh99 04-27-2011 10:28 PM

Yeah, I guess that means it's not coming out to the right variable name. OK, maybe this?

Code:

<vb:if condition="$vbulletin->userinfo['field' . $vboptions['boofo_uhg_field']]">

ETA: or this

Code:

<vb:if condition="$vbulletin->userinfo['field' . $vbulletin->options['boofo_uhg_field']]">

Boofo 04-27-2011 10:33 PM

Bingo! We have a winner! ;)

You are the man!

--------------- Added [DATE]1303967314[/DATE] at [TIME]1303967314[/TIME] ---------------

Thank you, Kevin, for the fix. Your first one worked in post #17. I haven't tried the second one yet. But I would think it would work, also.

And kudos to you, too, Zach, for the code to test in the template.


All times are GMT. The time now is 04:31 AM.

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.01083 seconds
  • Memory Usage 1,728KB
  • 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
  • (5)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete