Help
Suggest features for the ArrowChat software
User avatar
BritishNaturism
Customer
 
Posts: 6
Joined: 23 Mar 2017, 09:29

 

by BritishNaturism 25 Mar 2017, 11:18

arrowchat_chatrooms_rooms > welcome_message is set at VARCHAR 191 - which seems an odd figure. Is there any reason this can't be increased to 255 please.
User avatar
Jason
Customer
 
Posts: 2329
Joined: 12 Dec 2009, 16:06

 

by Jason 25 Mar 2017, 13:28

191 is the new standard for utf8mb4.
User avatar
BritishNaturism
Customer
 
Posts: 6
Joined: 23 Mar 2017, 09:29

 

by BritishNaturism 26 Mar 2017, 04:16

Okay - leant something new! Thanks :)
User avatar
Trevorhawes
Customer
 
Posts: 13
Joined: 17 Aug 2017, 09:51

 

by Trevorhawes 08 Sep 2017, 03:39

https://mathiasbynens.be/notes/mysql-utf8mb4

Here is a very informative article on the subject of why it is needed.
User avatar
lsgdominic
Customer
 
Posts: 7
Joined: 12 Dec 2017, 01:41

 

by lsgdominic 05 Aug 2019, 23:01

Hi

We had the same request: A higher number of char's.

Still interested in more text? We have a workaround:

Use HTML and an image. The image contains a lot more text, and is shown correctly when someone arrives in the chat room.

Eg, one of our settings:
<p><img src="https://www.domainname.ext/wp-content/u ... omname.png" alt="" width="300" height="367" /></p> More info at www.domainname.ext/how-to-use-chat
Version: 2.2

Name of the option in the chat room configuration: Welcome message
The description says:
This message will display each time a user enters this chat room. This also accepts links and HTML, and it can be left blank

Note: While looking back to the config at my site, I see the stored value:
<p><img src=
The https and the following char's aren't shown.

When looking into the database via phpMyAdmin, the value is stored correctly.
When entering the chat room, the image on the URL I've set, it's displayed well.

So it seems the Admin Panel doesn't show correctly the complete value for some unknown reason. (a bug?)