Chat room issues
5 posters
Page 1 of 1
Chat room issues
Hi all
I have the 'standard chat room' from forumotion, but have 3 ways to access it.
1-via menu tab (which opens another screen)
2-via corner tab (the one that was tuesday tip)
3-via [join the chat] at the bottom of home page
the only one working is number 3....
How can I fix the others please?
I have the 'standard chat room' from forumotion, but have 3 ways to access it.
1-via menu tab (which opens another screen)
2-via corner tab (the one that was tuesday tip)
3-via [join the chat] at the bottom of home page
the only one working is number 3....
How can I fix the others please?
Re: Chat room issues
I was just about to make a topic for this Forumotion chat problem. The one that goes into another tab works for me, so does the one at the bottom. However the popup one at the bottom screen does not work when you press login, however the other buttons work. This is so werid!
Suuki- Forumember
- Posts : 419
Reputation : 25
Language : English, Japanese (learning lots) :3
Re: Chat room issues
Glad its not just me then!!
I should say that I can open the one in the menu that opens another page but cannot log in to chat or use it....same with the little pop out one....if that makes sense??
I should say that I can open the one in the menu that opens another page but cannot log in to chat or use it....same with the little pop out one....if that makes sense??
Re: Chat room issues
]
[html]
c/:re-new chat
]
hope it helps
[html]
c/:re-new chat
]
hope it helps
ppgohome- Forumember
- Posts : 79
Reputation : 0
Language : English
Re: Chat room issues
It also seems all of our problems are a bit different....my popout one in the corner's 'Log in' button does not work.
Suuki- Forumember
- Posts : 419
Reputation : 25
Language : English, Japanese (learning lots) :3
Re: Chat room issues
Suuki wrote:It also seems all of our problems are a bit different....my popout one in the corner's 'Log in' button does not work.
That is the same for me, guess I am not describing the problem very well so:
the only place my members can access and log into chat is [join the chat] the other two open but you cannot log in - is that the same for you Suuki?
Re: Chat room issues
Have you changed the link in the chat box its now
- Code:
http:your forum address com/chatbox/index.forum?
Re: Chat room issues
Well if your using custom design chats like the pop up chat you need to go into the chat code and change it
eg...
eg...
- Code:
<div id="chatbox_ret_cont" onmouseout="" onclick="" onmousever="" style="border-top: 1px solid rgb(148, 11, 11); border-left: 1px solid rgb(148, 11, 11); z-index: 10000; -moz-border-radius: 20px 0pt 0pt 0pt; background-color: #e3e2e2; position: fixed; bottom: 0pt; right:40pt; border-color: #e3e2e2;"><div onclick="(document.getElementById('chatbox_ret').style.display=='block')?my_setcookie('chatbox_ret','0',0,0):my_setcookie('chatbox_ret','1',1,0); $('#chatbox_ret').toggle('normal');" style="font-size: 26px; font-family: 'trebuchet ms',serif; cursor: pointer; padding: 0px;"><span id="chatbox_ret_online" style="color: black;"><img src="http://www.harpgamer.com/images/btnChatJoin.jpg" alt="chat" width="117" height="26" /></span><span id="chatbox_ret_offline" style="color:Black;"></span></div><iframe scrolling="no" frameborder="0" onload="if(cb_new) { cb_start(); cb_new=0; }" style="width: 700px; height: 250px; display: none;" marginheight="0" marginwidth="0" name="chatbox_ret" id="chatbox_ret" src="http://your forum address/chatbox/index.forum?">
- Code:
<center><table height="82" width="100%" background="http://.jpg" style="background-color:transparent;border:#222222 2px solid; -moz-border-radius: 4px 4px 4px 4px; -webkit-border-radius: 4px 4px 4px 4px; padding:2px"><tr><td><center><iframe frameborder="0" width=100% height=300 src=http://your forum address/chatbox/index.forum? marginheight=2 marginwidth=2 scrolling=auto allowtransparency=yes name=Chatbox style="border:#505050 1px solid"></iframe></center></td></tr></table></center>
Re: Chat room issues
please excuse my stupidity....
so the first code I need to put in place of the pop up one - which I cant remember where it is....
what about the second code? is that for the one that has a button in the menu bar to open a new page for chat?
thank you
so the first code I need to put in place of the pop up one - which I cant remember where it is....
what about the second code? is that for the one that has a button in the menu bar to open a new page for chat?
thank you
Re: Chat room issues
they are two examples showing what you have to change i look on your forum and your using the pop up one so just go into where your storing the pop up chat code and change the link
Re: Chat room issues
thank you, I need to find the tuesday tip from Darren to remember where I put the pop up chat code (stupid I know) but if you see on my forum there is a link in the menu for chat also - this opens a new window for chat - this has the same issue of log in not working.....
so I can use either of the links, or do I just change the end of the code??
many thanks for your patience
so I can use either of the links, or do I just change the end of the code??
many thanks for your patience
Re: Chat room issues
i would just change the link your using phpbb3 so i guess it should be in the forum widgets because people using phpbb2 will have it in the footer templates
Re: Chat room issues
found it - it is in announcements.....
this is the code now:
<div id="chatbox_ret_cont" onmouseout="stopINT()" onclick="stopINT()" onmousever="stopINT()" style="border-top: 7px solid rgb(148, 11, 11); border-left: 7px solid rgb(148, 11, 11); z-index: 10000; -moz-border-radius: 20px 0pt 0pt 0pt; background-color: #010000; position: fixed; bottom: 0pt; right: 0pt; border-color: #3384E8;"><div onclick="(document.getElementById('chatbox_ret').style.display=='block')?my_setcookie('chatbox_ret','0',0,0):my_setcookie('chatbox_ret','1',1,0); $('#chatbox_ret').toggle('normal');" style="font-size: 12px; font-family: 'trebuchet ms',serif; cursor: pointer; padding: 3px;"><span id="chatbox_ret_online" style="color: #00CCFF);">Chat </span><span id="chatbox_ret_offline" style="color: #00CCFF;">Room</span></div><iframe scrolling="no" frameborder="0" onload="if(cb_new) { cb_start(); cb_new=0; }" style="width: 740px; height: 400px; display: none;" marginheight="0" marginwidth="0" name="chatbox_ret" id="chatbox_ret" src="/chatbox/chatbox.forum"></iframe></div>
what do I change please
EDIT::
I have done it - thank you so much for your help!! I changed the bold/underlined to index and it seems to work now...thank you, thank you xx
this is the code now:
<div id="chatbox_ret_cont" onmouseout="stopINT()" onclick="stopINT()" onmousever="stopINT()" style="border-top: 7px solid rgb(148, 11, 11); border-left: 7px solid rgb(148, 11, 11); z-index: 10000; -moz-border-radius: 20px 0pt 0pt 0pt; background-color: #010000; position: fixed; bottom: 0pt; right: 0pt; border-color: #3384E8;"><div onclick="(document.getElementById('chatbox_ret').style.display=='block')?my_setcookie('chatbox_ret','0',0,0):my_setcookie('chatbox_ret','1',1,0); $('#chatbox_ret').toggle('normal');" style="font-size: 12px; font-family: 'trebuchet ms',serif; cursor: pointer; padding: 3px;"><span id="chatbox_ret_online" style="color: #00CCFF);">Chat </span><span id="chatbox_ret_offline" style="color: #00CCFF;">Room</span></div><iframe scrolling="no" frameborder="0" onload="if(cb_new) { cb_start(); cb_new=0; }" style="width: 740px; height: 400px; display: none;" marginheight="0" marginwidth="0" name="chatbox_ret" id="chatbox_ret" src="/chatbox/chatbox.forum"></iframe></div>
what do I change please
EDIT::
I have done it - thank you so much for your help!! I changed the bold/underlined to index and it seems to work now...thank you, thank you xx
Last edited by spirit09 on Mon 01 Aug 2011, 17:11; edited 1 time in total (Reason for editing : to add extra info!!)
Re: Chat room issues
Since this thread appears to be solved, I will lock this thread and mark it as solved.
Sanket
Sanket
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Similar topics
» CHAT ROOM
» Chat room
» Chat room Rank Badge in IE
» How to put chat room on forum in a tab
» Xat chat box issues
» Chat room
» Chat room Rank Badge in IE
» How to put chat room on forum in a tab
» Xat chat box issues
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum