Contentteller

Contentteller Support Forums
Home Forums > Contentteller > Version 1.x >

The WYSIWYG-editor and the </br> in the extended news window

Discussion in 'Version 1.x' started by myonlyeye, Aug 7, 2004.

  1. myonlyeye Guest

    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
    myonlyeye, Aug 7, 2004
    #1
  2. Philipp Guest

    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():
    Code:
    if ($teaser == "blank_image.png") $teaser = "";
    Add after this line:
    Code:
    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.
    Philipp, Aug 8, 2004
    #2
Tweet
Facebook:
Forgot your password?
Contentteller Support Forums
Home Forums > Contentteller > Version 1.x >
  • Home
  • Forums

    Forums

    Quick Links
    • Search Forums
    • What's New?
  • Members

    Members

    Quick Links
    • Registered Members
    • Current Visitors
    • Recent Activity
  • Help

    Help

    Quick Links
    • Smilies
    • BB Codes
    • Trophies

Separate names with a comma.

Advanced search...
    Forum software by XenForo™ ©2011 XenForo Ltd.