Kunena 7.0.4 Released

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

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.

Question Size of youtube video

More
15 years 3 months ago - 15 years 3 months ago #85185 by milas
Size of youtube video was created by milas
If you put long link of video size is like this

Example1: www.youtube.com/wat**h?v=RyUf7r_9yNs



If you put onliy "short code" of video than size is good but it has to be without 100% video size, only height and width
Example2:"RyUf7r_9yNs"



Than works.
before i have this working

Embed YouTube Videos are limited to width:255px

How to change this? In Components/com_kunena/lib/kunena.parser.php, something at lines 425-431 (Kunena 1.0.9) limiting the width of all videos.
If you comment all lines with double slash // like this
// --- config start


//$vid_minwidth = 20; $vid_minheight = 20; // min. display size
$vid_maxwidth = 640; $vid_maxheight = 480; // max. display size
//$vid_maxwidth = (int)(($GLOBALS["fbConfig"]->rtewidth * 9) / 10); // Max 90% of text width
$vid_maxheight = 480; // max. display size
$vid_sizemax = 100; // max. display zoom in percent
// --- config end


But after upgrade on Kunena 1.6.3 it doesnt work anymore
Last edit: 15 years 3 months ago by milas.

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

Time to create page: 0.198 seconds