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.

Important Problem with video size

More
15 years 2 months ago - 15 years 2 months ago #87466 by kitepascal
Hello,

had the same problem! My videos had a max width of 405px! width=590 had no effect.

You can either set the variable $vid_maxwidth manually...

Insert
$vid_maxwidth = 590; $vid_maxheight = 480; // max. display size
in line 829 (after , /components/com_kunena/lib/kunena.parser.php

or (better solution ;) ):
Set Textarea Width in Frontend configuration to a higher value!
The video max width. will be 90% of this value... :silly:

Hope this helps...


BUT...
in my forum the textareas on post reply and quick-reply were always wider than 450px, so where does this setting take effect??


THX to the Kunena Team for the great work! No problems yet except this little one... :whistle:
Feature! ;)

Viele Grüße

Pascal
Last edit: 15 years 2 months ago by kitepascal.

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

More
14 years 7 months ago #108217 by thezone
Replied by thezone on topic Re: Problem with video size
The below,
Code:
or (better solution ;) ): Set Textarea Width in Frontend configuration to a higher value! The video max width. will be 90% of this value... :silly:

REALLY WORKS, I PROMISE YOU. I SET MINE TO 900 AS MY SITE IS 1000 WIDTH and tried inserting video.. BAM it works!

Thanks for this... Thanks a LOT!


I would like to be able to just simply paste a youtube linke



And have it show up larger, like 640 x 480. instead of the default, 320x240 or what ever it is.
That would make life SO much easier.
Does anyone know how to edit Joomla or the Forum so that happens? :dry:

kitepascal wrote: Hello,

had the same problem! My videos had a max width of 405px! width=590 had no effect.

You can either set the variable $vid_maxwidth manually...

Insert
$vid_maxwidth = 590; $vid_maxheight = 480; // max. display size
in line 829 (after , /components/com_kunena/lib/kunena.parser.php

or (better solution ;) ):
Set Textarea Width in Frontend configuration to a higher value!
The video max width. will be 90% of this value... :silly:

Hope this helps...


BUT...
in my forum the textareas on post reply and quick-reply were always wider than 450px, so where does this setting take effect??


THX to the Kunena Team for the great work! No problems yet except this little one... :whistle:
Feature! ;)

Viele Grüße

Pascal

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

More
14 years 7 months ago #108219 by 810
Replied by 810 on topic Re: Problem with video size
Hi,
"components\com_kunena\lib\kunena.parser.php" line 781

regards 810

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

Time to create page: 0.225 seconds