Forumlar / Cotonti / Support / mininchat

genoa minichat plugin

jesus
#1 2014-03-05 09:46

Hi guys

 

any idea where the wrapping is set in this plugin? I can't find anything that relates to url wrapping and if you post a longer url in the chat box it just goes out of frame and covers the news post on gameportal(base) skin.

 

thanks

 

tensh
#2 2014-03-06 08:15

You might try to implement url shortener, or experiment with CSS - horizontal scrolling of a div container in which the message is displayed.

Twiebie
#3 2014-03-16 23:51

Try this on the container:

word-wrap: break-word;

 

jesus
#4 2014-06-23 13:58

thanks, doesn't seem to work tho.

 

could you confirm what you mean by container? I've tried the obvious places but still can't get it to break the word..

 

any other ideas?

elfrenazo
#5 2014-07-09 06:26

Idea 1 (adapter)

< textarea id="minichat" rows="19" cols="95" readonly >< /textarea >

 

Idea 2 (adapter)

< input id="minichat" type="text" size="40" maxlength="80"  onkeyup="keyup(event.keyCode);" style="width: 331px" >