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.

XMAP plugin has wrong data

More
01 May 2014 11:43 #4565 by Wijnand
Replied by Wijnand on topic XMAP plugin has wrong data
One more update...

I updated to the newest sermonspeaker-version and it worked (i changed some thing like copying file to /template/{template}/html/com_sermonspeaker/etc...).

I made one update to this file: plugins\xmap\com_sermonspeaker\com_sermonspeaker.php

The sermons/where correctly show, but the speakers where show at every category. So I added this to the speakers-method:

$id = $parent->params->get('catid');
if (!empty($id)) {
$model->setState('category.id', $id);
}

That worked ;-)

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

More
01 May 2014 18:46 #4566 by Thomas Hunziker

Wijnand wrote: The sermons/where correctly show, but the speakers where show at every category. So I added this to the speakers-method:

$id = $parent->params->get('catid');
if (!empty($id)) {
$model->setState('category.id', $id);
}

That worked ;-)


Thanks, I will add that to the plugin then.

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

Time to create page: 0.160 seconds
Powered by Kunena Forum