Page 1 of 1

Blog module - straight to detail view

Posted: Sun Jul 01, 2012 4:36 pm
by thomsonson
Hi,
I have CGBlog 1.8 installled on CMS v1.9.4.2. All is working well, except that I can't seem to find a way to get rid of the summary view. For now, as there will be only very few entries, I want the blog to display all entries in detail view straightaway. I've tried adding a parameter to the blog tag

Code: Select all

{CGBlog action="detail"}
but clearly this is not the right approach, as I end up with a completely blank page.
Can anyone help..? Many thanks!

Re: Blog module - straight to detail view

Posted: Sun Jul 01, 2012 5:32 pm
by Dr.CSS
Don't put anything in the summary edit box and it will show what is in the detail content...

Re: Blog module - straight to detail view

Posted: Mon Jul 02, 2012 4:58 pm
by thomsonson
hmm.. I've tried that, but the page is still showing the summary view. Here is a link to the page:
http://abucolicfrolic.com/index.php?page=archive
there is a link (in white for some reason) to the detail view, just above the text above the pics...

Re: Blog module - straight to detail view

Posted: Thu Jul 05, 2012 2:36 am
by Dr.CSS
There is a default detail link made from the title, find it in the summary template and remove the URL part, which it looks like you already did...

P.S. be careful of the WYSIWYG adding a <p> around the blog module tag, it throws xHTML errors...

Re: Blog module - straight to detail view

Posted: Thu Jul 12, 2012 4:17 pm
by thomsonson
thanks - that's all good now