everything plugins
If you are running a church website powered by WordPress then the Sermon Browser is a must have plugin for sharing your latest sermons with your members.
However, upgrading to WordPress 3.0 and enabling the new Multi Site feature broke many of the links in the plugin. The links would revert back to the main blog (site 1) instead of to the site url it was operating in.
The problem appears to be with the following code in sb-includes/admin.php:
?php echo $_SERVER['PHP_SELF'] ?
And more specifically with:
$_SERVER['PHP_SELF']
I stripped out all of the code – and wha-la! Sermon browser was working again!
Here is a copy of the updated code.
Just unzip the file and overwrite the old one and you’re back in business!
UPDATE: 10/1/2010 – I realized that there were a few more coding errors and had to make a few more adjustments, so I’ve included the entire plugin zipped up here now.

July 15, 2010 in
October 12, 2010 at 12:09 am
I ran into more issues with the latest version of SermonBrowser, and had to tweak a few more settings. I just added the entire plugin code in zipped format, that ChurchPress.org is using on it’s multi-site installations. So far, it seems to be working fine!
Blessings!
April 23, 2011 at 11:58 am
Thanks a bunch for this post it was a great help when I was trying to trouble shoot certain things in sermon browser