- Posts: 46
- Thank you received: 2
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.
small bug on sermoncast-->itunes-->category
25 Jun 2011 01:05 #693
by B.Pohl
small bug on sermoncast-->itunes-->category was created by B.Pohl
Hi, from the looks of it, the sermoncast itunes category 1-3 settings have become truncated. As it is they list "Religion" five times without any description. I am guessing the other listings should have sub-categories (christianity, other, judaism & spirituality).
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
-
- Offline
- Administrator
-
25 Jun 2011 06:48 #695
by Thomas Hunziker
Replied by Thomas Hunziker on topic Re: small bug on sermoncast-->itunes-->category
Ouch, that's true.
It looks like the formfield doesn't like the & in "Religion & Spirituality", it cuts everything behind it. We can easy change this to a + however for the displaying.
You can either edit your /administrator/components/com_sermonspeaker/config.xml and change the
to
Make sure that you only change the stuff between the <option> and </option>, not the value itself. Do this for every & you see in these fields.
Or just use this file:
Download, extract and overwrite the extisting file with this one.
It looks like the formfield doesn't like the & in "Religion & Spirituality", it cuts everything behind it. We can easy change this to a + however for the displaying.
You can either edit your /administrator/components/com_sermonspeaker/config.xml and change the
Code:
<option value="Religion & Spirituality">Religion & Spirituality</option>
Code:
<option value="Religion & Spirituality">Religion + Spirituality</option>
Or just use this file:
Download, extract and overwrite the extisting file with this one.
Please Log in or Create an account to join the conversation.
Time to create page: 0.146 seconds