Quote:
Originally Posted by smacklan
To fix the display problem on vBa cmps do the following:
In the adv_portal_onlineusers template
find:
PHP Code:
2="$numberguest"
and add after:
PHP Code:
3="$numspiders"
This will get rid of the error message [ARG:3 UNDEFINED]
|
Okay, It got rid of the UNDEFINED error, but it doesn't show a 0 when there are no spiders:
2 members, 0 guests and spiders
Have to catch it when there is one on, damned yahoo almost 300 lastnight, nothing today.
I noticed there are two variables, $numberspiders and $numspiders, anything to do with it?
Thanks for helping.