Support Request Support ⇒ Any way to keep color used by chatter in memory?
-
- Users
- Magic user status: Offline
- Posts: 5
- Joined: Jul 16th, '21, 18:49
Any way to keep color used by chatter in memory?
Your phpBB Version: 3.3.4
Your phpBB Type: Standard phpBB
Extensions installed: Yes
Your knowledge: Beginner
PHP Version: 7.4
MySQL Version: 10.3
What have you done before the problem was there?
Nothing ; I only wonder if that feature is possible or not :)
What have you already tried to solve the problem?
Not really a problem so no fix!
Description and Message
Your phpBB Version: 3.3.4
Your phpBB Type: Standard phpBB
Extensions installed: Yes
Your knowledge: Beginner
PHP Version: 7.4
MySQL Version: 10.3
What have you done before the problem was there?
Nothing ; I only wonder if that feature is possible or not :)
What have you already tried to solve the problem?
Not really a problem so no fix!
Description and Message
Your phpBB Version: 3.3.4
Your phpBB Type: Standard phpBB
Extensions installed: Yes
Your knowledge: Basic Knowledge
Boardlink: can't post an external link, sorry...
PHP Version: 7.4
MySQL Version: 10.3
What have you done before the problem was there?
Nothing ; I only wonder if that feature is possible or not :)
What have you already tried to solve the problem?
Not really a problem so no fix!
Description and Message
Hello!
I'm trying to configure a fresh phpBB3.3.4 board to migrate from vBulletin4 and I have a question about mChat:
Would it be possible to choose a color when chatting (i.e. green or whatever) and make the board remember that choice in a database to allow chatter to keep his own color.
That would improve the readability of the chatbox in my opinion, as we currently use this feature with VSA_chatbox on vB4.
I can imagine this could be difficult to code so the "support request" is more a question than a problem to fix.
So, thank you in advance for your answers!
Your phpBB Type: Standard phpBB
Extensions installed: Yes
Your knowledge: Beginner
PHP Version: 7.4
MySQL Version: 10.3
What have you done before the problem was there?
Nothing ; I only wonder if that feature is possible or not :)
What have you already tried to solve the problem?
Not really a problem so no fix!
Description and Message
Your phpBB Version: 3.3.4
Your phpBB Type: Standard phpBB
Extensions installed: Yes
Your knowledge: Beginner
PHP Version: 7.4
MySQL Version: 10.3
What have you done before the problem was there?
Nothing ; I only wonder if that feature is possible or not :)
What have you already tried to solve the problem?
Not really a problem so no fix!
Description and Message
Your phpBB Version: 3.3.4
Your phpBB Type: Standard phpBB
Extensions installed: Yes
Your knowledge: Basic Knowledge
Boardlink: can't post an external link, sorry...
PHP Version: 7.4
MySQL Version: 10.3
What have you done before the problem was there?
Nothing ; I only wonder if that feature is possible or not :)
What have you already tried to solve the problem?
Not really a problem so no fix!
Description and Message
Hello!
I'm trying to configure a fresh phpBB3.3.4 board to migrate from vBulletin4 and I have a question about mChat:
Would it be possible to choose a color when chatting (i.e. green or whatever) and make the board remember that choice in a database to allow chatter to keep his own color.
That would improve the readability of the chatbox in my opinion, as we currently use this feature with VSA_chatbox on vB4.
I can imagine this could be difficult to code so the "support request" is more a question than a problem to fix.
So, thank you in advance for your answers!
-
- VIP
- Magic user status: Offline
- Posts: 1116
- Joined: Oct 14th, '14, 17:01
Re: Any way to keep color used by chatter in memory?
Ajax Chat has that feature for a user to select a color and holds that color for the user.
I don't think mChat ever implemented that feature. But anything is possible.
I don't think mChat ever implemented that feature. But anything is possible.
-
- Users
- Magic user status: Offline
- Posts: 495
- Joined: Sep 24th, '15, 14:23
-
- Users
- Magic user status: Offline
- Posts: 5
- Joined: Jul 16th, '21, 18:49
Re: Any way to keep color used by chatter in memory?
Hello and thank you for your answers!
Well I'm confused, I thought I read everything I could about mChat and colours and I even read that topic... and I think I was tired because I didn't understand it concerned computer users...
So the trick with Ctrl + left click on colour works fine!
I tried AjaxChat, but I experienced problems with some users (same group so same permissions but no way to post a message for some of them ) so we are back with mChat :)
Thank you again!
Well I'm confused, I thought I read everything I could about mChat and colours and I even read that topic... and I think I was tired because I didn't understand it concerned computer users...
So the trick with Ctrl + left click on colour works fine!
I tried AjaxChat, but I experienced problems with some users (same group so same permissions but no way to post a message for some of them ) so we are back with mChat :)
Thank you again!
-
- VIP
- Magic user status: Offline
- Posts: 1116
- Joined: Oct 14th, '14, 17:01
Re: Any way to keep color used by chatter in memory?
That is crazy, my mchat has the hold color choice in the color selections and I never knew it.
I didn't get the memo.
I didn't get the memo.
-
- Users
- Magic user status: Offline
- Posts: 495
- Joined: Sep 24th, '15, 14:23
-
- Users
- Magic user status: Offline
- Posts: 5
- Joined: Jul 16th, '21, 18:49
Re: Any way to keep color used by chatter in memory?
OK so we found a very strange bug linked to the "held-color" solution:
As soon as we choose a color that we keep in memory with Ctrl + left click, the auto-capital on first letter of the message in the chatbox is disabled.
That option comes back when we release the color choice to get back to default color.
Can you reproduce that bug?
Subsequent question: is there any fix?
Thank you in advance for your answers!
As soon as we choose a color that we keep in memory with Ctrl + left click, the auto-capital on first letter of the message in the chatbox is disabled.
That option comes back when we release the color choice to get back to default color.
Can you reproduce that bug?
Subsequent question: is there any fix?
Thank you in advance for your answers!
-
- Users
- Magic user status: Offline
- Posts: 495
- Joined: Sep 24th, '15, 14:23
Re: Any way to keep color used by chatter in memory?
Yes I think that bug has been around for a long time.
As to a fix I don't know.
As to a fix I don't know.
-
- Users
- Magic user status: Offline
- Posts: 5
- Joined: Jul 16th, '21, 18:49
Re: Any way to keep color used by chatter in memory?
OK thank you for your answer! This looks strange as I do not see why the encoding of the characters could be linked to the styling of the text, but so be it, I suppose ^^
edit : oooook it's quite simple to understand the problem:
each message with any tag (color, i, b...) does'nt start with a letter but with a [
So this [ is considered the first character of the message (which is true) and, while not appearing in the final result because it's interpreted, it is the first one.
I guess it would be difficult to correct that, maybe explaining the code to omit [ and ] as first characters? Or something like this (I'm not coder so I don't exactly know what can and what cannot be ^^).
edit : oooook it's quite simple to understand the problem:
each message with any tag (color, i, b...) does'nt start with a letter but with a [
So this [ is considered the first character of the message (which is true) and, while not appearing in the final result because it's interpreted, it is the first one.
I guess it would be difficult to correct that, maybe explaining the code to omit [ and ] as first characters? Or something like this (I'm not coder so I don't exactly know what can and what cannot be ^^).
-
- VIP
- Magic user status: Offline
- Posts: 1116
- Joined: Oct 14th, '14, 17:01
Re: Any way to keep color used by chatter in memory?
Every bbcode starts with a [ and the bbcode does not end until the last ]
BBCodes are parsed when they are posted.
When posted it parses into html
This is my red text.
You can not omit [ and ] in a bbcode or it want be a bbcode.
You can find these bbcodes in your style's template/bbcode.html
BBCodes are parsed when they are posted.
Code: Select all
[color=#AA0000]This is my red text.[/color]
Code: Select all
<span style="color: #AA0000">This is my red text.</span>
You can not omit [ and ] in a bbcode or it want be a bbcode.
You can find these bbcodes in your style's template/bbcode.html
-
- Users
- Magic user status: Offline
- Posts: 5
- Joined: Jul 16th, '21, 18:49
Re: Any way to keep color used by chatter in memory?
I agree with that
I'm wondering why the colored text doesn't start with a capital character, while the non-colored text does. So the hypothesis is that BBcode tags would count as the first character and so the rest of the text appears in normal characters, first "real" letter included.
But maybe I'm totally wrong and the tag parsing is omitted.
Nevertheless, it's not very important; just wondering why
Sorry if it's not very clear as English is not my mother tongue
I'm wondering why the colored text doesn't start with a capital character, while the non-colored text does. So the hypothesis is that BBcode tags would count as the first character and so the rest of the text appears in normal characters, first "real" letter included.
But maybe I'm totally wrong and the tag parsing is omitted.
Nevertheless, it's not very important; just wondering why
Sorry if it's not very clear as English is not my mother tongue