One day into CMS simple. I can get one article to appear on the front page by setting it as default. But, how can I show many articles like in a blog style so I can scroll through them?
Thanks...knotty
Showing all articles
-
knotty
Showing all articles
Last edited by knotty on Wed Jun 07, 2006 7:36 pm, edited 1 time in total.
-
FinnK
Re: Showing all articles
You can use the newsmodule for that. Probably you have to modify the summary and detail templates, or make your own templates to suit what you want to do.
Perhaps there is a blog module too now?
Perhaps there is a blog module too now?
-
knotty
Re: Showing all articles
I checked for a blog module and didn't find one. I'll play with the news module.
Thanks..knotty
Thanks..knotty
Re: Showing all articles
did you see this thread...
http://forum.cmsmadesimple.org/index.ph ... 876.0.html
http://forum.cmsmadesimple.org/index.ph ... 876.0.html
-
knotty
Re: Showing all articles
Hi Mark,
I downloaded the blog module but I would like to get a bit more familiar with the whole CMS thing. I'm not even sure how to get articles to show up in the right place.
Thanks!
I downloaded the blog module but I would like to get a bit more familiar with the whole CMS thing. I'm not even sure how to get articles to show up in the right place.
Thanks!
Re: Showing all articles
in the Content » Pages » Edit Page: yourpage....
content 'box' add...
{cms_module module="blog" category="general"} or category="whatever" or no category will show all 'blogs'
if you goto Extensions » Modules on the right you will see Help clik that to get all the parameters it takes...
under Content in admin menu you should see Blog clik that and add 'Blog' article...
content 'box' add...
{cms_module module="blog" category="general"} or category="whatever" or no category will show all 'blogs'
if you goto Extensions » Modules on the right you will see Help clik that to get all the parameters it takes...
under Content in admin menu you should see Blog clik that and add 'Blog' article...
-
knotty
Re: Showing all articles
Ok, all done and the blog module is working fine.
One thing, When I go to the front page, I see HOME in bold right above the blog title and a link which will open the article. I don't have any other articles in the system.
Is there a way to just have all the blog posts opened automatically on the front page without having to click on the link?
Thanks!...knotty
One thing, When I go to the front page, I see HOME in bold right above the blog title and a link which will open the article. I don't have any other articles in the system.
Is there a way to just have all the blog posts opened automatically on the front page without having to click on the link?
Thanks!...knotty
Re: Showing all articles
it defaults to the summary template...
in the Help you will see how to change default...
basically...
copy detail template into an editor, such as note pad, i use the free PSPad editor it has syntax hilite, give it a name, upload it to modules/blog/templates folder, call it in tag {cms_module module="blog" summarytemplate="nameofyourtemplate.tpl"}
you can delete calls like...
{if $entry->summary}
{eval var=$entry->summary}
{/if}
just the call, leaving everything else, the other stuff will show in source view of your page but not on the page...
in the Help you will see how to change default...
basically...
copy detail template into an editor, such as note pad, i use the free PSPad editor it has syntax hilite, give it a name, upload it to modules/blog/templates folder, call it in tag {cms_module module="blog" summarytemplate="nameofyourtemplate.tpl"}
you can delete calls like...
{if $entry->summary}
{eval var=$entry->summary}
{/if}
just the call, leaving everything else, the other stuff will show in source view of your page but not on the page...
-
knotty
Re: Showing all articles
Thank you very much Mark, now I have enough to play with for a while.
knotty
knotty

