1

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?

2

Re: Hide Chat Now if user is not online

<!-- IF loggedin ="1"  -->

display chat

<!-- ELSE -->

nothing to display

<!-- END -->

3

Re: Hide Chat Now if user is not online

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)

4

Re: Hide Chat Now if user is not online

Thanks managed to work

5

Re: Hide Chat Now if user is not online

oups i made a mistake