Kunena 6.4.8 Released

The Kunena team has announce the arrival of Kunena 6.4.8 [K 6.4.8] in stable which is now available for download as a native Joomla extension for J! 5.0.x/5.1.x/5.2.x/5.3.x/5.4.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 6.4
Important note: Go to the Kunena Dashboard after an upgrade so that the Kunena database tables are also updated. This is particularly necessary for major version jumps so that the table changes are adapted.

Topics must relate to a currently supported version of Kunena. If you are unsure what is the current supported version of Kunena, please go to the download page.

If you are having problems then, for your own benefit, it would save us all a lot of time if you would kindly post your configuration report when you ask for help from this forum. If you do not post your configuration report we will not ask you for it but you will probably not get your problem solved, either.

Question Creating own Kunena-Templates

More
1 month 6 days ago #234223 by fmdev
Hi.

Is there any documentation or guidance available on creating your own Kunena (not Joomla) template?
So that it can also be installed/uninstalled/managed via the Kunena menu.

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

More
1 month 5 days ago #234225 by Pinkeltje
Global instructions (might not be 100% accurate) and you should be aware that custom templates need a lot of maintenance as some template files are subject to change with Kunena versions. You might want to check existing Kunena templates .
  1. Understand Kunena Template Structure: A Kunena template is essentially a folder (e.g., my_kunena_template) within your Joomla components/com_kunena/template directory, containing CSS, JS, images, and layout overrides.
  2. Start from an Existing Template: copy Aurelia as a base for modification.
  3. Customize Files:
        CSS: Modify scss files in assets folder for styling.
        HTML/Layouts: Edit files in the layouts folder for layout changes (e.g., category/list/default.php, message/item/default.php).
  4. Create or modify template.xml and kunena_tmpl_aurelia.xml (rename to your own template name): This XML file describes your template to Joomla (name, version, author, files to install) and is crucial for installation.
  5. Package as a ZIP: Zip the entire template folder (e.g., my_kunena_template) into a single .zip file.
The following user(s) said Thank You: lemur

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

Time to create page: 0.265 seconds