news item

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
planner

news item

Post by planner »

Just add an article to the News block and noticed that the news category, date news was added, and the admin id all are shown or visible on the news block. since the public does not need all these details, how can I remove them?

TIA
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: news item

Post by Dr.CSS »

in the templates you will see 'calls' for these things like....

{$entry->titlelink}
{$entry->category}
{$entry->formatpostdate}
{$entry->author}
{eval var=$entry->summary}
[{$entry->morelink}]
{eval var=$entry->content}
{$return_url}

sort of self explanitory...
they are inside with classes you can just delete any of those entrys above and leave the rest of the stuff... etc.
if you read the help it will tell you how to make a custom template, and where to put it, how to call it.... etc.
Locked

Return to “CMSMS Core”