Topic RSS
I owe you all an explanation about the future of Sermon Browser. You'll be glad to know that development is going to continue. My immediate priority is to fix the major bugs. If there are bugs you think are particularly an issue, please post links to threads which discuss them here. If you've patched any bugs, please post the patches.
Today I've released an important update that fixes some important security issues. All users should therefore update to 0.43.6. You can download it direct from Wordpress, or just use the auto-update facility within your blog.
I'm encouraged and humbled by the continuing popularity of Sermon Browser. Thank you for all you support, and a very big thank you to those who have responded to questions in this forum.
6:54 pm
19 November, 2009
OfflineHooray! Welcome back, Mark! … and thanks for the update! This is, by far, the best thing out there for sermon posting plugins.
Dodgeville United Methodist Church -- Dodgeville, WI
Great news! For what it's worth, I would be willing to pay for support for this plugin. It's a big part of what I do. I'm sure others would feel the same way.
THanks for the update!
9:16 pm
13 July, 2009
OfflineMark – - brother, it is glad to see you back, and I apologize if I was ever discourteous (as a result of my own impatience) or, if my initial unfamiliarity (and unceasing questions) were part of the reason you went on hiatus. This plugin is *invaluable* and I am glad to see that you are still going to develop it.
9:57 pm
19 November, 2009
OfflineIn your email, you asked for bug reports to go here. Here's the main ones I know of:
- When adding a new sermon, choosing "New Preacher" or "New Series" from the dropdown lists no longer presents the popup enter the name like it used to. We can still enter the names on the "Series" and "Preachers" admin pages, and then they show up in the list, but obviously not as convenient.
When adding a new sermon, the ending bibe book no longer auto-fills after adding the starting bible verse.
I think there were others, but that's what I can think of for now.
Dodgeville United Methodist Church -- Dodgeville, WI
Hi Matt,
I’ve noticed similar issues. However, they go away when I use a different computer. These issues may be related to a Microsoft patch or IE update and not Sermon Browser. If you are using IE9, try accessing your site using the IE9 “compatibility setting”.
Let me know if this resolves your issue,
Tom
DmdStar said:
In your email, you asked for bug reports to go here. Here's the main ones I know of:
- When adding a new sermon, choosing "New Preacher" or "New Series" from the dropdown lists no longer presents the popup enter the name like it used to. We can still enter the names on the "Series" and "Preachers" admin pages, and then they show up in the list, but obviously not as convenient.
- When adding a new sermon, the ending bibe book no longer auto-fills after adding the starting bible verse.
I think there were others, but that's what I can think of for now.
10:19 pm
19 November, 2009
OfflineNo, I'm pretty sure this directly coincided with the Wordpress 3.1 upgrade. I've noticed it in both Firefox and IE, on multiple computers.
However, I did just try it in IE compatibility view as you suggested, and the popups do work there. So may be a combination of things…
Dodgeville United Methodist Church -- Dodgeville, WI
11:54 pm
5 February, 2010
OfflineWow, welcome back Mark! Looking forward to getting some bugs fixed so we can upgrade to 3.1!
1:14 am
30 July, 2010
OfflineI'm so glad to hear you are going to be bringing this back. It's a really great plugin. We had actually fixed a few bugs and updated today realizing I hadn't back up the plugin. haha. My Bad. The main fix was the image not displaying. Not sure why it doesn't. One thing I'd love to see it permalinks for the sermons. A lot better for search and letting people know about them.
Thanks again for the great plugin.
4:57 am
13 July, 2009
OfflineTwo minor bugs in the new release… tags don't show on the Sermon page, but there is a fix here.
Also, an apostrophe in a tag will show up with a slash /, and when you search for a tag using the apostrophe, the search shows 0 sermons and the apostrophe is replaced with 3 slashes ///. A partial solution is to edit frontend.php. Find this line:
And replace that entire section with this:
function sb_print_tags($tags) {
$out = array();
foreach ((array) $tags as $tag)
$out[] = ''.stripslashes($tag).'';
$tags = implode(', ', (array) $out);
echo $tags;
}
You will still not be able to search for tags with an apostrophe, but when they show up due to other tag searches at least they will display correctly and the tag links will be clickable.
12:27 pm
5 February, 2010
OfflineSome bugs to report:
* See in the forums about podcast.php…it's missing some info by default and some GUI elements need to be added for better iTunes support
* If a filename has an 'illegal' character especially an ' it causes the file to keep re-appearing in the database and duplicating
* See the forums about the sermon count in the filters, a fix was posted. Also, another bug in the filters, go to: http://www.citynorthbaptist.co…..ook=Romans this is clearly filtering sermons with Romans, but the filter title says Genesis, this is because one or more of the sermons has multiple references in it…
One massive feature request is pretty links/permalinks…
Thanks for all these, keep them coming. I'm intending a release in a few weeks to fix the problems with 3.1, and add in patches that others have contributed.
Bugs that don't already have fixes, I'll leave to the next release, which should be in a couple of months, and where I'm also aiming to restore full multiuser functionality..
9:13 pm
19 November, 2009
OfflineOne thing that might be helpful: For those that change out the icons with different graphics, upgrading the plugin replaces the graphics files with the defaults. Is there a way to have it look for icons in a different directory before it goes to the default directory, perhaps? Another plugin I've used did this with template files. If you have a template file in the "uploads" directory it would use that, otherwise it would use the default in the plugin's directory.
Thanks,
Dodgeville United Methodist Church -- Dodgeville, WI
7:56 am
30 December, 2009
Offlinethebookfreak58 said:
Some bugs to report:
* See in the forums about podcast.php…it's missing some info by default and some GUI elements need to be added for better iTunes support
This won't be in the next version, but perhaps the one after that?
* If a filename has an 'illegal' character especially an ' it causes the file to keep re-appearing in the database and duplicating
I've discovered apostrophe's cause problems in all kinds of places, and it requires a lot of work.
Again, perhaps the version after next.
* See the forums about the sermon count in the filters, a fix was posted.
I've added this into the next version.
Also, another bug in the filters, go to: http://www.citynorthbaptist.co…..ook=Romans this is clearly filtering sermons with Romans, but the filter title says Genesis, this is because one or more of the sermons has multiple references in it…
This will be fixed in the next version, too.
One massive feature request is pretty links/permalinks…
I know, I know
— but massive requests are often massive work, too. It's under serious consideration, and I'd love to be able to do it — but lets get the bugs ironed out first.
DmdStar said:
One thing that might be helpful: For those that change out the icons with different graphics, upgrading the plugin replaces the graphics files with the defaults. Is there a way to have it look for icons in a different directory before it goes to the default directory, perhaps? Another plugin I've used did this with template files. If you have a template file in the "uploads" directory it would use that, otherwise it would use the default in the plugin's directory.
Thanks,
Good suggestion. I'll look at this for a future release.
Most Users Ever Online: 125
Currently Online:
13 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Rich Brown: 335
Matt Schlueter: 91
Don Johnson: 58
anointed: 57
0be1: 55
Mindy: 54
Member Stats:
Guest Posters: 7
Members: 2399
Moderators: 1
Admins: 1
Forum Stats:
Groups: 1
Forums: 2
Topics: 1345
Posts: 5486
Newest Members: Rebecca Moehring, Sam Mathews, Oliver Redmond, Tramore Bible Church, Doug Weaver, cmcfalls
Moderators: Ben Miller (898)
Administrators: Mark Barnes (435)
Log In
Register
Home




