Page 1 of 1

Text overruns screen

Posted: Mon Apr 27, 2009 10:22 am
by bobbeach
Script URL: http://firstmoneyonline.com/support/
Version of script: 2.0
Hosting company: Hostgator
URL of phpinfo.php: http://firstmoneyonline.com/phpinfo.php
URL of session_test.php: http://firstmoneyonline.com/session_test.php
What terms did you try when SEARCHING for a solution: screen width, text overruns screen, text too wide

Write your message below:

I was running version .9 with no problems when suddenly one day the actual ticket width went out to about double the screen width. In other words, all the text runs way off the right hand side of the screen instead of the former neat width. Almost as if there are no returns.

I thought an upgrade to 2.0 might be the solution but the problem remains.

Everything seems to function fine. My only thought was that the number of replies on the ticket is high (about 60) so I posted a test ticket. Sure enough, the test ticket (with just one reply) does not run over width.

So why does the number of replies cause a problem and, more importantly, how do I solve it?

Thanks
Bob

Posted: Mon Apr 27, 2009 10:40 am
by Klemen
The table is probably stretched because of some long string (maybe and URL) in the comments. Try locating it and editing that post by breaking down the long term into several lines.

Posted: Mon Apr 27, 2009 10:46 am
by bobbeach
That was it. A super-long URL posted by the client.

Broke it up, job done. Thanks.