Closed (duplicate)
Project:
Shoutbox
Version:
master
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
17 Apr 2010 at 12:07 UTC
Updated:
6 Jul 2010 at 12:58 UTC
Jump to comment: Most recent file
Comments
Comment #1
gnite commentedIn the shoutbox.module file find
and to that array add
or any other length you want, the default is 128. Should work fine.
Comment #2
kaspertor commentedIt doesnt work! - It still cut messages off after 128
Comment #3
gnite commentedI just tried it on an installation I use for testing and it does work, should look like this exactly:
And I found another limitation - the field in the database is limited to 255 characters, if the shout is longer it won't be saved at all. You need to edit the 'shout' field in the 'shoutbox' table of your database to allow longer values. Below is a screenshot for proof.
Comment #4
kaspertor commentedJust tried that - It works, it dont cut it now. BUT - It just displays the message as one line, doesnt display it like your message (Normal messages)?! (shoutbox.PNG)
Comment #5
mstef commentedSee #437428: Allowing longer shouts