Quote:
Today at 03:43 AM 7thgenCivic.Com said this in Post #240
ya, i should have explained it better.
I want to use it for any user in the postbit. I tried using the $onlinestatus=='Online' and it doesn't work. I tried several variations of it in fact.
I want to show a graphic if the user is in x usergroup and currently online.
Derek
|
PHP Code:
[[($post[userid]!=0 AND $post[lastactivity] > $datecut and !$post[invisible] and $post[lastvisit] != $post[lastactivity])]]
Your code
[[/($post[userid]!=0 AND $post[lastactivity] > $datecut and !$post[invisible] and $post[lastvisit] != $post[lastactivity])]]
This may work. If it does not, it means your request can not be done via this hack.