By Leech on
I need to create multiple podcast shows in the same Drupal install but I don't know how can I manage this.
I thought using Audio Module + Taxonomy + Views Module, and creating a view that show me podcast episodes corresponding to a Taxonomy Term, but I don't know how to do this View.
Can anyone point me how to generate this view?
Or anyone know another better solution ?
Thanks,
Leandro
Comments
=-=
no need to use views in this desire.
vocab 1 = show 1
term 1 = show 1 (or some other term you choose)
vocab 2 = show 2
term 2 = show 2 (or some other term you choose)
then you have your listing at yoursite.com/term/1 or term/2 ?
_____________________________________________________________________
Confucius says:
"Those who seek drupal answers should use drupal search!" : )
-
Why two vocabularies? Can't I create 2 terms for 2 different shows?
vocab 1 = podcast vocabulary
term 1 = show 1
term 2 = show 2
And in case of no using views, how can I customize display of those terms? I want to display album art for the latest show and teaser for previous shows.
Thanks.
=-=
yep can be done that way too.
now you have a specific reason for using views. so were back at your first post.
all I can do is direct you to the views. documentation and tutorials, have you read through it ?
handbooks -> contributed modules -> views
_____________________________________________________________________
Confucius says:
"Those who seek drupal answers should use drupal search!" : )
-
Yes, I did, but didn't found anything about getting all nodes from Audio + specific taxonomy term.
-
Ok, I'm planning to use something like this:
Taxonomy:
And the url will be:
site.com/podcast/show1 (or the url alias for this term)
But I'm not sure how to filter view to display only items in this taxonomy term (ie, show1) fetching this term from the URL.
And how I can use the URL in Page section of View config?
Thanks
=-=
using an argument I believe see: http://drupal.org/node/54455
_____________________________________________________________________
Confucius says:
"Those who seek drupal answers should use drupal search!" : )
-
I can't figure out how to get the list.
I've tried using URL: podcast/$arg
and Argument:
"Taxonomy: Term Name" - Default: Display all values - Title: %1
(and RSS and iTunes feeds)
And I can see the title equal to the taxonomy term url (first argument, passed with %1) but no results, just text in Empty Text.
This is my Export data: