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
how i can bulid news portal site using CMSMS ?
Re: how i can bulid news portal site using CMSMS ?
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
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 ?
please can you explain with semi details ,, Thanks
Re: how i can bulid news portal site using CMSMS ?
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'})