Support for SermonSpeaker 4.x is canceled as it is for Joomla 2.5. I will gladly assist you with minor issues but I will not fix any bugs anymore in this releases.
The fix is to upgrade to SermonSpeaker 5.x and Joomla 3.x, which is better anyway.
The fix is to upgrade to SermonSpeaker 5.x and Joomla 3.x, which is better anyway.
Getting sermons to play AND be downloadable
- Thomas Hunziker
-
- Offline
- Administrator
-
Less
More
21 Aug 2011 22:43 #920
by Thomas Hunziker
Replied by Thomas Hunziker on topic Re: Getting sermons to play AND be downloadable
The image problem is a bug I fixed some days ago thanks to Andrei pointing it out.
This version has it fixed.
In SermonSpeaker 4.1 it was a dropdown list like you have in audio and videofiles. Unfortunately this didn't allow you to reference an external file nor upload a new picture.
This one makes use of the Joomla mediamanager and offers both, so we win
Attachment not found
This version has it fixed.
In SermonSpeaker 4.1 it was a dropdown list like you have in audio and videofiles. Unfortunately this didn't allow you to reference an external file nor upload a new picture.
This one makes use of the Joomla mediamanager and offers both, so we win

Please Log in or Create an account to join the conversation.
- stephen
-
Topic Author
- New Member
-
Less
More
- Thank you received: 0
22 Aug 2011 03:15 #924
by stephen
Replied by stephen on topic Re: Getting sermons to play AND be downloadable
Ok thank you so much
Please Log in or Create an account to join the conversation.
- stephen
-
Topic Author
- New Member
-
Less
More
- Thank you received: 0
22 Aug 2011 03:26 #925
by stephen
Replied by stephen on topic Re: Getting sermons to play AND be downloadable
Ok only other bug now i'm running into is this when I chose my picture it is now showing on the detail page if i choose the style of content is that how it is supposed to work because what I would like to see is either check boxes underneath asking me if it's a detailpage image or a flashplayer preview image. It is a great image for the player but i didn't want that image. However thank you again for being responsive on my issues.
Please Log in or Create an account to join the conversation.
- stephen
-
Topic Author
- New Member
-
Less
More
- Thank you received: 0
22 Aug 2011 03:43 #926
by stephen
Replied by stephen on topic Re: Getting sermons to play AND be downloadable
Hi again,
I don't know if this is a bug you are working on but one problem i'm having now is if i have the alternate player option off my mp3's won't play through JW player i get a #2032. Basically what i'm looking for is so i can have both on there so people can choose which method they would like to listen to the sermon. I did take out those two lines of my player php file but that was it.
I don't know if this is a bug you are working on but one problem i'm having now is if i have the alternate player option off my mp3's won't play through JW player i get a #2032. Basically what i'm looking for is so i can have both on there so people can choose which method they would like to listen to the sermon. I did take out those two lines of my player php file but that was it.
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
-
- Offline
- Administrator
-
22 Aug 2011 08:22 #927
by Thomas Hunziker
Replied by Thomas Hunziker on topic Re: Getting sermons to play AND be downloadable
The picture is supposed to be showing in the detailpage in the content layout. But you could change the file /components/com_sermonspeaker/views/sermon/tmpl/content.php and remove these lines:
Code:
<?php if ($this->item->picture): ?>
<img src="<?php echo SermonSpeakerHelperSermonSpeaker::makelink($this->item->picture); ?>" alt="" />
<?php endif; ?>
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
-
- Offline
- Administrator
-
22 Aug 2011 08:28 #928
by Thomas Hunziker
Replied by Thomas Hunziker on topic Re: Getting sermons to play AND be downloadable
Thw file switching feature only works with the default player (JW Player). It's possible because it offers an awesome Javascript API which allows to reload and resize the player on runtime and it supports many filetypes.
The alternate player (PixelOut) only supports mp3 files, so there is no way to switch to a videofile with this player.
So if you want to use that feature, you need to use the default player. Also of course you need audio and videofiles linked for each sermon, otherwise there would be nothing to switch to
And then of course you need to enable the feature in the settings, "player" tab.
The alternate player (PixelOut) only supports mp3 files, so there is no way to switch to a videofile with this player.
So if you want to use that feature, you need to use the default player. Also of course you need audio and videofiles linked for each sermon, otherwise there would be nothing to switch to

And then of course you need to enable the feature in the settings, "player" tab.
Please Log in or Create an account to join the conversation.
Time to create page: 0.162 seconds