ZenphotoCMS Forum
Line breaks not converted to BR - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: Line breaks not converted to BR (/thread-10377.html)



Line breaks not converted to BR - cw - 2012-09-05

I just installed Zenphoto 1.4.3.2, and while updating some album descriptions I've noticed that none of the newlines in the editor are being converted to line breaks. Manually inserting a seems to work fine though.




Line breaks not converted to BR - acrylian - 2012-09-05

For TinyMCE as for all text editors like word: Enter = paragraph, Enter + shift = br.
Besides the behaviour can be controlled via a custom config file.




Line breaks not converted to BR - cw - 2012-09-05

That's just it, neither Shift+Enter or Enter are resulting in line breaks or paragraphs in the album descriptions.




Line breaks not converted to BR - acrylian - 2012-09-06

All standard config files are setup to create paragraphs if you hit enter. You can change that creating your own config file. Be sure your browser is supported, see the TinyMCE website.

Of course if you don't use the TinyMCE editor at all you have to use plain html to format your text.




Line breaks not converted to BR - cw - 2012-09-06

So after doing some looking at screenshots of the editor on the site it seems like TinyMCE is not loading. Is there some sort of install process for it that I missed?




Line breaks not converted to BR - sbillard - 2012-09-06

The plugin must be enabled, so check that. Otherwise look for Javascript errors.




Line breaks not converted to BR - cw - 2012-09-06

Ok, somehow the tinyMCE files got corrupted during install. Replacing them cleared it up. Thanks for the help.