Kunena 6.3.6 Released - Security release

The Kunena team has announce the arrival of Kunena 6.3.6 [K 6.3.6] 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 / K 6.3 and issues discovered during the last development stages of K 6.3
Note: Please go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated.

Solved Inactive modal BBcode editor

More
8 years 2 months ago #21 by SergioSV
Yes!
Earned !!!
Thank you very much!!!
:woohoo:

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

More
8 years 1 week ago - 8 years 1 week ago #22 by mdfavionics
I'm having the same issue with one of my sites. Any links to images or vids causes a greyed full screen pop-up with a shaded and unusable link box.



Tried switching Kunena template, no help.

Tried your code on a duplicate site copy. Tried as both a custom CSS module and adding to the custom CSS of the template. This "does" result in a usable pop-up but, the box rides under some of the page elements (in my case the menu bar). The page has to be scolled to use the pop-up. As a long term solution, this won't work.

I'll provide any pertinent information needed if requested.
Attachments:
Last edit: 8 years 1 week ago by mdfavionics.

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

More
8 years 1 week ago #23 by 810
Replied by 810 on topic Inactive modal BBcode editor
please add url + demo account, so we can check the issue.

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

More
8 years 1 week ago #24 by mdfavionics
rotate.aero/

kunena

1234

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

More
8 years 1 week ago #25 by 810
Replied by 810 on topic Inactive modal BBcode editor
add on your joomla css:
Code:
.modal-backdrop { z-index: 1 !important;}

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

More
8 years 1 week ago #26 by mdfavionics
I placed the code in my template's Custom CSS and performed a video link on the site...... All is good in the world.

Thanks for your help!!

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

More
8 years 2 days ago #27 by anonymous6a8a7d5ccb866e5f05efe414d99f567c
Removed by GDPR

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

More
8 years 1 day ago #28 by 810
Replied by 810 on topic Inactive modal BBcode editor
please add demo account and link to new topic.

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

More
8 years 1 day ago #29 by anonymous6a8a7d5ccb866e5f05efe414d99f567c
Removed by GDPR

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

More
8 years 1 day ago #30 by 810
Replied by 810 on topic Inactive modal BBcode editor
Code:
.modal { z-index: 9000; position: fixed; top: 40%; width: 60%; } .modal-body { width: 98%; position: relative; overflow-y: auto; padding: 50px 20px; top: 0px; } .modal-header { padding: 9px 15px; border-bottom: 1px solid #eee; z-index: 2147483647; min-height: 100px; }

its not fixing everything, but the most. The best is to look on your joomla css for modal, and remove it

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

Time to create page: 0.555 seconds