Page 1 of 1

Removing News date and title?

Posted: Sat Aug 20, 2005 3:40 am
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

Re: Removing News date and title?

Posted: Sat Aug 20, 2005 12:54 pm
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.

Re: Removing News date and title?

Posted: Sat Aug 20, 2005 1:11 pm
by loudmouthme
AWESOME! THANKS!