Chatbox in Toolbar adjustment
4 posters
Page 1 of 1
Chatbox in Toolbar adjustment
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?
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:
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
Re: Chatbox in Toolbar adjustment
hello
some useful tips https://help.forumotion.com/t139284-codes-to-personalize-your-chatbox?highlight=chatbox
i think the automatic chatbox timeout is 15 min
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
Re: Chatbox in Toolbar adjustment
skouliki wrote:hello
some useful tips https://help.forumotion.com/t139284-codes-to-personalize-your-chatbox?highlight=chatboxWhat 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.
Re: Chatbox in Toolbar adjustment
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
I have SOLVED issue 1. Yey.
My toolbar is fully revamped now poor toolbar.
Re: Chatbox in Toolbar adjustment
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
Re: Chatbox in Toolbar adjustment
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){}})
});
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: Chatbox in Toolbar adjustment
I have tried it before (from tutorial), but it does not seam to work.
Even on regular chatbox on the page.
Even on regular chatbox on the page.
Re: Chatbox in Toolbar adjustment
Hi there, you can change the title on the chatbox from the script provided with adding it in the toolbar.
Re: Chatbox in Toolbar adjustment
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.
Re: Chatbox in Toolbar adjustment
Kami-sama wrote:Technical Details
Forum version : #phpBB2
Position : Founder
Concerned browser(s) : Google Chrome
Who the problem concerns : Yourself
Re: Chatbox in Toolbar adjustment
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
Re: Chatbox in Toolbar adjustment
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:
Default avatar is set and displayed correctly in topics.
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:
Default avatar is set and displayed correctly in topics.
Similar topics
» Chatbox in toolbar not displaying notification number
» Toolbar Chatbox
» SEND button adjustment
» Chatbox in toolbar problem
» Any New Java Script removes Chatbox from Toolbar?
» Toolbar Chatbox
» SEND button adjustment
» Chatbox in toolbar problem
» Any New Java Script removes Chatbox from Toolbar?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum