Page 1 of 1
Guestbook: no line-breaks in comments!!
Posted: Sun Jan 07, 2007 9:07 am
by hesbas
The Guestbook works fine exept one thing:
Typed text in the comments field will alwas show as one line after submitting. Line-breaks seem to be deleted. Wat can it be?
An other question is: is it possible to use a form of layout as in the admin, like text-color and text-size?
Re: Guestbook: no line-breaks in comments!!
Posted: Sun Jan 07, 2007 3:03 pm
by Dee
On line 46 of action.get-entrylist.php, above
add
Code: Select all
$entry['message'] = nl2pnbr($entry['message']);
or use the
latest version of action.get-entrylist.php from SVN.
I'll add some basic wysiwyg in the next release.
Regards,
D
Re: Guestbook: no line-breaks in comments!!
Posted: Sun Jan 07, 2007 5:00 pm
by hesbas
Thanx!
It worked... So far nog bugs found anymore
Keep up the good work!
Grz,
Bas
Re: Guestbook: no line-breaks in comments!!
Posted: Mon Jan 08, 2007 4:32 pm
by Dee
I just released
Guestbook-1.1.4 which fixes this problem and adds basic WYSIWYG using FCKeditor.
Regards,
D
Re: Guestbook: no line-breaks in comments!!
Posted: Tue Jan 09, 2007 7:44 pm
by Dee
And today I released
Guestbook-1.1.5 which fixes the WYSIWYG not showing and some other small issues.
Regards,
D