Welcome, Guest
Please Login or Register.    Lost Password?

Support for line breaks in MySQL longtext field?
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Support for line breaks in MySQL longtext field?
#469
Support for line breaks in MySQL longtext field? 4 Months ago Karma: 0
Hello again,

Can you help with yet another query please? When I view some of my data via mysqladmin, I can see there are line breaks in some of my longtext fields.

When I view the same record via the table grid, the line breaks are ignored and the paragraphs of data appear as one block of text.

Is there any way I can preserve the formatting in my longtext fields?

Thank you
David
djb
Fresh Boarder
Posts: 16
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#479
Re:Support for line breaks in MySQL longtext field? 4 Months ago Karma: 1
Hi,

Add this code to components/com_grid/layouts/GridView.php, line 268. (If you are using the newest version of Table JX)

Code:

$podatek=nl2br($podatek);


Regards,
Tomaž
tomaz
Expert Boarder
Posts: 89
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#484
Re:Support for line breaks in MySQL longtext field? 4 Months ago Karma: 0
Tomaž,

That worked a treat. Many thanks
David
djb
Fresh Boarder
Posts: 16
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 1
Tools JX, Powered by Joomla!; Joomla templates by SG web hosting