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.

SermonSpeaker detail Page

More
28 Jan 2011 21:01 - 28 Jan 2011 21:01 #140 by Thomas Hunziker

Ruben Ryapolov wrote: I changed:
<?php }
if ($this->params->get('client_col_player')){ ?>
<div class="ss-sermondetail-label"></div>
<div class="ss-sermondetail-text ss-sermon-player">
<?php $ret = SermonspeakerHelperSermonspeaker::insertPlayer($this->lnk, $this->row->sermon_time, 1, $this->row->sermon_title, $this->speaker->name); ?>
</div>

To this:
<?php }
if ($this->params->get('client_col_player')){ ?>
<?php $ret = SermonspeakerHelperSermonspeaker::insertPlayer($this->lnk, $this->row->sermon_time, 1, $this->row->sermon_title, $this->speaker->name); ?>
</div>

I think you forgot to open the <div class="ss-sermondetail-text ss-sermon-player"> which you close a bit later. Either leave the ending tag or add a starting tag. otherwise it probably messes up the page since start and ending tags don't match.
Last edit: 28 Jan 2011 21:01 by .

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

More
29 Jan 2011 04:24 #141 by Ruben Ryapolov
Thanks! :cheer:
How did I miss that?! :woohoo:

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

More
29 Jan 2011 07:53 #143 by Thomas Hunziker
You're welcome ;)

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

Time to create page: 0.168 seconds
Powered by Kunena Forum