Quote:
Originally Posted by Lynne
Hmmm, I don't know that I can simplify that much. Basically, you are trying to use a variable, $notifications_total, which is probably not defined. It's like doing algebra - you can do this:
Code:
a=1
b=2
what is a+b
but you can't do:
because a isn't defined.
You need to make sure $notifications_total is defined before you can go use it in an 'equation'.
|
Man, the $notifications_total variable is a base variable in vBulletin, I don't need to define it at all. It just brings me the number of notifications per user. Any help?