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.

Speaker popup not displaying picture - Fix

More
29 Aug 2011 03:46 - 29 Aug 2011 03:47 #982 by James Trogdon
While searching for why the search plugin isn't working for me, I found the problem of the speaker picture not displaying in the popup.

Here's original code in popup.php in version 3.4.3:
Code:
<a href="<?php echo JRoute::_('index.php?view=speaker&id='.$this->row->id); ?>" target="_parent> <img class="speaker" style="float:right;" src="<?php echo $this->row->pic; ?>" title="<?php echo $this->row->name; ?>" alt="<?php echo $this->row->name; ?>" /> </a>

Here what I did to fix it:
Code:
<a href="<?php echo JRoute::_('index.php?view=speaker&id='.$this->row->id); ?>" target="_parent"> <img class="speaker" style="float:right;" src="<?php echo $this->row->pic; ?>" title="<?php echo $this->row->name; ?>" alt="<?php echo $this->row->name; ?>" /> </a>

I put the final double quote at the end of "parent". When I did that, the speaker picture showed up in the popup.
Last edit: 29 Aug 2011 03:47 by James Trogdon.

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

More
29 Aug 2011 08:13 #987 by Thomas Hunziker
Thanks, I've put it in the SVN repository. But it's unsure if I ever release a new version of the 3.4.x version as I officially don't develop it anymore.

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

Time to create page: 0.155 seconds
Powered by Kunena Forum