Is there a way to edit the chat page? "site.com/m/chat/home/"
I've looked in the admin section under page blocks. What is the "communicator" page?
What I want to do is insert a link at the top the chat box. Can this be done?
Is there a way to edit the chat page? "site.com/m/chat/home/" I've looked in the admin section under page blocks. What is the "communicator" page? What I want to do is insert a link at the top the chat box. Can this be done? ManOfTeal.COM a Proud UNA site, six years running strong! |
You can login to the Admin Panel > Modules> Flash Apps> A/V Chat and click Admin. Once you have entered the chat room, click the Gold Key. This will allow you to edit the "Message" displayed to all users who join that room. You can put links in there as well. I tested this and it worked when I started the link with http:// Is this what you were talking about? Nothing to see here |
You can login to the Admin Panel > Modules> Flash Apps> A/V Chat and click Admin. Once you have entered the chat room, click the Gold Key. This will allow you to edit the "Message" displayed to all users who join that room. You can put links in there as well. I tested this and it worked when I started the link with http:// Is this what you were talking about? Not exactly Zarcon.. I know of those... I'm actually wanting to put an html block above chat box but don't see it listed in the page blocks list. So, I'm now looking directly at the modules/boonex/chat/home.php file. I would like to put an iframe there above chat area.. ManOfTeal.COM a Proud UNA site, six years running strong! |
Just by glancing at that file, I would assume you would want to put the <iFrame> code right after this: $_page['header_text'] = _t('_chat_box_caption', $site['title']); And before $oChat = new BxChatModule($aModule); Make a backup of that file and try that to see if it works. Nothing to see here |
Zarcon, tried that, and tried the "include " function .. being I know very little about php my syntax is not correct I'm sure.. got several errors .. ManOfTeal.COM a Proud UNA site, six years running strong! |
Have you tried just editing the template to include your content above the chat box. <bx_include_auto:_sub_header.html /> https://www.deanbassett.com |
Have you tried just editing the template to include your content above the chat box. <bx_include_auto:_sub_header.html /> OK tried that as well, nothing happens.. wait I bet I need cache settings to be turned off as well.. Thanks a billion deano92964, that worked! and Zarcon for your input.. ManOfTeal.COM a Proud UNA site, six years running strong! |
Caching should always be off while your editing the site. So yes, you will need to clear the cache. https://www.deanbassett.com |
Good grief. Don't even know why I didnt think of that first.. @Deano :P Show off...hehe Nothing to see here |
The start of this thread was for adding the facebook "like" button to my chat room; works well back to facebook. Thanks can I insert an iframe for the sounds, videos "view" page, I'm looking into the modules/boonex/sounds/templates/base/view_unit.html file. deano, Zarcon; the purpose for this i.e. member listens to music video or sound, they like it so I want another facebook "like" button on the view page..make sense; or is that a bad idea? ManOfTeal.COM a Proud UNA site, six years running strong! |
Facebook LIKE button is a bad idea, period. Its invading the whole internet >_< I even seen it at Levis Jeans web store! C'mon why? Its going to be on your shopping next, you just watch! The ONLY good reason i see for this: Alriiiiiiight... |
Facebook LIKE button is a bad idea, period. Its invading the whole internet >_< I even seen it at Levis Jeans web store! C'mon why? Its going to be on your shopping next, you just watch! The ONLY good reason i see for this: Alriiiiiiight... the "like" has increased my site activity, I want activity! facebook connectivity is the way for me on certain sites of mine; other sites I run are not connected to facebook for certain reasons... why limit yourself, ad revenue is what I'm all about.. ManOfTeal.COM a Proud UNA site, six years running strong! |
If thats what you want. Good luck to you. I was just making an observation. Facebook will never be part of my site, i despise it. |
If thats what you want. Good luck to you. I was just making an observation. Facebook will never be part of my site, i despise it. cool, np... we all have our opinions, thanks for the input... ManOfTeal.COM a Proud UNA site, six years running strong! |