Forum

Please consider registering
guest

Log In Register

Register | Lost password?
Advanced Search:

— Forum Scope —



— Match —



— Forum Options —




Wildcard usage:
*  matches any number of characters    %  matches exactly one character

Minimum search word length is 3 characters - maximum search word length is 84 characters

Topic RSS
0.46 beta available for testing
20 May, 2011
5:56 pm
Mark Barnes
Admin
Forum Posts: 425
Member Since:
14 December, 2005
Offline

The next version of SermonBrowser is now available for testing. I don't usually release beta updates, but there are some fairly major changes in this version, which it would be good to test before release. Don't use this beta version on your main site – it could break things, and may even corrupt your data.

The new features are:
New feature: Allow comments on sermons (requires WordPress 2.9+). Go to options to turn it on.
New feature: Allow pretty permalinks for each sermon (also requires WP 2.9+). Available when you treat each sermon as a post or page (see options).
Enhancement: Much more flexible templating system, which will allow you to:

  • Don't display series data for certain series (no more "Part of the None series"!)
  • Print filenames next to download icons
  • Don't print surrounding text if the template tag returns a blank (no more empty brackets around missing verses)
  • Specify alternate URLs for podcast icons
  • Resize preacher images
  • More Bibles: NASB and Amplified Bible, plus dozens more non-English bibles.

Bug fix: Added missing "Series and Services" menu in frontend admin bar (Wordpress 3.1+).

Download: sermon-browser-0.46-beta.zip

If you have any issues, please post them in this thread rather than cluttering up the rest of the forum. Thanks. You'll need to read the readme.txt to find out how to use the template tags.

If you want to see the new beta version in action, I am using it on my own church website.

20 May, 2011
8:25 pm
DmdStar
Dodgeville, WI USA
Guru
Forum Posts: 84
Member Since:
19 November, 2009
Offline

For those of us with rather heavily modified templates, would it be best to revert to default and recreate them once this is released?

Matt Schlueter, Multimedia Director
Dodgeville United Methodist Church -- Dodgeville, WI
20 May, 2011
10:21 pm
Mark Barnes
Admin
Forum Posts: 425
Member Since:
14 December, 2005
Offline

Not necessarily. Most of the old template tags work as they did before. The ones that have changed, the upgrade process will try and 'upgrade' to new tags. For example, the tag [esvtext] gets converted to [bibletext version="esv"].

So whilst the new version should make it easier to do certain things, it shouldn't break (or even adversely change) anything that already exists.

By the way, I'm particularly interested in knowing about hacks that people have had to make to core plugin files because the template tags don't give them what they want. If you've any examples, I'll see if I can build that functionality into the new tags.

21 May, 2011
3:16 am
Tim_CNBC
Brisbane, QLD, Australia
Enthusiast
Forum Posts: 31
Member Since:
5 February, 2010
Offline

Mark,

Just installed this on my local VM. Some comments:

* The template re-writing removed my mods to the iTunes podcast (was using the actual iTunes store URL, not the SB generated itpc link)
* The order of information isn't respected in the templates. I have some text in the results page, which now appears below the filter…here are two screenshots which hopefully make sense. http://img857.imageshack.us/g/…..at120.jpg/
* The permalink method seems a bit odd (no pretty for preacher/series), are you using mod_rewrite? If you're looking for implementation method, check out the Events Manager (v4+) plugin, they use a similar setup to SB. Where info is pulled from a db into a dynamic page. They have recently added pretty urls, so might be useful to have a look at how their SEO code works…

Hope this makes sense. If need be I can send you my whole VM for you to try in VMWare.

21 May, 2011
10:21 am
Mark Barnes
Admin
Forum Posts: 425
Member Since:
14 December, 2005
Offline

Thanks for this:
(1) Can you tell me what was in your template before, and what it got changed to?
(2) I've fixed that bug. Thanks.
(3) I'm using custom post types rather than mod_rewrite. This allows the commenting, which would not be possible otherwise. I may well add pretty permalinks for preacher/series, but one problem is that because you can have multiple filter criteria — ?series=30&service=5&preacher=136&date=2009-01-01&enddate=2009-12-31 — it can get pretty complex. I'm not yet convinced that permalinks for what are in essence searches are a good idea – though I'm continuing to experiment with this.

21 May, 2011
10:26 am
Tim_CNBC
Brisbane, QLD, Australia
Enthusiast
Forum Posts: 31
Member Since:
5 February, 2010
Offline

Mark Barnes said:

Thanks for this:
(1) Can you tell me what was in your template before, and what it got changed to?
(2) I've fixed that bug. Thanks.
(3) I'm using custom post types rather than mod_rewrite. This allows the commenting, which would not be possible otherwise. I may well add pretty permalinks for preacher/series, but one problem is that because you can have multiple filter criteria — ?series=30&service=5&preacher=136&date=2009-01-01&enddate=2009-12-31 — it can get pretty complex. I'm not yet convinced that permalinks for what are in essence searches are a good idea – though I'm continuing to experiment with this.

1. I had:

<tr>
<td class="podcastall">
<table>
<tr>
<td class="podcast-icon">][podcasticon]</td>
<td>All Sermons<br />iTunes</a&gt" rel="nofollow" target="_blank"><a href="http://itunes.apple.com/au/pod…..&quot; onclick="javascript:_gaq.push(['_trackEvent','outbound-article','itunes.apple.com']);" rel="nofollow" target="_blank">http://itunes.apple.com/au/pod…../a&gt</a>; • ]RSS</td>
</tr>

which was replaced with, the default code (see image in my post above, that was a screeny after the template reset).

2. Great!
3. Ok, that did cross my mind how the filters would be handled…guess it's worth experimenting with…

Thanks for your work Mark!

EDIT: Somehow the forum breaks the code…hopefully it's what you need though.

21 May, 2011
12:32 pm
Mark Barnes
Admin
Forum Posts: 425
Member Since:
14 December, 2005
Offline

Tim_CNBC said:

Mark Barnes said:
1. I had:

snipped

which was replaced with, the default code (see image in my post above, that was a screeny after the template reset).

Did you do manually reset the template to default, because that shouldn't be necessary. If so, you would have lost changes.

If you didn't manually reset the template, can you give me your code again, but via pastebin.com so it isn't messed up by the forum.

21 May, 2011
2:57 pm
Tim_CNBC
Brisbane, QLD, Australia
Enthusiast
Forum Posts: 31
Member Since:
5 February, 2010
Offline

Mark Barnes said:

Tim_CNBC said:

Mark Barnes said:
1. I had:

snipped

which was replaced with, the default code (see image in my post above, that was a screeny after the template reset).

Did you do manually reset the template to default, because that shouldn't be necessary. If so, you would have lost changes.

If you didn't manually reset the template, can you give me your code again, but via pastebin.com so it isn't messed up by the forum.

Didn't manually reset: http://pastebin.com/kHfpiGJU

30 May, 2011
12:43 pm
adammlowe
Member
Forum Posts: 8
Member Since:
19 May, 2011
Offline

Thanks Mark – I am very excited about this release. Both for the labels of the attachments and also the pretty URLs. I presume the URL's will mean linking facebook like and twitter share buttons will now work correctly as a result too?

13 June, 2011
10:23 am
ccoppen
Columbia, SC
Member
Forum Posts: 5
Member Since:
8 June, 2011
Offline
10

The same problem exists with the beta that existed with the .45 release except line number changed:

Line 2558 has the following:

<form method="get" action="<?php echo admin_url();?>">

It needs:

<form method="get" action="<?php echo admin_url('admin.php?page=sermon-browser/new_sermon.php');?>">
7 September, 2011
5:46 am
srqbill
Member
Forum Posts: 4
Member Since:
7 September, 2011
Offline
11

I just started playing with this plugin tonight, and decided to try the beta since I was having some known issues with the current version….(preachers not showing in the admin, services not displaying in admin, etc.)

I see a couple issues so far:

1)When linking to an external url for pdf's (current client's website pdf's for weekly bulletins), the pdf icon links to a 404. THe link I provide is a clean link, but this is the link that is being produced from the icon which produces a 404 error…..

http://www.mcqwebdesign.com/de…..-09-04.pdf

2) When I use an external link to access an mp3 file, the file is not found in the actual mp3 player (but the link is good that I provided)
Incidentally, I am using hostgator hosting…I saw a few posts regarding the same issue from people who also happened to have hostgator… is this a server issue or a plugin issue? When I upload the mp3 direct to my server and access it that way, it works…. but how can I access mp3 files on a different server (the client's other site)

12 January, 2012
2:19 pm
thegreenm
New York, NY
New Member
Forum Posts: 1
Member Since:
12 January, 2012
Offline
12

Is it possible to still download this 0.46 beta version and join the conversation??  

7 March, 2012
1:46 am
Frank Broughton
Enthusiast
Forum Posts: 13
Member Since:
22 February, 2012
Offline
13

Mark you still reading this forum? I did notice you have been working on the program on the SVN. Can we get a copy of the beta still or are you close to a release?

2 May, 2012
4:44 am
davidshq
Langhorne, PA
New Member
Forum Posts: 2
Member Since:
2 May, 2012
Offline
14

::bump:: just wondering what the latest news on the 0.46 release is?
Dave 

Forum Timezone: Europe/London

Most Users Ever Online: 40

Currently Online:
8 Guest(s)

Currently Browsing this Page:
1 Guest(s)

Top Posters:

malpan: 2453

jogen: 2440

VanWatterson: 652

GeraldSebring: 364

LucasWoltman: 362

RandellFeenstra: 362

Member Stats:

Guest Posters: 7

Members: 2062

Moderators: 1

Admins: 1

Forum Stats:

Groups: 1

Forums: 2

Topics: 1071

Posts: 4042

Newest Members: richdorm, Aaron Velasquez, aaronv, dave5884, tomduckering, ccwebb

Moderators: Ben Miller (386)

Administrators: Mark Barnes (425)

Comments are closed.