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?
Guestbook: no line-breaks in comments!!
Re: Guestbook: no line-breaks in comments!!
On line 46 of action.get-entrylist.php, above
add
or use the latest version of action.get-entrylist.php from SVN.
I'll add some basic wysiwyg in the next release.
Regards,
D
Code: Select all
$entries[$index] = $entry;
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!!
Thanx!
It worked... So far nog bugs found anymore
Keep up the good work!
Grz,
Bas
It worked... So far nog bugs found anymore
Keep up the good work!
Grz,
Bas
Re: Guestbook: no line-breaks in comments!!
I just released Guestbook-1.1.4 which fixes this problem and adds basic WYSIWYG using FCKeditor.
Regards,
D
Regards,
D
Re: Guestbook: no line-breaks in comments!!
And today I released Guestbook-1.1.5 which fixes the WYSIWYG not showing and some other small issues.
Regards,
D
Regards,
D