- Posts: 12
- Thank you received: 0
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.
The fix is to upgrade to SermonSpeaker 4.x, which is better anyway.
Remove Speaker Name from Sermon List
- Danielle Kinney
- Topic Author
- Offline
- New Member
Less
More
22 Mar 2011 22:49 #387
by Danielle Kinney
Remove Speaker Name from Sermon List was created 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
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.
- Thomas Hunziker
- Offline
- Administrator
23 Mar 2011 07:30 - 23 Mar 2011 07:31 #390
by Thomas Hunziker
Replied by Thomas Hunziker on topic Re: Remove Speaker Name from Sermon List
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:
Line 72-74 have the data:
Delete those lines and the speaker will no longer be shown.
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>
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.
- Danielle Kinney
- Topic Author
- Offline
- New Member
Less
More
- Posts: 12
- Thank you received: 0
23 Mar 2011 11:53 #394
by Danielle Kinney
Replied by Danielle Kinney on topic Re: Remove Speaker Name from Sermon List
Thanks!
Please Log in or Create an account to join the conversation.
Time to create page: 0.093 seconds