[Hỏi đáp] question to hide

  Bài viết hay nhất1
I do not want to see a chat outside of my house for guests, but how can I do?Thank you very much!

  Bài viết hay nhất2
up
  Bài viết hay nhất3
Added your chatbox code in the following code
Code:
<!-- BEGIN switch_user_logged_in --> Your code chatbox here <!--END switch_user_logged_in -->
  Bài viết hay nhất4

KTV2 wrote:Added your chatbox code in the following code
Code:
<!-- BEGIN switch_user_logged_in --> Your code chatbox here <!--END switch_user_logged_in -->

thanks for the reply,does not work

the code is not in the template

is front page > Post index

ex= < div style="position: relative< - > code chat < / iframe >    
< / div >
  Bài viết hay nhất5
Index_Body have this code
Code:
<!-- BEGIN switch_chatbox_activate -->
         <tr>
            <th colspan="2" class="formsubtitle">{CHATBOX_NAME}</th>
         </tr>
         <tr>
            <td class="row1"><img src="{CHATBOX_IMG}" alt="{CHATBOX_NAME}" /></td>
            <td class="row2">
               <p>{TOTAL_CHATTERS_ONLINE}</p>
               <p>{CHATTERS_LIST}</p>
               <!-- BEGIN switch_chatbox_popup -->
               <div id="chatbox_popup"></div>
               <script type="text/javascript">
               insertChatBoxPopup('{disable_viewonline.switch_chatbox_activate.switch_chatbox_popup.U_FRAME_CHATBOX}', '{L_CLICK_TO_JOIN_CHAT}');
               </script>
               <!-- END switch_chatbox_popup -->
            </td>
         </tr>
         <!-- END switch_chatbox_activate -->
Add this code to the code I gave above
  Bài viết hay nhất6
Add {CHATBOX_TOP} and {CHATBOX_BOTTOM} (in template index_body) into the code:

Code:
<!-- BEGIN switch_user_logged_in --> // content <!-- END switch_user_logged_in -->
  Bài viết hay nhất7
thanks, sorry but I did not understand ..explain better
- not chat Forumotion
- chatting outside
[Hỏi đáp] question to hide Captur10
no template code
code is front page > Post index
[Hỏi đáp] question to hide Captur11
-hide from is guests
you are very thin thank you very much
  Bài viết hay nhất8
Delete <!-- BEGIN CBOX ..... --> and replace with this code
Code:
<!-- BEGIN switch_user_logged_in -->  <!--END switch_user_logged_in -->
  Bài viết hay nhất9
Add your chatbox code into the template index_body, in tag
Code:
<!-- BEGIN switch_user_logged_in --> //content  <!--END switch_user_logged_in -->
  Bài viết hay nhất10
halinh wrote:Add your chatbox code into the template index_body, in tag
<!-- BEGIN switch_user_logged_in --> //content  <!--END switch_user_logged_in -->

thanks but does not work me error
[Hỏi đáp] question to hide Captur12

question: you can not use JavaScript?
  Bài viết hay nhất11
Edit in into out
  Bài viết hay nhất12
Sorry, you must edit <!--END switch_user_logged_in --> to <!-- END switch_user_logged_in --> :)
  Bài viết hay nhất13

halinh wrote:Sorry, you must edit <!--END switch_user_logged_in --> to <!-- END switch_user_logged_in --> :)

<!--  BEGIN switch_user_logged_in  -->code<!--  END switch_user_logged_in  -->

in this way ... the chat is not seen (no guests / no member)

thanks for your patience
  Bài viết hay nhất14
You cannot reply to topics in this forum