ANY USEFUL SUGGESTIONS GREATLY APPRECIATED!
I am very annoyed right now that Podcast Manager has ceased development and been booted.
The only alternative I can find any reference to is CGFeedmaker. That's OK except for two things:
1. the documentation is practically non-existent and I can't find any good tutorials anywhere to help me get it working.
2. CGBlog can't manage a blog and a separate podcast at the same time. If I use it to host the podcast then the podcast entries show up as the latest blog entry. NOT COOL.
My client's site has been using both a Blog section as well as the Podcast manager for some time, but in the latest set of upgrades I suddenly discover that Podcast Manager is no longer working and has been removed from the Sourceforge.
Honestly, this is the kind of crap that drives a man to use WordPress.
CGFeedmaker /CGBlog can't do blog AND podcast
-
d4creative
- Forum Members

- Posts: 58
- Joined: Mon Nov 01, 2010 10:40 pm
Re: CGFeedmaker /CGBlog can't do blog AND podcast
Try ListIt2 module..?
-
d4creative
- Forum Members

- Posts: 58
- Joined: Mon Nov 01, 2010 10:40 pm
Re: CGFeedmaker /CGBlog can't do blog AND podcast
ListIt2 looks like you could do a lot I guess - flexible but very "roll-your-own" and hands on to set up. I'll check it out.
In the mean time I spent some time (too much time!?!) digging through the Podcast Manager code and managed to get it working again (in the same limited and incomplete fashion as before).
In the mean time I spent some time (too much time!?!) digging through the Podcast Manager code and managed to get it working again (in the same limited and incomplete fashion as before).
Re: CGFeedmaker /CGBlog can't do blog AND podcast
I see that you've managed to sort it now, but how about creating categories in CGBlog and then you can show latest blog posts in different categories on different pages.d4creative wrote:2. CGBlog can't manage a blog and a separate podcast at the same time. If I use it to host the podcast then the podcast entries show up as the latest blog entry. NOT COOL.
From CGBlog help:
(optional) category="" - Used in the summary, and archive views to display only items for the specified categories.
-
d4creative
- Forum Members

- Posts: 58
- Joined: Mon Nov 01, 2010 10:40 pm
Re: CGFeedmaker /CGBlog can't do blog AND podcast
I tried using separate categories but the "-1" flag to show the latest blog post in detail mode ignores the category parameter as it only works in summary mode.
The idea is to be able to show the most recent blog in detail mode as the default blog page, with a list of other recent articles in a sidebar. That's a pretty common way to show a blog. So really it needs the addition of the category parameter in detail mode.
The idea is to be able to show the most recent blog in detail mode as the default blog page, with a list of other recent articles in a sidebar. That's a pretty common way to show a blog. So really it needs the addition of the category parameter in detail mode.
Re: CGFeedmaker /CGBlog can't do blog AND podcast
I see what you're saying. Looks like News (the blog utility that comes with the core) is the same.
-
calguy1000
- Support Guru

- Posts: 8169
- Joined: Tue Oct 19, 2004 6:44 pm
Re: CGFeedmaker /CGBlog can't do blog AND podcast
It's simple... Use summary mode, a special summary template, and a pagelimit of 1.
Code: Select all
{CGBlog category=foo pagelimit=1 summarytemplate='lookslikedetail'} {* syntax may not be exact,I didn't look it up *}Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
-
d4creative
- Forum Members

- Posts: 58
- Joined: Mon Nov 01, 2010 10:40 pm
Re: CGFeedmaker /CGBlog can't do blog AND podcast
That's good thought. A custom summary template which actually behaves like a detail one. "Out of the box"...
Thanks.
Thanks.
Re: CGFeedmaker /CGBlog can't do blog AND podcast
Gotta love Calguy 


