Missing News - Summary editor in CMS admin?
Missing News - Summary editor in CMS admin?
I have just installed the latest CMS Made Simple, on adding News I notice I only have a area for content of the news and not Summary is there something i can do to get the summary to show so I may add a shortened text for the front page of my website?
Re: Missing News - Summary editor in CMS admin?
I've never seen it like that by default, but there's a checkbox in 'Options' called "Hide the summary field when adding or editing articles"
Re: Missing News - Summary editor in CMS admin?
Thank you so much... so simple but for some reason for me I never spotted it...
Now to try and get rid of the category and posted by on the frontpage, blooming news bahhhh!!!
Now to try and get rid of the category and posted by on the frontpage, blooming news bahhhh!!!
Re: Missing News - Summary editor in CMS admin?
To remove those you need to edit the summary template...
<div class="NewsSummaryCategory">
{$category_label} {$entry->category}
</div>
{if $entry->author}
<div class="NewsSummaryAuthor">
{$author_label} {$entry->author}
</div>
{/if}
<div class="NewsSummaryCategory">
{$category_label} {$entry->category}
</div>
{if $entry->author}
<div class="NewsSummaryAuthor">
{$author_label} {$entry->author}
</div>
{/if}