Posted by: Joel Larkin
on Jan 22, 2009
I've recently made some code changes on a website to address some nagging issues with SermonSpeaker's latestsermons module. The following is the list of things I changed and you can find my version in the downloads section.
- Removed Extra
tags after a closing list item tag - Converted from
to <br> (for validation on the mouseove tops) - Added a Module Class Suffix to give Module styling
- Moved the end of the ">" at the end of link tag to after IF statement (if you turned mouseover OFF the list items would dissapear).
- Added DATE_FORMAT parameter to allow custom date in mouseover text.
Posted by: Joel Larkin
on Jan 15, 2009
I've been using SermonSpeaker 3.0/3.1 to organize & display sermons for customer websites. It was annoying me for awhile the default view that was presented (see below). It gives a Play Icon and the text (Play) as two seperate links requiring you to click on the links in order to get to a download link. I made some simple modifications to offer a download link right next to the play icon in order to simplify things.
In SermonSpeaker.PHP
Edit Line 238, 277,279,281,283,285 which are $query lines to include sermon_path after sermon_title. (remember each line contains a different sort)