cbox alteration
4 posters
Page 1 of 1
cbox alteration
Hello,
I'm in my administration panel and just activated the cbox which now apears under the logo and website name/description. I've noticed that it only appears on the home page though. Is there an option somewhere that allows me to make sure that the cbox is viewable regardless of which subform they are in?
I'm in my administration panel and just activated the cbox which now apears under the logo and website name/description. I've noticed that it only appears on the home page though. Is there an option somewhere that allows me to make sure that the cbox is viewable regardless of which subform they are in?
Re: cbox alteration
I assume cbox means Chatbox, if so, no there is not, with the standard FM Chatbox. There are other chatbox's that you can substitute with css and Javascript that will allow you to do it everywhere. It is called Avac Web Chat or AWC for short.
So the direct answer to your question is: No you there is not a way with the Standard FM Chatbox to make it appear in the sub forums.
Hope this helps:
-Brandon
So the direct answer to your question is: No you there is not a way with the Standard FM Chatbox to make it appear in the sub forums.
Hope this helps:
-Brandon
Remember to mark your topic when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?
Team Leader
Review Section Rules | Request A Review | Sticker Points
Re: cbox alteration
You can use the chatbox widget.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: cbox alteration
@SLGray
That does not really let you chat from everypage though, it just lets you see who is in it and the recent messages. It is a fairly useless widget (in my opinion).
The widget is a simplified way to do it though yes.
-Brandon
That does not really let you chat from everypage though, it just lets you see who is in it and the recent messages. It is a fairly useless widget (in my opinion).
The widget is a simplified way to do it though yes.
-Brandon
Remember to mark your topic when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?
Team Leader
Review Section Rules | Request A Review | Sticker Points
Re: cbox alteration
goto acp>display>templates>general>viewtopic_body
find
replace with
this will let you see chat in topics
--------------------------------
goto acp>display>templates>general>topics_list_box
find
replace it with
this will let you see chat on topic list
be sure when your done goto acp>display>templates>general
and click the on the two templates we just modified to publish them
find
- Code:
</script>
<table width="100%" border="0" cellspacing="2" cellpadding="0">
<tr>
<td align="left" valign="middle" nowrap="nowrap">
<span class="nav">
replace with
- Code:
</script>
<div id="chatbox_top" style="overflow: none; height: 300px;" align="center"><iframe src="/chatbox/index.forum?page=front&" id="frame_chatbox" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" height="100%" width="100%"></iframe></div>
<table width="100%" border="0" cellspacing="2" cellpadding="0">
<tr>
<td align="left" valign="middle" nowrap="nowrap">
<span class="nav">
this will let you see chat in topics
--------------------------------
goto acp>display>templates>general>topics_list_box
find
- Code:
</script>
<!-- END multi_selection -->
replace it with
- Code:
</script>
<!-- END multi_selection -->
<div id="chatbox_top" style="overflow: none; height: 300px;" align="center"><iframe src="/chatbox/index.forum?page=front&" id="frame_chatbox" scrolling="no" marginwidth="0" marginheight="0" frameborder="0" height="100%" width="100%"></iframe></div>
this will let you see chat on topic list
be sure when your done goto acp>display>templates>general
and click the on the two templates we just modified to publish them
Similar topics
» SCEditor Alteration For Certain Groups
» Single rank request / alteration (complete thanks to brij)
» Hide emoticons button in Cbox?
» User Integration from CBOX.ws on Forumotion???
» Cbox Header HTML Code
» Single rank request / alteration (complete thanks to brij)
» Hide emoticons button in Cbox?
» User Integration from CBOX.ws on Forumotion???
» Cbox Header HTML Code
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum