Archive
July, 2010
Browsing all articles from July, 2010
2

Sermon Browser Fix for 3.0

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.

Download

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.