Move Chat Box and Auto Sign In
3 posters
Page 1 of 1
Move Chat Box and Auto Sign In
Technical Details
Forum version : #ModernBB
Position : Founder
Concerned browser(s) : Other
Who the problem concerns : All members
Forum link : https://thezonegroups.forumotion.com/
Description of problem
I would like to move the chat box to the left side and make it so the members are automatically signed in.
I have searched here and found several articles about this but none have worked for me.
Could I please get codes and where to put them for this please?
Last edited by penny¢ on November 12th 2022, 12:00 am; edited 1 time in total
Re: Move Chat Box and Auto Sign In
hello
you want the chatbox to be left as a widget ? also please leave your forum open to guests until we complete this issue
you want the chatbox to be left as a widget ? also please leave your forum open to guests until we complete this issue
Re: Move Chat Box and Auto Sign In
Have you tried the default 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: Move Chat Box and Auto Sign In
since you are ok no need to use the test account , thank you
about the auto sign I will search it
update : @penny¢
add this javascript to all pages
about the auto sign I will search it
update : @penny¢
add this javascript to all pages
- Code:
$(window).load(function() {
var chatbox_script = function() {
setTimeout(function(){ $('#chatbox_option_co:visible').click() }, 1000);
};
var s=document.createElement('script');s.text="("+chatbox_script.toString()+")();";$('object[data^="/chatbox/index.forum"],iframe[src^="/chatbox/index.forum"]').each(function(){try{$(this.contentDocument||this.contentWindow.document).find("#chatbox").closest("html").find("head").first().each(function(){this.appendChild(s.cloneNode(true))})}catch(a){}})
});
TonnyKamper likes this post
Re: Move Chat Box and Auto Sign In
@Skouliki
Thank you for the Java code. It did sign me in automatically after I initially signed in, but still is not working right.
When I type a message, it will not show unless I click on the "1" in the chat box title.

UPDATE: I signed out, then back in and it did not auto connect me to the chat box. Tried it 3 times.

Thank you for the Java code. It did sign me in automatically after I initially signed in, but still is not working right.
When I type a message, it will not show unless I click on the "1" in the chat box title.

UPDATE: I signed out, then back in and it did not auto connect me to the chat box. Tried it 3 times.

Re: Move Chat Box and Auto Sign In
This code is the newest i have , to be honest i do not use it
Since you tried already some codes about this and mine and none worked i really can help further, iam sorry
All the codes i know are for simple versions not for ModernBB
Since you tried already some codes about this and mine and none worked i really can help further, iam sorry
All the codes i know are for simple versions not for ModernBB
TonnyKamper likes this post
Re: Move Chat Box and Auto Sign In
@Skouliki
Thank you for your help. I may check with an admin of another FM group I am in and see if she knows the code.
Have a great day!
Thank you for your help. I may check with an admin of another FM group I am in and see if she knows the code.
Have a great day!
skouliki likes this post
Re: Move Chat Box and Auto Sign In
Thanks for everyone's help. I did find an outside widget that works great. Thanks again!
skouliki likes this post
Re: Move Chat Box and Auto Sign In
Problem solved & topic archived.
|


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.

» Auto Sign In & Sign Out For My Website
» How do you make your Forum Auto Register people when they sign up
» How to move/remove "moderator of this forum" sign.
» Can I remove the @ sign in a Chat-Box? [solved]
» Chat Box Auto Login
» How do you make your Forum Auto Register people when they sign up
» How to move/remove "moderator of this forum" sign.
» Can I remove the @ sign in a Chat-Box? [solved]
» Chat Box Auto Login
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum