• Page 1 of 1
  • 1
Forum moderator: bigblog  
uCoz Community » For Webmasters » Custom Solutions » forum ($USER_STATUS$)
forum
blizar10
Posts: 96
Reputation: 0

Message # 1 | 1:28 AM
Hi !

I want to have like this forum with the green/red circle (online or offline)

with $USER_STATUS$ you have the text (online/offline)

This is my code: <?($USER_STATUS$="online")?>IMAGE_ONLINE<?else?>IMAGE_OFFLINE<?endif?>

...but it does not work !!!
Attachments: 5977380.png (0.4 Kb)
Eriko
Pokémon Master
Posts: 962
Reputation: 34

Message # 2 | 3:53 AM
Try this:
Code
<?if($USER_STATUS$='<span class="statusOnline">Online</span>')?>Online<?else?>Offline<?endif?>
blizar10
Posts: 96
Reputation: 0

Message # 3 | 2:59 AM
Thank you! It's work!!

Added (2014-10-31, 1:59 AM)
---------------------------------------------

Quote Eriko ()
Try this:
<?if($USER_STATUS$='<span class="statusOnline">Online</span>')?>Online<?else?>Offline<?endif?>


Eriko, I want to do the same in the tag board but $USER_STATUS$ is not valid on the main page! can you help me?
Eriko
Pokémon Master
Posts: 962
Reputation: 34

Message # 4 | 4:02 AM
I don't think that's possible. There might be a workaround, but I don't have the knowledge for it. Let's wait for the other helpers if they have an answer.
uCoz Community » For Webmasters » Custom Solutions » forum ($USER_STATUS$)
  • Page 1 of 1
  • 1
Search: