Topic: Hide Chat Now if user is not online
Hi, how can we hide the Chat Now option if the user is not online please?
You are not logged in.
Hi, how can we hide the Chat Now option if the user is not online please?
<!-- IF loggedin ="1" -->
display chat
<!-- ELSE -->
nothing to display
<!-- END -->
It seems to me you have to use <!-- ENDIF --> instead of <!-- END -->
Anyway, I use:
<!-- IF loggedin AND member_online -->
display chat now link
<!-- ENDIF -->
This will show the "chat now" link only to logged in members (not visitors) and only into profiles of online members (not in profiles of members which are not logged in).
Last edited by orange_slice (2012-02-08 17:31:04)
Thanks managed to work
oups i made a mistake