- Posts: 10
- Thank you received: 0
Kunena 6.3.5 released
The Kunena team has announce the arrival of Kunena 6.3.5 [K 6.3.5] 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.
Use this category:
- to ask how to install or upgrade; or
- if you encountered problems during the installation or upgrade procedure.
Use a different category to ask questions about problems that you may be having after you successfully installed or upgraded the currently supported version. If you are unsure what is the current supported version of Kunena, please go to the download page.
Question Uncaught TypeError: jQuery(...).modal is not a function at beforeInsert
Uncaught TypeError: jQuery(...).modal is not a function
at beforeInsert (markitup.editor.js:60)
at prepare (markitup.js:288)
at markup (markitup.js:360)
at markitup.js:230
The line numbers with the error are depending on the function I've tried to execute.
Kunena Version: 5.1.8
Blue Eagle 5 template: 1.5.2
Any ideas what I could do?
Thanks, Boby
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
www.kunena.org/download
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
What else can I check?
Thanks,
Boby
Please Log in or Create an account to join the conversation.
Plugin dependencies
Some plugins and CSS components depend on other plugins. If you include plugins individually, make sure to check for these dependencies in the docs. Also note that all plugins depend on jQuery (this means jQuery must be included before the plugin files).
Multiple jQuery instances
Sometimes this warning may also be shown if jQuery is declared more than once in your code. The second jQuery declaration prevents bootstrap.js from working correctly. The problem is due to having jQuery instances more than one time. Take care if you are using many files with multiples instance of jQuery. Just leave one instance of jQuery and your code will work.
Please Log in or Create an account to join the conversation.