The WYSIWYG-editor and the in the extended news window
myonlyeye 0
From: -
From: -
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
Philipp
From: Vienna, Austria
Administrator
1340From: 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():
Add after this line:
Now you need to do the same modification in function AddNews() which comes after EditNews(). This issue is fixed in the next Storyteller release.
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.
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