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.

Chatbox in Toolbar adjustment

4 posters

Go down

Chatbox in Toolbar adjustment Empty Chatbox in Toolbar adjustment

Post by Kami-sama January 5th 2018, 6:03 pm

Technical Details


Forum version : #phpBB2
Position : Founder
Concerned browser(s) : Google Chrome
Who the problem concerns : Yourself
Forum link : ( link is hidden, you must reply to see )

Description of problem

Hello everybody!

I was following @Ange Tuteur tutorial on " Add the chatbox to your toolbar". Works actually kinda nice. I have only couple problems with this functionality:

1. SOLVED I am using sticky mainmenu as well. With extra button in toolbar I am having overlapping issue. Maybe it is possible to move the whole toolbar to the bottom of the screen? Or at least the CHATBOX button.

2. Is it possible to translate these words in the chatbox itself:
"Chatbox" - top left corner
"Archives" - top right corner
"Away" - top left
"Send" - bottom right

3. is it possible to close the chatbox by pressing outside of the chatbox window?

4. For some reason, the chatbox button does not show up on Inbox page. Portal is fine. Even custom HTML pages are fine.

5. What determines session timeout? Is it possible to extend it?

6. User avatar. If user uploaded avatar - all good. If it is a new user with default avatar, it is displayed like this:
Chatbox in Toolbar adjustment Screen10
Default avatar is set and displayed correctly in topics.


Last edited by Kami-sama on January 17th 2018, 5:14 pm; edited 3 times in total
Kami-sama
Kami-sama
Forumember

Female Posts : 407
Reputation : 12
Language : EN, RU, DE, LT
Location : Lithuania

http://hogas.huhohi.com/

Back to top Go down

Chatbox in Toolbar adjustment Empty Re: Chatbox in Toolbar adjustment

Post by skouliki January 5th 2018, 7:00 pm

hello

some useful tips https://help.forumotion.com/t139284-codes-to-personalize-your-chatbox?highlight=chatbox

What determines session timeout? Is it possible to extend it?

i think the automatic chatbox timeout is 15 min
skouliki
skouliki
Manager
Manager

Female Posts : 15391
Reputation : 1709
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

Chatbox in Toolbar adjustment Empty Re: Chatbox in Toolbar adjustment

Post by Kami-sama January 5th 2018, 7:26 pm

skouliki wrote:hello

some useful tips https://help.forumotion.com/t139284-codes-to-personalize-your-chatbox?highlight=chatbox

What determines session timeout? Is it possible to extend it?

i think the automatic chatbox timeout is 15 min

Thank you! The tips are very useful.
One of them would solve "Chatbox" translation issue.
Kami-sama
Kami-sama
Forumember

Female Posts : 407
Reputation : 12
Language : EN, RU, DE, LT
Location : Lithuania

http://hogas.huhohi.com/

Back to top Go down

Chatbox in Toolbar adjustment Empty Re: Chatbox in Toolbar adjustment

Post by Kami-sama January 5th 2018, 11:39 pm

Regarding issue 1.

I have tried something like this:
Code:
div#fa_toolbar {
  position: fixed;
  bottom: 0;
}

It works, but notification window and user info blocks get populated bellow - out of the screen. Not sure how to change their position yet. Will keep experimenting Very Happy


I have SOLVED issue 1. Yey.
My toolbar is fully revamped now Very Happy poor toolbar.
Kami-sama
Kami-sama
Forumember

Female Posts : 407
Reputation : 12
Language : EN, RU, DE, LT
Location : Lithuania

http://hogas.huhohi.com/

Back to top Go down

Chatbox in Toolbar adjustment Empty Re: Chatbox in Toolbar adjustment

Post by Kami-sama January 7th 2018, 5:43 pm

Kami-sama wrote:
2. Is it possible to translate these words in the chatbox itself:
"Chatbox" - top left corner
"Archives" - top right corner
"Away" - top left
"Send" - bottom right

3. is it possible to close the chatbox by pressing outside of the chatbox window?

Bump Smile
Kami-sama
Kami-sama
Forumember

Female Posts : 407
Reputation : 12
Language : EN, RU, DE, LT
Location : Lithuania

