- Posts: 26
- Thank you received: 0
Support for SermonSpeaker 5.x is in bugfix mode only, the same as it is for Joomla 3.10.
I will not add any new features to this releases.
Please upgrade to SermonSpeaker 6.x and Joomla 4.x, which is better anyway.
I will not add any new features to this releases.
Please upgrade to SermonSpeaker 6.x and Joomla 4.x, which is better anyway.
Embed vimeo video of most recent sermon at top of columns series view?
12 Dec 2017 23:53 #6909
by Joe
Hi,
I'm doing some major customizing of the Series view "Columns," and I'd really like to display an embedded Vimeo video of the most recent sermon in the series. Would it be possible to get some coding that i could insert into this layout that would call that? I would be more than happy to reimburse you for your time.
Thanks!
I'm doing some major customizing of the Series view "Columns," and I'd really like to display an embedded Vimeo video of the most recent sermon in the series. Would it be possible to get some coding that i could insert into this layout that would call that? I would be more than happy to reimburse you for your time.
Thanks!
Please Log in or Create an account to join the conversation.
13 Dec 2017 00:11 #6910
by Joe
Replied by Joe on topic Embed vimeo video of most recent sermon at top of columns series view?
Here is an example of the page I'd like to use it on -->
crossing.nononsenseweb.com/sermons-2/serie/9-the-greatest
Please Log in or Create an account to join the conversation.
- Thomas Hunziker
-
- Offline
- Administrator
-
13 Dec 2017 14:13 #6911
by Thomas Hunziker
Replied by Thomas Hunziker on topic Embed vimeo video of most recent sermon at top of columns series view?
Pick the first item for the list array and call the player with that one instead of the whole array.
Code:
$player = SermonspeakerHelperSermonspeaker::getPlayer($this->items[0]);
The following user(s) said Thank You: Joe
Please Log in or Create an account to join the conversation.
15 Dec 2017 11:31 #6912
by Joe
Replied by Joe on topic Embed vimeo video of most recent sermon at top of columns series view?
This worked perfectly! Thank you!
Please Log in or Create an account to join the conversation.
Time to create page: 0.143 seconds