i think that when you check the checkbox for hiding the title that the subtitle should be hidden aswell. So i edited row 137 in the file content.article.inc.php from
Code: Select all
if($row["article_subtitle"])
Code: Select all
if($row["article_subtitle"] && !$row["article_notitle"])
Plauderer