Have a question

general issues...
Post Reply
User avatar
Rustynail
Registered User
Posts: 6
Joined: Wed Jan 27, 2010 3:29 pm

Have a question

Post by Rustynail »

I have your chat running as ya know can u let me know where I can change the chat so that only members can see it. Having some Issues with some stuff. Thanks Bor hope ya feel better :D
Last edited by Rustynail on Tue Feb 26, 2013 10:29 am, edited 1 time in total.

[center]Image[/center]

User avatar
spaceace
Site Owner
Posts: 991
Joined: Wed Dec 16, 2009 8:30 pm
Location: Ontario, Canada
Flag: Canada
Contact:

Re: Have a question

Post by spaceace »

open template/index_body.html

find
Code: Select all
<!-- INCLUDE chat_body.html -->
replace with
Code: Select all
<!-- IF S_USER_LOGGED_IN -->
<!-- INCLUDE chat_body.html -->
<!-- ENDIF -->
if you are still having issues and need to edit the chat_body.html itself so it can't be seen period. do the following

open template/chat_body.html
add at the very top
Code: Select all
<!-- IF S_USER_LOGGED_IN -->
add at very bottom
Code: Select all
<!-- ENDIF -->
Last edited by spaceace on Tue Feb 26, 2013 10:29 am, edited 1 time in total.
if you like my work and would like to contribute to my development of styles, please donate by using the donate button in the header.

Image

Need hosting? Click this text to check out ICDSOFT

User avatar
Rustynail
Registered User
Posts: 6
Joined: Wed Jan 27, 2010 3:29 pm

Re: Have a question

Post by Rustynail »

Thanks Again for your help bud you are the man :D
Last edited by Rustynail on Tue Feb 26, 2013 10:29 am, edited 1 time in total.
[center]Image[/center]

Post Reply