No line break in the guestbook
Posted: 08 Dec 2009, 10:07
With 'Shift + Enter' a line break can be triggered in the editor. Unfortunately, this line break is not stored and therefore not displayed in the guestbook.
Edit: I solved the problem with a change in /com_phocaguestbook/controllers/phocaguestbook.php
line 73 old:
line 73 new:
best regards!
Ralf
Edit: I solved the problem with a change in /com_phocaguestbook/controllers/phocaguestbook.php
line 73 old:
Code: Select all
$configP->set('HTML', 'Allowed', 'strong,em,p[style],span[style],img[src|width|height|alt|title],li,ul,ol,a[href],u,strike');
Code: Select all
$configP->set('HTML', 'Allowed', 'strong,em,br[style],p[style],span[style],img[src|width|height|alt|title],li,ul,ol,a[href],u,strike');
best regards!
Ralf