vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Anyone? (https://vborg.vbsupport.ru/showthread.php?t=192555)

Hex_legend 10-03-2008 01:17 AM

Anyone?
 
I have set:

PHP Code:

<if condition="$referrals == 0"><font color="red">
Referrals$referrals</font><else /> Referrals$referrals</if> 

Now..

I need it so that if:

0 Referrals = That message Above
1+ Referrals = Shows their number (as shown in else statement)
20+ = Shows in blue.

How would I do that? I need an If condition x2, but not sure how to do it.

SEOvB 10-03-2008 01:25 AM

<a href="https://vborg.vbsupport.ru/showthread.php?t=188930" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=188930</a>

Also font codes are bad coding use CSS

Hex_legend 10-03-2008 01:31 AM

Im not sure how this would help me use and / or conditions.

If they have 0 referrals, it will say 0 referrals in red.
If they have 1-19 it will say it in default
If they have 20+ it will say it in blue.

This is what I can't work out the code for.

Dismounted 10-03-2008 02:03 AM

The number of users that have be referred by a certain user is not stored in the database, it requires an additional query to count.

Hex_legend 10-03-2008 02:07 AM

$referrals does work. It comes up with XX referrals. I am using a referral mod to show this.
But what I am asking is how to specify how to use the command

If 0 = red font
and 1 - 19 = normal
or 20+ = blue font

Thus using IF AND OR commands.. How would I do this?

Lynne 10-03-2008 02:25 AM

HTML Code:

<if condition="$referrals == 0">
<span style="color:red;"> Referrals: 0</span>
<else />
<if condition="$referrals <= 19">
Referrals: $referrals
<else />
<span style="color:blue;"> Referrals: $referrals</span>
</if>
</if>

Not tested.

Hex_legend 10-03-2008 02:28 AM

Perfect, Thats what I was asking!!

Thanks Lynne.

I was using

<if condition"$referrals == <20"> Which was what was giving me the error.

Dismounted 10-03-2008 02:30 AM

Quote:

Originally Posted by Hex_legend (Post 1636154)
$referrals does work. It comes up with XX referrals. I am using a referral mod to show this.

Ah OK, did not know that :).


All times are GMT. The time now is 07:00 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.01116 seconds
  • Memory Usage 1,727KB
  • 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_html_printable
  • (1)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete