We are using the Bible Study in our church's new website which will be finished shortly. We wanted to have a sermon library landing page that looks something like this...
Speakers
Name Name
Name Name
Teaching Series
Series Name Series Name
Ministries and Special Events
Men's Ministry Exploring Christianity Vision and Values
It Works!!!
To link to a series, message type, topic, teacher, or book, use these URL's. You'll have to adjust the URL to match your page, but try it. In my site, the component is published on a page called sermons. (
www.mysite.org/sermons).
So,
To link to a series,
sermons?filter_series=0 (replace 0 with your series number - 0 clears the filter).
Link to a message type
sermons?filter_messagetype=0 (replace 0 with your message type).
Link to a topic,
sermons?filter_topic=0
Link to a teacher,
sermons?filter_teacher=0
Link to a book,
sermons?filter_book=0
Link to a location,
sermons?filter_location=0
Link to a Year,
sermons?filter_year=0 (replace 0 with a year [ie, 2009])
You can get the ID's by viewing the source of your page with the dropdowns, and get the id's for the different items.
So, my Sunday Sermons are messagetype=1. I can get all 2009 Sunday Sermons by doing:
sermons?filter_year=2009&filter_messagetype=1
Keep in mind that the component caches your drop down selections (in my experience anyway). So, you may want to clear the filters that you don't want. For example, from my landing pages, I set all my parameters to 0, except for what I wanted to filter...
For teachers, my querystring looked like:
sermons?filter_teacher=1&filter_book=0&filter_location=0&filter_year=0&filter_series=0&filter_topic=0&filter_messagetype=0
As soon as we get the site published, I'll put a link up for y'all to see how it works.
Thanks,
d8