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
Removing News date and title?
Re: Removing News date and title?
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.
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.

