Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 04-07-2005, 08:47 AM
jp2's Avatar
jp2 jp2 is offline
 
Join Date: Sep 2003
Location: UK
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Vbulletin <if> statement help.

Vbulletin <if> statement help.

Here is what I am trying to do?

I want to add a link to my nav bar that?s only viewable by registered users prompting them to ?upgrade there account?.

I half know how <if> statements work in vbulletin but I am not sure on the exact code to make this work.

Something along the lines of?

HTML Code:
<if condition="$bbuserinfo['userid'] == 2">
   <td class="vbmenu_control"><a href="http://www.babeforums.net/imagehost/" target="_blank"><strong><font color="#000000">Test</font></strong></a></td>
<else /> 
</if>
This doesn?t seem to be working however.

Any help is greatly appreciated.
Jon
Reply With Quote
  #2  
Old 04-07-2005, 08:54 AM
Deaths Deaths is offline
 
Join Date: Oct 2004
Location: Europe, Belgium
Posts: 679
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

As I said on vb.com, the userid is the unique ID of a user, so if you set it to 2, the user with the ID 2 will see the link, and noone else
Reply With Quote
  #3  
Old 04-07-2005, 09:49 AM
Jenta Jenta is offline
 
Join Date: Dec 2004
Posts: 377
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yup, what he said

u have to use usergroup ids, your only if'ing one person there
use this instead <if condition="is_member_of($bbuserinfo, 2)"> this covers secondary groups
you can also use this if you dont have secondary groups <if condition="$bbuserinfo[usergroupid]==2">

either one will work in most cases

you also dont need the else statement

HTML Code:
<if condition="is_member_of($bbuserinfo, 2)">
   <td class="vbmenu_control"><a href="http://www.babeforums.net/imagehost/" target="_blank"><strong><font color="#000000">Test</font></strong></a></td>
</if>
Reply With Quote
  #4  
Old 04-07-2005, 11:40 AM
Princeton's Avatar
Princeton Princeton is offline
 
Join Date: Nov 2001
Location: Vineland, NJ
Posts: 6,693
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

for registerd users use...
Code:
<if condition="$show['member']">
link goes here
</if>
the 'is_member_of' will only check and show link if member belongs in the specific group that you are checking ...

so if a registered member is in group 6 ... link will not be shown 'cause you are only checking group 2
Reply With Quote
  #5  
Old 04-07-2005, 01:03 PM
jp2's Avatar
jp2 jp2 is offline
 
Join Date: Sep 2003
Location: UK
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for the replys. This has sorted it.

Cheers.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 05:51 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04163 seconds
  • Memory Usage 2,197KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_code
  • (2)bbcode_html
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (5)post_thanks_box
  • (5)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (5)post_thanks_postbit_info
  • (5)postbit
  • (5)postbit_onlinestatus
  • (5)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete