Title: spalmstr's Replies | WordPress.org

---

# spalmstr

  [  ](https://wordpress.org/support/users/spalmstr/)

 *   [Profile](https://wordpress.org/support/users/spalmstr/)
 *   [Topics Started](https://wordpress.org/support/users/spalmstr/topics/)
 *   [Replies Created](https://wordpress.org/support/users/spalmstr/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/spalmstr/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/spalmstr/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/spalmstr/engagements/)
 *   [Favorites](https://wordpress.org/support/users/spalmstr/favorites/)

 Search replies:

## Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sermon Browser] Error loading bible verses](https://wordpress.org/support/topic/error-loading-bible-verses/)
 *  [spalmstr](https://wordpress.org/support/users/spalmstr/)
 * (@spalmstr)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/error-loading-bible-verses/page/3/#post-10035673)
 * Wonderful – it fixed my problem in frontend.php by putting those changes in.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sermon Browser] Error loading bible verses](https://wordpress.org/support/topic/error-loading-bible-verses/)
 *  [spalmstr](https://wordpress.org/support/users/spalmstr/)
 * (@spalmstr)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/error-loading-bible-verses/page/3/#post-10021008)
 * When you signed up for the API key, was it for v2 of the API or v3. I signed 
   up the other day, but it was for v3, and v2 didn’t recognise it.
 * I just followed the link and got your Bible verses. Has something changed?
    -  This reply was modified 8 years, 4 months ago by [spalmstr](https://wordpress.org/support/users/spalmstr/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sermon Browser] Series with a single apostrophe can neither be renamed nor deleted.](https://wordpress.org/support/topic/series-with-a-single-apostrophe-can-neither-be-renamed-nor-deleted/)
 *  Thread Starter [spalmstr](https://wordpress.org/support/users/spalmstr/)
 * (@spalmstr)
 * [9 years ago](https://wordpress.org/support/topic/series-with-a-single-apostrophe-can-neither-be-renamed-nor-deleted/#post-9247464)
 * The issue was with the _title_, not the file name. The file names are standard
   Windows ones.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sermon Browser] shortcodes not working](https://wordpress.org/support/topic/shortcodes-not-working-96/)
 *  [spalmstr](https://wordpress.org/support/users/spalmstr/)
 * (@spalmstr)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/shortcodes-not-working-96/#post-7384617)
 * I ended up recovering the site from backup, and won’t be updating Sermon Browser
   in a hurry.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sermon Browser] shortcodes not working](https://wordpress.org/support/topic/shortcodes-not-working-96/)
 *  [spalmstr](https://wordpress.org/support/users/spalmstr/)
 * (@spalmstr)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/shortcodes-not-working-96/#post-7384612)
 * Sorry, audio shortcode still not working, not even in 0.45.19! You get buffering
   at 0% forever. The fix I had to put into previous version to get round this is
   not working, any longer. I want to roll back.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sermon Browser] Playback of recordings stay buffering 'forever'](https://wordpress.org/support/topic/playback-of-recordings-stay-buffering-forever/)
 *  Thread Starter [spalmstr](https://wordpress.org/support/users/spalmstr/)
 * (@spalmstr)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/playback-of-recordings-stay-buffering-forever/#post-6933201)
 * As no one replied to this, and following a suggestion in another posting, I looked
   at ../wp-content/plugins/sermon-browser/sb-includes/frontend.php and made the
   following change:
 * # This patch file was generated by NetBeans IDE
    # It uses platform neutral UTF-
   8 encoding and \n newlines. — a/<html>frontend.php (<b>Yesterday 16:53:36</b>)
   </html> +++ b/<html><b>Current File</b></html> @@ -679,7 +679,7 @@ $uicon = isset(
   $filetypes[$ext][‘icon’]) ? $filetypes[$ext][‘icon’] : $uicon; if (strtolower(
   $ext) == ‘mp3’) { // Default mp3 shortcode – use this – other shortcodes just
   give buffering forever. – if ((substr(sb_get_option(‘mp3_shortcode’), 0, 23) 
   == ‘[audio mp3=”%SERMONURL%”‘) && function_exists(‘ap_insert_player_widgets’)){\
   No newline at end of file + if ((substr(sb_get_option(‘mp3_shortcode’), 0, 24)
   == ‘[audio mp3=”%SERMONURL%”‘) && function_exists(‘ap_insert_player_widgets’)){\
   No newline at end of file // audio expects a short code of audio:<mp3file> echo
   ap_insert_player_widgets(str_ireplace(‘ mp3=”%SERMONURL%”‘, ‘:’.$url, sb_get_option(‘
   mp3_shortcode’))); return; This made it possible to use the new default shortcode
   and play back mp3 files. Any other shortcode continues to get the buffering message‘
   forever’.
 * It would still be good if one could use an HTML5 compatible audio player as mobile
   phones don’t all support Adobe Flash, needed by the default audio player.

Viewing 6 replies - 1 through 6 (of 6 total)