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

Question Kunena 5, rtewidth & rteheight

More
7 years 8 months ago - 7 years 8 months ago #1 by Spyki
Hi,

Where are the frontend configuration settings rtewidth & rteheight ?

I see the parameters in the report configuration but not in the frontend configuration settings ?

This message contains confidential information

Database collation check: The collation of your table fields are correct

Joomla! SEF: Enabled | Joomla! SEF rewrite: Enabled | FTP layer: Disabled |

This message contains confidential information
htaccess: Exists | PHP environment: Max execution time: 3600 seconds | Max execution memory: 1024M | Max file upload: 2000M

Kunena menu details:

Warning: Spoiler!

Joomla default template details : yoo_catalyst | author: YOOtheme | version: 1.0.7 | creationdate: July 2012

Kunena default template details : Crypsis | author: Kunena Team | version: 5.0.0 | creationdate: 2016-08-06

Kunena version detailed: Kunena 5.0.0 | 2016-08-06 [ Addax ]
| Kunena detailed configuration:

Warning: Spoiler!
| Kunena integration settings:
Warning: Spoiler!
| Joomla! detailed language files installed:
Warning: Spoiler!

Third-party components: None

Third-party SEF components: None

Plugins: None

Modules: Kunena Latest 5.0.0


Thank you,
Last edit: 7 years 8 months ago by Spyki.

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

More
7 years 8 months ago #2 by 810
Replied by 810 on topic Kunena 5, rtewidth & rteheight
its hard coded on this file: libraries/kunena/config.php line 138

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

More
7 years 8 months ago #3 by Spyki
This is strange because the hardcoded settings do not match with what is displayed in the configuration report.
Code:
/** * @var integer Text area width; input, number * @since 1.0.0 */ public $rtewidth = 450; /** * @var integer Text area height; input, number * @since 1.0.0 */ public $rteheight = 300;

This message contains confidential information

Database collation check: The collation of your table fields are correct

Joomla! SEF: Enabled | Joomla! SEF rewrite: Enabled | FTP layer: Disabled |

This message contains confidential information
htaccess: Exists | PHP environment: Max execution time: 3600 seconds | Max execution memory: 1024M | Max file upload: 2000M

Kunena menu details:

Warning: Spoiler!

Joomla default template details : yoo_catalyst | author: YOOtheme | version: 1.0.7 | creationdate: July 2012

Kunena default template details : Crypsis | author: Kunena Team | version: 5.0.0 | creationdate: 2016-08-06

Kunena version detailed: Kunena 5.0.0 | 2016-08-06 [ Addax ]
| Kunena detailed configuration:

Warning: Spoiler!
| Kunena integration settings:
Warning: Spoiler!
| Joomla! detailed language files installed:
Warning: Spoiler!

Third-party components: None

Third-party SEF components: None

Plugins: None

Modules: Kunena Latest 5.0.0


In the report configuration "rtewidth and rteheight" are those of kunena 4 before the upgrade of kunena 5.

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

More
7 years 8 months ago #4 by 810
Replied by 810 on topic Kunena 5, rtewidth & rteheight
we have removed them, so its loaded by the old params from your database, but this code is only for textarea width.

If you look for youtube you should check: libraries/kunena/bbcode/bbcode.php line 175 and 179

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

More
7 years 8 months ago - 7 years 8 months ago #5 by Spyki
libraries/kunena/bbcode/bbcode.php line 175 and 179 change the responsive. (that's ok)
Code:
if (isset($video)) { $uri = JURI::getInstance(); if ($uri->isSSL()) { return '<div class="embed-responsive embed-responsive-16by9"><iframe width="700" height="480" src="https://www.youtube.com/embed/' . urlencode($video) . '" frameborder="0" allowfullscreen></iframe></div>'; } else { return '<div class="embed-responsive embed-responsive-16by9"><iframe width="700" height="480" src="http://www.youtube.com/embed/' . urlencode($video) . '" frameborder="0" allowfullscreen></iframe></div>'; }

But that does not correct the problem if I wrote the dimensions in the bbcode.

www.kunena.org/forum/k5-0-support/138166...-wdith-height#178478

This message contains confidential information
Last edit: 7 years 8 months ago by Spyki.

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

Time to create page: 0.792 seconds