The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

cbox alteration

4 posters

Go down

cbox alteration Empty cbox alteration

Post by Asension Admin January 24th 2015, 3:08 am

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?
avatar
Asension Admin
New Member

Posts : 2
Reputation : 1
Language : english

http://risetogodhood.forumotion.com

Back to top Go down

cbox alteration Empty Re: cbox alteration

Post by brandon_g January 24th 2015, 3:27 am

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


cbox alteration Brando10
Remember to mark your topic cbox alteration Solved15 when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?

cbox alteration Scre1476
Team Leader
Review Section Rules | Request A Review | Sticker Points
brandon_g
brandon_g
Manager
Manager

Male Posts : 10106
Reputation : 923
Language : English
Location : USA

https://www.broadcastingduo.com

Back to top Go down

cbox alteration Empty Re: cbox alteration

Post by SLGray January 24th 2015, 3:31 am

You can use the chatbox widget.


cbox alteration Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51482
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

cbox alteration Empty Re: cbox alteration

Post by brandon_g January 24th 2015, 3:37 am

@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


cbox alteration Brando10
Remember to mark your topic cbox alteration Solved15 when a solution is found.
General Rules | Tips & Tricks | FAQ | Forgot Founder Password?

cbox alteration Scre1476
Team Leader
Review Section Rules | Request A Review | Sticker Points
brandon_g
brandon_g
Manager
Manager

Male Posts : 10106
Reputation : 923
Language : English
Location : USA

https://www.broadcastingduo.com

Back to top Go down

cbox alteration Empty Re: cbox alteration

Post by _Twisted_Mods_ January 24th 2015, 6:19 am

goto acp>display>templates>general>viewtopic_body

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&amp;" 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&amp;" 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 Add on the two templates we just modified to publish them
_Twisted_Mods_
_Twisted_Mods_
Helper
Helper

Male Posts : 2108
Reputation : 336
Language : English
Location : Ms

http://liquidcode.forumotion.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum