|
Title: ---HELP!!!!--- 150 Character LIMIT???? Post by: Meshach on October 01, 2008, 02:41:56 AM URGENT HELP NEEDED!!!
There is a 150 character limit on the messages an operator can send. How do I increase this??? Thanks, Meshach Title: Re: ---HELP!!!!--- 150 Character LIMIT???? Post by: Meshach on October 04, 2008, 02:27:31 AM Does ANYONE know how to fix this?? ??? ??? ???
Title: Re: ---HELP!!!!--- 150 Character LIMIT???? Post by: Monty on October 07, 2008, 05:48:38 PM hcl\templates\Bliss\chat_send.tpl and hcl\templates\G\chat_send.tpl
Line 30 : <input type="text" autocomplete="off" name="chat_box" id="chat_box" size="30" maxlength="150" onkeypress="parent.window.Chat.typing();" /> Edit maxlength="150" to a larger figure. Title: Re: ---HELP!!!!--- 150 Character LIMIT???? Post by: Meshach on October 09, 2008, 07:47:59 PM When I do that it will change the maximum limit. But if someone types more than that it pops up a message that says "Message is to long it will be truncated."
Anyone know the solution to this? Thanks, Meshach Title: Re: ---HELP!!!!--- 150 Character LIMIT???? Post by: Monty on October 09, 2008, 08:34:40 PM When I do that it will change the maximum limit. But if someone types more than that it pops up a message that says "Message is to long it will be truncated." This could possibly be due to the chat window size. Try resizing the window in hcl/config.php and let me know if that works. Title: Re: ---HELP!!!!--- 150 Character LIMIT???? Post by: Mike on October 09, 2008, 08:53:55 PM No, it's hard coded. .
Someone in the community can fix that, or wait for v3 to come out. . Would be great for other assistance in the community on this sort of thing. Title: Re: ---HELP!!!!--- 150 Character LIMIT???? Post by: Monty on October 11, 2008, 01:33:29 PM When I do that it will change the maximum limit. But if someone types more than that it pops up a message that says "Message is to long it will be truncated." Open hcl/class/js/chat.php and on line 222 change every instance of '300' to a higher number. Please let me know if this helps. |