Have a question
-
- Posts: 6
- Joined: Wed Jan 27, 2010 3:29 pm
Have a question
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
Last edited by Rustynail on Tue Feb 26, 2013 10:29 am, edited 1 time in total.
[center][/center]
Re: Have a question
open template/index_body.html
find
open template/chat_body.html
add at the very top
find
Code: Select all
replace with
<!-- INCLUDE chat_body.html -->
Code: Select all
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<!-- IF S_USER_LOGGED_IN -->
<!-- INCLUDE chat_body.html -->
<!-- ENDIF -->
open template/chat_body.html
add at the very top
Code: Select all
add at very bottom
<!-- IF S_USER_LOGGED_IN -->
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.
Need hosting? Click this text to check out ICDSOFT
Need hosting? Click this text to check out ICDSOFT
-
- Posts: 6
- Joined: Wed Jan 27, 2010 3:29 pm
Re: Have a question
Thanks Again for your help bud you are the man
Last edited by Rustynail on Tue Feb 26, 2013 10:29 am, edited 1 time in total.
[center][/center]