The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
PHP: equal or larger than
I'm using the Karma hack, but am using several levels of karma. Once someone hits the level, the progress bar 'resets' to the next level. However, since i'm not completely familiar with the PHP code, I am having a problem:
PHP Code:
So my question is, in the above code, how do i make it this part work properly: PHP Code:
|
#2
|
||||
|
||||
that should actually work... see here: http://ch.php.net/manual/en/language...comparison.php
what you might want to do is put ()'s around each statement, but I'm not sure if that makes a difference. |
#3
|
|||
|
|||
Quote:
($post[totalpoint] < ($possible_total2+1)) That is saying the same thing but using a different comparison operator. B. |
#4
|
|||
|
|||
Thanks guys. I am trying the () thing now, and if that doesn't work, I'll try ben's suggestion
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|