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.

Disable Features

More
04 Nov 2011 20:11 #1156 by KERI
Disable Features was created by KERI
I am new to all of this but I was wondering a few things now and probably will have even more questions as I get further into it...is there a way to disable when you mouse over/click on the Speaker - disable the image/bio? Also I am wondering about showing Sermon Notes and Show Custom1 - I found the area to click to enable/disable but nothing shows - a new column is not created when I click on Yes for either - and where would I edit info for the custom features? Thanks for any assistance you can provide!

Also I was wondering if there is a way to change some of the titles - like "All Sermons" at the top of the page or when you mouse over the title of a sermon it says "View Sermon Details & Listen" but the way I have it set up it just pulls up the video when clicked so you really don't get "details"...

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

More
04 Nov 2011 21:01 #1157 by Thomas Hunziker
The speaker tooltip is hardcoded. If you want to change it, you could edit the file /components/com_sermonspeaker/helpers/sermonspeaker.php. Change line 15 & 16 from
Code:
$html = '<a class="modal" href="'.JRoute::_('index.php?view=speaker&layout=popup&id='.$id.'&tmpl=component').'" rel="{handler: \'iframe\', size: {x: 700, y: 500}}">'; $html .= JHTML::tooltip('<img src="'.$pic.'" alt="'.$name.'">',$name,'',$name).'</a>';
to
Code:
$html = '<a href="'.JRoute::_('index.php?view=speaker&id='.$id).'" >'.$name.'</a>';
Then it should create a simple link to the speaker instead.

Some columns are only shown in the detailpage and even there it may depend on the layout you use.
The name of the custom columns have to be edited in the language files.
Also the "All Sermons" and such things can be edited there. I wrote a FAQ entry once which should still be valid:
www.sermonspeaker.net/faq/5-how-do-i-cha...enter-word-here.html

If you provide an URL of your site, I may be able to be more precise :)

If you have more questions, feel free to ask :D

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

Time to create page: 0.160 seconds
Powered by Kunena Forum