Support for SermonSpeaker 4.x is canceled as it is for Joomla 2.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 5.x and Joomla 3.x, which is better anyway.

Where on the template page do you add player code?

  • April Rowden
  • April Rowden's Avatar Topic Author
  • Visitor
  • Visitor
12 Feb 2012 22:19 - 13 Feb 2012 01:59 #1478 by April Rowden
Im not sure if this was a layout issue or if this should happen default.
I want my default page to layout exactly like [url=http://] www.sermonspeaker.net/sermonspeaker-demo...ive-august-2010.html [/url] with the player at the top of the page.

No matter what I do with the option settings all I get is a pop up player.
Please see [url=http://] www.larryollison.com/multimedia/online-audio-teachings [/url]

I did see a page to add $player = new SermonspeakerHelperPlayer($this->items);
But I have no idea where to put it on the template page.. But Im not even sure if that is the code I need to make the player appear.

Thanks in advance for you help.

April
Last edit: 13 Feb 2012 01:59 by April Rowden.

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

More
13 Feb 2012 08:33 #1480 by Thomas Hunziker
Hi April

You may want to have a look at www.sermonspeaker.net/documentation/layo...dvanced-layouts.html

Basically
Code:
$player = new SermonspeakerHelperPlayer($this->items);
will create the player PHP object.
To get the player to appear on the page, you need to echo the HTML and the Javascript:
Code:
echo $player->mspace echo $player->script

The player object allows some more customization which can be seen in the doc, but this will get you at least a working player.

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

Time to create page: 0.106 seconds
Powered by Kunena Forum