Support for SermonSpeaker 3.x is canceled as it is for Joomla 1.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 4.x, which is better anyway.

Format of Additional Files

More
07 Jun 2012 15:43 #2040 by Darren Forsdyke
Hi,

We upload all our sermon PowerPoints in .pps format not .ppt (PowerPoint Show format) because they play automatically when opened.

How do I change the sermon input screen so that the .pps files are recognised by the drop down additional file list box?

Thanks,

Darren
PS. Sermon Speaker is a great resource. Thank you.

Please Log in or Create an account to join the conversation.

More
07 Jun 2012 16:34 #2041 by Thomas Hunziker
I'm assuming you use SermonSpeaker 3.4.3.
Backend:

/administrator/components/com_sermonspeaker/views/sermon/view.html.php

on line #113 there is a $filters array like shown below. Add your file extension as needed.
Code:
$filters = array('.pdf','.bmp','.png','.jpg','.gif','.txt','.doc');
Frontend:

/components/com_sermonspeaker/views/fu_step_2/view.html.php

on line #150 the same thing as in backend.

Please Log in or Create an account to join the conversation.

More
07 Jun 2012 17:23 #2042 by Darren Forsdyke
:)
Fantastic - works perfectly.
Thank you for such a speedy reply.
Darren

Please Log in or Create an account to join the conversation.

More
07 Jun 2012 18:06 #2043 by Thomas Hunziker
By the way: SermonSpeaker adds an icon in front of the name of the additional file, this icon is taken from /components/com_sermonspeaker/icons. It looks for a icon matching the file extension and if this doesn't exist it falls back to the icon.png. So add a pps.png file there for a custom icon :-)

Please Log in or Create an account to join the conversation.

Time to create page: 0.293 seconds
Powered by Kunena Forum