Move Chat Box and Auto Sign In Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

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.
3 posters

    Move Chat Box and Auto Sign In

    penny¢
    penny¢
    Forumember


    Posts : 126
    Reputation : 3
    Language : English

    Solved Move Chat Box and Auto Sign In

    Post by penny¢ November 4th 2022, 11:49 am

    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.

    Move Chat Box and Auto Sign In Chatbox_SS

    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 11th 2022, 5:00 pm; edited 1 time in total
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15268
    Reputation : 1701
    Language : English,Greek
    Location : Greece

    Solved Re: Move Chat Box and Auto Sign In

    Post by skouliki November 4th 2022, 2:00 pm

    hello

    you want the chatbox to be left as a widget ? also please leave your forum open to guests until we complete this issue

    SLGray
    SLGray
    Administrator
    Administrator


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

    Solved Re: Move Chat Box and Auto Sign In

    Post by SLGray November 4th 2022, 4:56 pm

    Have you tried the default chatbox widget?



    Move Chat Box and Auto Sign In Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    penny¢
    penny¢
    Forumember


    Posts : 126
    Reputation : 3
    Language : English

    Solved Re: Move Chat Box and Auto Sign In

    Post by penny¢ November 5th 2022, 9:47 am

    @Skouliki  
    I have pm'd you a guest account

    @SLGray 

    Thank you! I did look for that yesterday but somehow missed it in the widget list.
    I now have the chat box on the left where I want it, now just need it to automatically log members in.
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15268
    Reputation : 1701
    Language : English,Greek
    Location : Greece

    Solved Re: Move Chat Box and Auto Sign In

    Post by skouliki November 5th 2022, 10:00 am

    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

    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

    penny¢
    penny¢
    Forumember


    Posts : 126
    Reputation : 3
    Language : English

    Solved Re: Move Chat Box and Auto Sign In

    Post by penny¢ November 5th 2022, 12:08 pm

    @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.

    Move Chat Box and Auto Sign In Chatbox-SS2

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

    Move Chat Box and Auto Sign In Chatbox-SS3
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15268
    Reputation : 1701
    Language : English,Greek
    Location : Greece

    Solved Re: Move Chat Box and Auto Sign In

    Post by skouliki November 5th 2022, 12:34 pm

    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

    TonnyKamper likes this post

    penny¢
    penny¢
    Forumember


    Posts : 126
    Reputation : 3
    Language : English

    Solved Re: Move Chat Box and Auto Sign In

    Post by penny¢ November 5th 2022, 1:26 pm

    @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!

    skouliki likes this post

    penny¢
    penny¢
    Forumember


    Posts : 126
    Reputation : 3
    Language : English

    Solved Re: Move Chat Box and Auto Sign In

    Post by penny¢ November 11th 2022, 5:00 pm

    Thanks for everyone's help. I did find an outside widget that works great. Thanks again!

    skouliki likes this post

    SLGray
    SLGray
    Administrator
    Administrator


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

    Solved Re: Move Chat Box and Auto Sign In

    Post by SLGray November 11th 2022, 8:04 pm

    Problem solved & topic archived.
    Please read our forum rules:  ESF General Rules



    Move Chat Box and Auto Sign In Slgray10

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