Removing News date and title?

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
loudmouthme

Removing News date and title?

Post by loudmouthme »

Does anyone know if there is any way to remove the title and date from the News module? I want it to be more like an announcement and not as much as a news posting. Is there any way to do this?

I would just make a page and use php to include the page, but apparently PHP doesn't work within CMS:MS. I tried include('index.php?page=home') but that doesn't work; not sure why.

Any help, as always, is greatly appreciated!

Chris
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm

Re: Removing News date and title?

Post by Ted »

1. Go into the News admin.  On the summary tab, you should see where is prints out the title and date.  Just remove them.

2. Either make a user defined tag with that code in it, or you can turn on php includes in config.php and put it between {php}{/php}.  Do a search in the forum for user defined tag for more details on what they are.
loudmouthme

Re: Removing News date and title?

Post by loudmouthme »

AWESOME! THANKS!
Locked

Return to “CMSMS Core”