Page 1 of 1

how i can bulid news portal site using CMSMS ?

Posted: Thu Jan 31, 2008 5:27 am
by 7amoodi
popular news portal site contain menu contain all category like sport - media - health ...etc

when user click on any of it the page will display last 10 summery news each one contain summery descriptin and thumb image

when you click of any of this news the complete one will apper and u can coment

home page will display random of news (Recent news ) of each  cat .

how i can do all this by using CMSMS ?

thanks alot

Re: how i can bulid news portal site using CMSMS ?

Posted: Thu Jan 31, 2008 10:18 am
by RonnyK
Basically, you could use the "browsecat"-parameter, to have all categories shown with the included number of entries under it..

You could also call news, with the category parameter to show only entries of that parameter.

When you install the Comments-module, you could enter a single line (described in the help of the Comments module) at the end of the detail-template for News, to be able to post comments on the News-entry....

Ronny

Re: how i can bulid news portal site using CMSMS ?

Posted: Thu Jan 31, 2008 2:12 pm
by 7amoodi
please can you explain with semi details ,, Thanks

Re: how i can bulid news portal site using CMSMS ?

Posted: Thu Feb 07, 2008 3:45 pm
by Vin
What about looking into the help of the module News in your cmsms install? (Clicking on (?) when on the Content > News admin page) Look at the content of the help, and then decide what parametres you want to add to {cms_module module='News'} (or {news}) tag (like {news parametre='somevalue' otherparametre='someothervalue'})