Kunena 6.3.0 released

The Kunena team has announce the arrival of Kunena 6.3.0 [K 6.3.0] in stable which is now available for download as a native Joomla extension for J! 4.4.x/5.0.x/5.1.x. This version addresses most of the issues that were discovered in K 6.2 and issues discovered during the last development stages of K 6.3

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Solved Embedding YouTube Videos on SSL site

More
10 years 11 months ago #1 by perryworld
Hi,

Our site is secure using SSL and now whenever we try to embed a link to a youtube video we get the following error

[blocked] The page at xxxxxxxxx ran insecure content from www.youtube.com/v/HdVCeLTjmKw?fs=1&hd=0&rel=1&cc_load_policy=1 .

Is there a way to allow this content to be embedded?

Thanks
Richard

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

More
10 years 11 months ago #2 by perryworld
Hi,

We want to be able to embed videos in our posts and have seen this in the forum

www.kunena.org/forum/K-2-0-General-Quest...images-joomla#135583

In this it states "Just make sure you have got the "Plug-in Manager: System - Kunena Forum" setting "Joomla Content Plugin Support" set to Yes"

Where would we get the plug-in from as we do not have that in our plug-ins and when we look in Kunena configuration there is no mention of "Joomla Content Plugin Support".

Any help would really be appreciated.

Thanks
Richard

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

More
10 years 11 months ago #3 by fxstein
No need for a reply if its just youtube or you are ok with using the editor for all supported videos.

Youtube can be auto embedded and all you do is copy the url into the post:


We love stars on the Joomla Extension Directory . :-)

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

More
10 years 11 months ago #4 by perryworld
Hi fxastein,

Thanks for the quick response.

The issue we are having is our web site is under SSL (https) and when we embed the youtube video the usual way it doesn't embed the video and we get an error saying the content has been blocked as being unsafe (youtube is http).
After checking everywhere on google it looked like an option would be to use allvideoes to embed the youtube video in our post ( {youtube}xxxxxxx{/youtube} ) which works in some of our articles.

the link www.kunena.org/forum/K-2-0-General-Quest...images-joomla#135583 seems to indicate that this is possible but we need the plugin and set the "Joomla Content Plugin Support" to yes.

Hope that makes sense.
Thanks again, Richard

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

More
10 years 11 months ago #5 by Matias
Bug is reported in here:
github.com/Kunena/Kunena-2.0/issues/1715

There's currently an issue with plugins that use URLs in Kunena. This is because Kunena parses the links first. For a quick fix we've added possibility to prevent all auto-linking, but we're also working to get SSL to work.

If you find other cases where you have issues with HTTPS, please let us know.

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

More
10 years 11 months ago #6 by sozzled
*** Topics merged by moderator ***

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

More
10 years 11 months ago #7 by perryworld
Hi Matias,

Thanks for the response,

In your reply you mention a quick fix - what do we need to do to prevent auto linking, so this will work?

Thanks
Richard

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

More
10 years 11 months ago - 10 years 11 months ago #8 by Jiminimonka
The "quick fix" is:

Edit the file bbcode.php - in: /libraries/kunena/bbcode

Change line 43 (or somewhere near that) from:
Code:
$this->SetDetectURLs ( true );

to:
Code:
$this->SetDetectURLs ( false );

This should work. When you upgrade Kunena it will need to be applied again. A proper fix is in the pipeline already, and will be in Kunena 3 RC which should be available soon (watch for the announcement).

Please read the FAQ.
Only one question per topic.
Search before you ask a question.
Last edit: 10 years 11 months ago by Jiminimonka.

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

More
10 years 11 months ago #9 by perryworld
Hi Jiminimonka,

We tried the quick fix but it didn't work.

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

More
10 years 11 months ago #10 by perryworld
We inserted the video via the icon and selected YouTube and entered the video ID.
But we get a blank screen and an error saying the page at xxxxx ran insecure content and has been blocked.

Any idea why this should be blocked?

Our site is running under SSL.

Thanks
Richard

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

Time to create page: 0.401 seconds