vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Why does this work for Administrators but not for users? (https://vborg.vbsupport.ru/showthread.php?t=150508)

azarl 06-24-2007 09:07 AM

Why does this work for Administrators but not for users?
 
I'm trying to display two userfields in the postbits of a single forum only (234). I'm using:

<if condition="$forum['forumid'] == 234">
<div class="smallfont">$post[field6]<br>$post[field7]<br></div>
</if>

Inserted immediately after:
<if condition="$post['usertitle']"><div class="smallfont">$post[usertitle]</div></if>

But it only displays for administrators. Any ideas please?

Thanks

Dismounted 06-25-2007 06:31 AM

Is the field an Admin-only field?

Guest190829 06-25-2007 06:34 AM

Yeah, make sure you do not have the field set to private in the Custom Field manager.

(You can check this in the AdminCP's Profile field manager.)

azarl 06-25-2007 09:47 AM

Yes, that's the problem.

I don't want to make these public fields as they are personal details on a Club membership system. But I do want to display them either on a specific forum which is only open to my members or to the usergroup member.

Any ideas please?

Thanks

Roger

azarl 07-06-2007 06:28 PM

Anybody?

EnIgMa1234 07-06-2007 06:53 PM

Shouldn't it be $foruminfo[forumid]

Dismounted 07-07-2007 06:27 AM

Quote:

Originally Posted by azarl (Post 1275991)
Yes, that's the problem.

I don't want to make these public fields as they are personal details on a Club membership system. But I do want to display them either on a specific forum which is only open to my members or to the usergroup member.

Any ideas please?

Thanks

Roger

Then make it public, it only shows when you actually put the code into templates....


All times are GMT. The time now is 01:01 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.01002 seconds
  • Memory Usage 1,718KB
  • 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)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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