You are not logged in.
Pages: 1
Hi all,
great CMS, thanks a lot! ![]()
I have a problem with the image description when I typed a line break. It´s shown as "<br>" like this:
Dekor : rose <br>Form : <br>Größe :
instead of
Dekor : rose
Form :
Größe :
Where is my mistake.
Thank you for help!
Cheers
Offline
What are you typing in the image description field? You don't need to manually insert a "<br>" when you want to create a linebreak. Just a normal break will do, pluck will automatically convert it.
Offline
that´s the problem, I type a normally linebreak (enter) but the result is an "<br>" instead of a linebreak ...
Offline
What version of pluck do you use?
Offline
the Version is 4.6.1 of Pluck
Offline
Yes indeed, the album module seems to contain a bug. It has already been fixed for pluck 4.7, but you can fix it manually by following these steps:
1) open data/modules/albums/pages_admin/editalbum.php
2) find the line containing $cont2 = str_replace ("\n","<br>", $cont2);
3) cut and paste that line below the line containing $cont2 = htmlspecialchars($cont2);
4) done!
Offline
Great !!! It works !!!
Thanks a lot!
![]()
Cheers,
nobody
Offline
Pages: 1