Rating: 2 stars
Is this plugin still being supported as it is not compatible with PHP 7 and is causing errors on our page.
]]>Rating: 5 stars
I am using WordPress 5.1 and the plugin works like it is supposed to do. I have been using it through all the upgrades to WordPress for over a year with no problems. I find that it works better on my site than Sermon Manager.
]]>Rating: 5 stars
Ho cercato a lungo qualcosa del genere ma non l’ho mai trovata, finalmente ho trovato questo plugin, facile, comodo anzi comodissimo direi con la possibilità di filtrare le prediche e ordinarle.
A breve ci sarà anche la traduzione completa in italiano
Rating: 5 stars
In relation to Maynard’s post above I have acquired the admin.php and ajax.php files to update Sermon Browser. I have used them on mine, bridgetownbaptist.org and they work. Would be happy to share. No warranty or liability, of course.
]]>Rating: 3 stars
With PHP 5.5+ you can’t upload any files properly, or do various other things. It’s because a function used by the script produces an error…
Here’s how to update it – and I’m sorry that this is a direct hack of files.
There are (at least) two files to change, both in this directory:
wp-content/plugins/sermon-browser/sb-includes
The files are: admin.php and ajax.php
You have to replace every occurence of mysql_real_escape_string with esc_sql
So, for example, line 437:
$name = mysql_real_escape_string($_POST[‘name’]);
becomes:
$name = esc_sql($_POST[‘name’]);
Why?
Because the mysql_… function is deprecated and produces an error, stopping the script from working. WordPress provides the esc_sql function, and it is up to date.
Really there should be a whole re-write of the scripts to use $wpdb->prepare, but that’s another story.
]]>Rating: 1 star
We’ve been using Sermon Browser for several years on over a dozen websites, and normally it has worked well. Lately we have had a variety of problems with file uploads and adding new sermons to the collection.
For instance: At one church, the Sermon Browser worked great since 2010, but now NO new sermons can be added. The information like Sermon Title, Scripture Ref can be added, but the File or URL will not be added to the MySQL database no matter what options we try.
It appears that Sermon Browser will not work with WordPress 4.1.1 and PHP 5.5.23
]]>Rating: 5 stars
Works great, although there are currently a few minor limitations.
]]>Rating: 2 stars
Just download Sermon Manager.
]]>