This website can use cookies to improve the user experience

This website can use cookies to improve the user experience and to provide certain services and functions to users. Cookies contain small amounts of information (such as login information and user preferences) and will be stored on your device.

Enable All Cookies Privacy Policy

The WYSIWYG-editor and the
in the extended news window


avatar
myonlyeye 0
From: -
The WYSIWYG-editor and the </br> in the extended news window

The WYSIWYG-editor add a </br> in the extended news window even if it's empty. This is causing storyteller to add "Read more..." to the article even.

"!" from Odin

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.

Responses to this topic


1 Re: The WYSIWYG-editor and the
in the extended news window
avatar
Administrator
1340
From: Vienna, Austria
The WYSIWYG-editor and the </br> in the extended news window

Open mod_news.php in an editor and find the following line in function EditNews():
if ($teaser == "blank_image.png") $teaser = "";


Add after this line:
if (strlen($newstext2) == 8) $newstext2 = "";


Now you need to do the same modification in function AddNews() which comes after EditNews(). This issue is fixed in the next Storyteller release.

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.