Changes between Initial Version and Version 1 of Ticket #5007, comment 2
- Timestamp:
- 05/29/2013 09:13:51 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5007, comment 2
initial v1 10 10 $this_id = bp_displayed_user_id(); 11 11 $is_online = check_is_user_online($this_id); 12 if ($is_online) echo " Now Online";12 if ($is_online) echo "Online Now"; 13 13 else{ echo "Offline";} 14 14