http://hogas.huhohi.com/

Back to top Go down

Chatbox in Toolbar adjustment Empty Re: Chatbox in Toolbar adjustment

Post by SLGray January 7th 2018, 8:27 pm

This script allows you to change your chatbox title:
Code:
$(window).load(function() {
         var chatbox_script = function() {
            $("a.chat-title").text("In Da Place");
          };        
          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){}})
        });
Change "In Da Place" allows you to change the title.


Chatbox in Toolbar adjustment 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 : 51554
Reputation : 3524
Language : English
Location : United States

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

Back to top Go down

Chatbox in Toolbar adjustment Empty Re: Chatbox in Toolbar adjustment

Post by Kami-sama January 8th 2018, 11:54 am

I have tried it before (from tutorial), but it does not seam to work.
Even on regular chatbox on the page.
Kami-sama
Kami-sama
Forumember

Female Posts : 407
Reputation : 12
Language : EN, RU, DE, LT
Location : Lithuania

http://hogas.huhohi.com/

Back to top Go down

Chatbox in Toolbar adjustment Empty Re: Chatbox in Toolbar adjustment

Post by Draxion January 8th 2018, 7:04 pm

Hi there, you can change the title on the chatbox from the script provided with adding it in the toolbar.
Draxion
Draxion
Helper
Helper

Male Posts : 2518
Reputation : 321
Language : English
Location : USA

https://www.talesoftellene.com/

Back to top Go down

Chatbox in Toolbar adjustment Empty Re: Chatbox in Toolbar adjustment

Post by Kami-sama January 9th 2018, 12:02 am

Draxion wrote:Hi there, you can change the title on the chatbox from the script provided with adding it in the toolbar.

As I mentioned before, the script did not work for me.
It did not even work on regular chatbox.
Kami-sama
Kami-sama
Forumember

Female Posts : 407
Reputation : 12
Language : EN, RU, DE, LT
Location : Lithuania

http://hogas.huhohi.com/

Back to top Go down

Chatbox in Toolbar adjustment Empty Re: Chatbox in Toolbar adjustment

Post by Draxion January 9th 2018, 12:04 am

What version are you using?
Draxion
Draxion
Helper
Helper

Male Posts : 2518
Reputation : 321
Language : English
Location : USA

https://www.talesoftellene.com/

Back to top Go down

Chatbox in Toolbar adjustment Empty Re: Chatbox in Toolbar adjustment

Post by Kami-sama January 9th 2018, 12:05 am

Kami-sama wrote:

Technical Details


Forum version : #phpBB2
Position : Founder
Concerned browser(s) : Google Chrome
Who the problem concerns : Yourself
Kami-sama
Kami-sama
Forumember

Female Posts : 407
Reputation : 12
Language : EN, RU, DE, LT
Location : Lithuania

http://hogas.huhohi.com/

Back to top Go down

Chatbox in Toolbar adjustment Empty Re: Chatbox in Toolbar adjustment

Post by Kami-sama January 11th 2018, 5:15 pm

Kami-sama wrote:
2. Is it possible to translate these words in the chatbox itself:
"Chatbox" - top left corner
"Archives" - top right corner
"Away" - top left
"Send" - bottom right

3. is it possible to close the chatbox by pressing outside of the chatbox window?

Bump Smile
Kami-sama
Kami-sama
Forumember

Female Posts : 407
Reputation : 12
Language : EN, RU, DE, LT
Location : Lithuania

http://hogas.huhohi.com/

Back to top Go down

Chatbox in Toolbar adjustment Empty Re: Chatbox in Toolbar adjustment

Post by Kami-sama January 17th 2018, 5:14 pm

BUMP.

I found another issue:

6. User avatar. If user uploaded avatar - all good. If it is a new user with default avatar, it is displayed like this:
Chatbox in Toolbar adjustment Screen10
Default avatar is set and displayed correctly in topics.
Kami-sama
Kami-sama
Forumember

Female Posts : 407
Reputation : 12
Language : EN, RU, DE, LT
Location : Lithuania

http://hogas.huhohi.com/

Back to top Go down

Back to top

- Similar topics

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