Page 1 of 1

Have a question

Posted: Wed Feb 10, 2010 4:13 pm
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

Re: Have a question

Posted: Wed Feb 10, 2010 5:26 pm
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 -->

Re: Have a question

Posted: Fri Feb 12, 2010 2:06 pm
by Rustynail
Thanks Again for your help bud you are the man :D