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.

Remove Speaker Name from Sermon List

More
22 Mar 2011 22:49 #387 by Danielle Kinney
Hello,

Since we only have one Minister we would like to save space and remove the column.

What do you suggest?

Thanks!

D

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

More
23 Mar 2011 07:30 - 23 Mar 2011 07:31 #390 by Thomas Hunziker
I suggest you remove the column then :)

Look in the file /components/com_sermonspeaker/views/sermons/tmpl/default.php, it contains the HTML for the sermons listing.
Line 39 has the table header for the speaker column:
Code:
<th align="left"><?php echo JHTML::_('grid.sort', 'COM_SERMONSPEAKER_SPEAKER', 'name', $this->lists['order_Dir'], $this->lists['order']); ?></th>
Line 72-74 have the data:
Code:
<td> <?php echo SermonspeakerHelperSermonSpeaker::SpeakerTooltip($row->s_id, $row->pic, $row->name); ?> </td>

Delete those lines and the speaker will no longer be shown.
Last edit: 23 Mar 2011 07:31 by .

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

More
23 Mar 2011 11:53 #394 by Danielle Kinney

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

Time to create page: 0.289 seconds
Powered by Kunena Forum