CGBlog : Fundamental misunderstanding
Posted: Wed Feb 09, 2011 7:23 pm
I have a fundamental problem understanding how the CGBlog should work.
I realise that this question may sound very stupid, but here goes...
I have a 2 column layout, A category navigation in the small left hand column and the summary / detail to appear in the right hand column.
All of the blogs ( news ) should appear in the top level section / page called "NEWS". ie I have one page set up called NEWS.
I also have pretty URLS up and running correctly.
Which lists the category navigation ( as required )
Which creates the archive navigation ( as required )
In the main content <div> I have :-
Which lists the first FIVE articles, as teasers.
So far so good.
When I click on one of the articles, it displays the article correctly, BUT it still displays the ( FIVE articles, as teasers ) underneath ( which is NOT required )
I need to get rid of the teasers. They should ONLY appear on the news homepage.
In the options for CGBlog, I have :-
Default detail page (if no page id is specified on the URL): set to NEWS
I also have
Default summary page (if no page id is specified on the URL): set to NEWS
I also have
Prefix to use on all URLS from the blog module: set to "NEWS"
I have experimented a bit with using "detailpage", but don't see the wisdom in having a separate page called "newsdetail" or similar.
Also, when I did this, my url would change to "www.mysite/newsdetail" and the page title etc will be "newsdetail"
I am seriously missing something here...
Could someone put me out of my misery ? Please ?
I realise that this question may sound very stupid, but here goes...
I have a 2 column layout, A category navigation in the small left hand column and the summary / detail to appear in the right hand column.
All of the blogs ( news ) should appear in the top level section / page called "NEWS". ie I have one page set up called NEWS.
I also have pretty URLS up and running correctly.
Code: Select all
{CGBlog action="browsecat" browsecattemplate="Sample"}Code: Select all
{CGBlog action="archive"}In the main content <div> I have :-
Code: Select all
{CGBlog action="default" number="5"}So far so good.
When I click on one of the articles, it displays the article correctly, BUT it still displays the ( FIVE articles, as teasers ) underneath ( which is NOT required )
I need to get rid of the teasers. They should ONLY appear on the news homepage.
In the options for CGBlog, I have :-
Default detail page (if no page id is specified on the URL): set to NEWS
I also have
Default summary page (if no page id is specified on the URL): set to NEWS
I also have
Prefix to use on all URLS from the blog module: set to "NEWS"
I have experimented a bit with using "detailpage", but don't see the wisdom in having a separate page called "newsdetail" or similar.
Also, when I did this, my url would change to "www.mysite/newsdetail" and the page title etc will be "newsdetail"
I am seriously missing something here...
Could someone put me out of my misery ? Please ?