vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Conditional's....... Am I missing something?? (https://vborg.vbsupport.ru/showthread.php?t=241019)

silverd 04-22-2010 03:56 PM

Conditional's....... Am I missing something??
 
Can anyone find whats wrong with this? For the life of me I cant.

Situation:

I have a profile field. Two checkboxes. Users can check one, or both. If they check one, the results are fine. If they check both however, the default comes up.

I've tried && and all the ways to combine statements I can think of. No cigar.

PHP Code:

<!-- NEW POSTS -->
<if 
condition="$bbuserinfo['field36'] & 1"><if condition="$bbuserinfo['field36'] & 2">
<
td class="vbmenu_control"><a  href="search.php?$session[sessionurl]exclude=190,169,191,210,215,213,211,214,205,139,193,192,194,67,115,94,133,150,173,171,199&do=getnew"  accesskey="2">$vbphrase[new_posts_nav]</a></td>
<else />
<if 
condition="$bbuserinfo['field36'] & 1">
<
td class="vbmenu_control"><a href="search.php?$session[sessionurl]exclude=190,169,191,210,215,213,211,214,94,133,205,150,171,173,199&do=getnew"  accesskey="2">$vbphrase[new_posts_nav]</a></td>
<else />
<if 
condition="$bbuserinfo['field36'] & 2">
<
td class="vbmenu_control"><a href="search.php?$session[sessionurl]exclude=190,169,191,210,215,213,211,214,205,139,193,192,194,67,115&do=getnew"  accesskey="2">$vbphrase[new_posts_nav]</a></td>
<else />
<
td class="vbmenu_control"><a href="search.php?$session[sessionurl]exclude=190,169,191,210,215,213,211,214,205&do=getnew"  accesskey="2">$vbphrase[new_posts_nav]</a></td>
</if></if></if></if>
<!-- / NEW 
POSTS --> 

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

nm

not sure what I did different, but AND worked this time around

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

lock er up!


All times are GMT. The time now is 06:39 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.00955 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_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (1)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