Search Results (Searched for: automatic)

Yesterday 08:38 - Yesterday 08:39
@ernst67 One more update on this: the PR I linked above (#10224) fixed the class/id swap so the filter renders correctly, but there was still a separate issue - the filter block was wrapped in a condition that hid it specifically on the user profile view (view=user), which is exactly the case you originally reported. That's why it still wasn't showing on page 1 of a user's post list even after that fix.I've now submitted a new PR that removes that condition, so the period filter shows on page 1 for user profiles as well, and also moved the mobile version of the filter next to the desktop one at the top of the layout instead of at the very bottom of the page (it was easy to miss down there).New PR: github.com/Kunena/Kunena-Forum/pull/10238Thanks again for flagging this — turned out to be a bit more involved than the first fix suggested.

One more thing worth mentioning: since you're using a third-party template (NTSKBee), it's generally more effective to report template-specific issues directly to that template's own support channel rather than here. The fix I've proposed above is for Aurelia (a native Kunena template) and still needs to be reviewed/merged — but even once it is, that doesn't automatically mean the same fix will make it into NTSKBee. That's entirely up to the template developer to pick up and implement on their end.
08 Sep 2026 10:35 - 08 Sep 2026 10:39
Replied by Pinkeltje on topic Kunena Poll does not work
OK. Clear. My settings are a little bit different, that is why I couldn't reproduce your issue. I have set Force users to pickup a category (Configuration → Frontend) to Yes. So then you see "Select category" in category dropdown and settings concerning i.e. poll are automatically applied. But don't know if this is how your want your forum to work.
06 Sep 2026 09:14 - 06 Sep 2026 09:23
Replied by Pinkeltje on topic unnessecary approve
Just tested this myself: I upgraded a local Kunena 6 install (running the same Joomla 5.4 setup as JoomlaNL) to Kunena 7, and the update message clearly states:"Kunena Configuration settings were automatically converted to the new Configuration settings, please validate after installation completes.

However, the old kunena_configuration table is not removed after this conversion — it just stays behind in the database as a leftover, unused table. I verified this by changing a value directly in that old table while leaving the actual (post-migration) configuration untouched: the change had zero effect on the site's behaviour, confirming Kunena 7 no longer reads from it.So whatever is in that table — duplicate rows, empty holdNewUsersPosts fields, etc. — isn't relevant to the actual bug. It's just database debris from the 6→7 upgrade path, not something Kunena's code still uses.

I'd suggest not spending more time analyzing that table's contents; the active configuration lives elsewhere now.

@kboth, Rich's earlier suggestion (set the value to 1, save, set it back to 0, save again) still seems like the right thing to try, since it forces a fresh write/cache-refresh cycle on the settings that are actually in use.
01 Sep 2026 18:08
FusoOpenGraph was created by Trony
Hello!
I developed this plugin for Joomla 5 to generate Open Graph and JSON-LD compatible with Kunena 6.x and Kunena 7.x

In short:
✅ Removes duplicate and obsolete meta tags automatically
✅ Injects complete Open Graph tags for Facebook and social media
✅ Adds Twitter Cards with automatic player card switching for YouTube and media
✅ Automatically detects YouTube videos and switches to Twitter Player Card
✅ Generates JSON-LD structured data for improved SEO
✅ Extracts images and descriptions from Kunena forum posts
✅ Supports Kunena user profiles with avatar images
✅ Improves page loading speed with preconnect and preload
✅ Fully configurable through Joomla plugin settings
✅ Lightweight and optimized for performance
✅ Compatible with Joomla 5+ and Kunena 6+/7+

Soon I will write a complete guide. Here you will find a more detailed introduction and the link for the Free Download .
Your feedback and bug reports are highly appreciated!
 
16 Jun 2026 05:23 - 16 Jun 2026 05:29
TreeK: a brief description
(Links to detailed instructions for working with the post tree and the modified Kunena interface are given below.)

The topic is presented in the window as a tree according to the following rules:
- each post is displayed as one row containing the post subject and, optionally, the author's name, creation time, and post index.
Additional useful information may be placed in and under the post row, for example symbols that help navigate the tree.

The latest post in the topic by creation time is shown in bold in the tree.

The way the tree is displayed is determined by the tree view settings. When the settings are changed, the tree view changes instantly. Registered users of the site can save individual tree display settings and, if desired, restore them in another session and even for other topics.

Since the "level" of each post is known (the distance from the root of the tree, a term explained in the theoretical part), this level is graphically expressed by the length of the indent from the left edge of the window. Literally, the indent of the post row from the left edge equals the "indent size" multiplied by the post level. There is also a setting that adds a grid to the window to show the tree structure more clearly.

The 💬 symbol, when hovered over, shows the beginning of the post text as a tooltip. All other TreeK buttons and symbols also have explanatory tooltips.

 

You can choose what is shown at the beginning of the post row in the tree: the post subject followed by the author, the author followed by the subject, or only the subject.

The display of the date and time, as well as the post index, can be enabled or disabled.

TreeK has important options for showing post excerpts. The "text excerpt" setting displays a text fragment from the beginning of the post under the first post row, with a specified number of characters. The "screenshot excerpt" setting shows a fragment from the beginning of the post under the first post row as a screenshot with a specified height in pixels.

 

Additional symbols can be enabled in tree rows to help users navigate the tree more quickly.

TreeK can copy the topic tree to the clipboard in three export formats: BBCode, HTML (where subjects contain links to the posts of the exported tree), and Text.

Many users can work with the same topic at the same time, especially shortly after the topic is created. Working with a topic means simply reading its posts, replying to existing posts or editing them, studying the tree, and so on.
If a post is added to the topic while a user is working with the TreeK tree, an information message about this appears over the tree window no later than within one minute.

***
TreeK is based on the standard packages of the Kunena forum and the Aurelia template, but it changes some of their files and also connects a number of its own files, including language files that provide TreeK localization. These modified and additional files and their functions are combined in the TreekView part of the Treek package.

The interface changes required for working with topic post trees provide:
- freedom to assign post subjects and fixation of the topic title;
- clickability of the number of replies in a topic on the Recent Topics tab and of the 🌳 button in topic posts.

The other additions and changes in TreekView are not mandatory, but from the developer's point of view they make working with the forum a little faster.
(The developer could not resist implementing some of his own views on this matter, since he had to study the Kunena code in depth anyway.)

For example, the following features have been added.
The topic title is now protected: it is set once when the first post is created and never changes from the frontend. (And if a user really made a tragic mistake in the topic title and wrote "My Best Tupic" instead of "My Best Topic" in the first post, the kind site administrator and the database are always nearby.)

The reply form has been slightly changed. In particular, the subject field name Thema has been replaced with Subject, because it should describe the idea of this reply. The reply form title has been made understandable and shows whose post, and exactly which post, the user is replying to.

The subject of every reply now begins with an up arrow (⇑). This is a link to the parent post. Clicking ⇑ takes the user to the post that was replied to.

Instead of words requiring localization, such as "replied to", TreekView uses a simple, understandable, and quickly learned system of arrows listed below. Clickable arrows are buttons because they trigger certain actions. Arrows may be visible in reply forms (Reply and Quick Reply) and in post subjects.

As mentioned above, the subject of the post being created can be arbitrary text. But to speed up work with the forum, the concept of a suffix has been introduced.

Suffixes
When replying to a message, special text related to the subject of the parent post can be added to the reply subject.
In TreekView, this special text is called a suffix. Suffixes help automatically preserve the link between the reply subject and the parent post subject, and make the topic easier to read because they help show which post was replied to.

The use of suffixes looks as follows.
When the reply form is opened, information about the parent post subject is automatically added to the subject field in the form "⇒ Parent subject" (the "⇒" arrow is a replacement for "Reply to").

 

If the user does not add new text to the subject to clarify the meaning of the post, the suffix becomes the subject of the created post.
If new text is entered in the Subject field and the suffix is not completely removed, it becomes part of the post subject together with the new subject text.

New text is entered in the Subject field to the left of the suffix. The cursor is positioned automatically, and it is impossible to place it inside the suffix.
The suffix cannot be changed by editing. However, if the new post subject becomes so long that the combined length of the new text and the suffix exceeds the subject length set in Kunena, the end of the suffix is gradually pushed out of the line. If the user decides to shorten their text, for example by deleting the end of their text with Backspace, the pushed-out end of the suffix returns accordingly. If the suffix is partially pushed out, it is included in the post subject in shortened form.

The suffix can be removed at any time by clicking the ⇏ button located to the right of the word Subject. The ⇏ button then changes to ⇍.  Clicking ⇍ disables the addition of suffixes for the whole session.  After that, the ⇒ button appears next to the word Subject; clicking it restores the use of suffixes.
The site administrator can disable the use of suffixes entirely, although this is not recommended.

If the parent's Subject already has the form "⇒ Reply to post", the child's suffix will become "⇒ ⇒ Reply to post", with two ⇒ ⇒ arrows. These two arrows remain in suffixes regardless of which generation in a chain of posts with suffix-only subjects the given post belongs to.

The administrator can change the arrow symbols in the language file, for example replacing "⇒" with "→".

(Adding no more than two ⇒ arrows gives us a reason to discuss the theory of working with posts; and where, if not on this forum, should theory be discussed?
The situation with posts in a topic can, forgive me, be compared with the situation among people. Just as in life someone dies, and someone divorces and takes the children with them, so in a topic a post can be deleted, and some part of a topic can be moderated and moved to another topic. This leads to important consequences for the TreeK tree-building algorithm, but, as stated above, we will not go into theory here.)

Let us note a few more interface changes that, in the developer's view, make the user's work with Kunena slightly faster.

Attachments

In post creation and editing forms (screenshots), there is an Attachments block. Although it is used relatively rarely, when an attachment really needs to be inserted into or removed from a message, users still have to spend time scrolling past this block every time.
In TreekView, the Attachments block is collapsed by default. Instead of the full block, the existing word Attachments is shown, followed in parentheses by the number of attachments if there are any, and then by the expansion symbol for this block: a black filled triangle ▼. This triangle has a tooltip: "Open attachments block". Clicking ▼ opens the Attachments block, and the user sees what is currently visible in the block.
The arrow then changes to ▲, with the tooltip: "Close attachments block". Clicking ▲ collapses the block.

 


The Action menu in a post.
The developer considered the drop-down Action "menu" at the bottom of a post to be another factor slowing work down.
TreekView restores a view that once existed in Kunena, where each option - Reply, Quote, and Edit - has its own button.

Some other small interface details have also been changed, for example the reply form title has been changed from <h1> to <h5>. 
14 Apr 2026 09:52
Hello,

thanks for your fast answer and pull request.
You are right, I have a public part and just want to delete the private part of the message.

If I just change the if in line 1588 like you provided, the message automatically fallbacks to "No private message has been set, only private attachments" because of line 1612: 
Code:
$private->body = Text::_('COM_KUNENA_POST_WITH_PRIVATE_ATTACHMENTS_SAVED');

Also even if I would unset the $private->body there,
Code:
if (!$private->body && !$private->attachments) {
in line 1621 would still not be true because even if I don't have private attachments, I still have an array $attachIds with 0 = "" which results in $private->attachments being 1.

However if I quickly try to unset both, $private->body and $private->attachments, the private part is deleted as I would expect.
I don't have a Github account at work but I try to find the time to do some more debugging in private and will then answer your pull request.

Thanks again for your help.
09 Apr 2026 15:35

You can delete the file and then it will be automatically recreated again.
 
Thanks for the detailed explanation.
 In that case, there’s no point in deleting the file.
 By the way: ‘kunena’ often appears in the cache too, but without any content.

gindi
  
09 Apr 2026 14:38
when getting a config setting for Kunena, a query to the database has to be done. With the new Kunena Config settings we decided to cache the setting (regular Joomla cache), now initially the setting come one time from the database and then are stored in the cache file you pointed to. Next requests for Kunena settings come from this file which is faster.
You can delete the file and then it will be automatically recreated again.
08 Mar 2026 12:11

Please, can you try to reply to this topic with a post that includes at least two emoticons chosen from the ones of this editor?

I would like to see how I receive the e-mail from Kunena Forum and compare it with my Forum to understand the issue.

Thanks!

Please, I need your help. If you are reading this post, please reply to the post with an emoticon selected from this editor.
I would like to see if I see the emoticon in the automatic e-mail I will receive. I need only one single answer.
Many thanks!
28 Feb 2026 19:01
Yes, Gindi, that's right, but this is usually fixed automatically when upgrading to 7.0.1. I have the configuration report for Joomla 5.4.4-dev and Kunena 6.3.10 here. I then updated to K6.4.5 and then to K7.0. This is the second configuration report. You can compare both yourself.

I remember that a long time ago, when the configuration table was changed, some users experienced errors, but these only affected the configuration itself. In any case, my old K6.3.10 also shows duplicate configurations in the report. However, this does not cause any errors.

Conf K6.3.10

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: 60 seconds | Max execution memory: 384M | Max file upload:

Kunena menu details:

Warning: Spoiler!

Joomla default template details : cassiopeia | author: Joomla! Project | version: 1.0 | creationdate: 2017-02

Kunena default template details : Aurelia | author: Kunena Team | version: 6.3.10 | creationdate: 2025-03-14

Kunena template params:

Warning: Spoiler!

Kunena version detailed: Kunena 6.3.10 | 2025-03-14 [ Git Repository ]
        | Kunena detailed configuration:

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

Third-party components: CommunityBuilder 2.11.0+build.2026.01.12.21.55.56.a25ef0f6c

Third-party SEF components: None

Plugins: Content - Kunena Discuss 6.0.5

Modules: Kunena Latest 6.0.7 | Kunena Search 6.0.5


Upgraded from K6.3.10 -> K6.4.5 -> K7.0

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: 60 seconds | Max execution memory: 384M | Max file upload: 

Kunena menu details:

Warning: Spoiler!

Joomla default template details : cassiopeia | author: Joomla! Project | version: 1.0 | creationdate: 2017-02

Kunena default template details : Aurelia | author: Kunena Team | version: 7.0.1 | creationdate: 2026-01-30

Kunena template params:

Warning: Spoiler!

Kunena version detailed: Kunena 7.0.1 | 2026-01-30 [ Git Repository ]
        | Kunena detailed configuration:

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

Third-party components: CommunityBuilder 2.11.0+build.2026.01.12.21.55.56.a25ef0f6c

Third-party SEF components: None

Plugins: Content - Kunena Discuss 6.0.5

Modules: Kunena Latest 6.0.7 | Kunena Search 6.0.5




 
23 Feb 2026 21:08 - 23 Feb 2026 21:22
Hello,

I hadn't a test site with easysocial and Joomla! 6.0, i had only a test site with easysocial and Joomla! 5.3.x, it has make me some headeache because of easysocial to update this test site to Joomla! 6.0.

Try to delete the following file : \joomla\administrator\cache\autoload_psr4.php; then when you reload the page Joomla! will recreate it automatically


 
16 Feb 2026 13:48
There is no button for the update; it should happen automatically as soon as the dashboard is opened.
Please set the error reporting in Joomla to maximum and activate the Joomla and Kunena debug mode; perhaps there will be a meaningful error message.
26 Jan 2026 15:35
Hi team

I did 2 times the test but I have a global configuration issue during update from Kunena 6.4.8 to Kunena 7.0.0

I'm on Joomla 6.0.2 , Kunena 6.4.8 (I have no issue with the forum at this step)
I did manual update of Kunena

First the component = OK
Kunena Configuration settings were automatically converted to the new Configuration settings, please validate after installation completes.
Successful updated.

But the Joomla interface change from French to English
I go to the Kunena Component
Database upgraded to version 7.0.0-DEV
Database upgraded to version 7.0.0-BETA3


Second - the language file
Installing language fr-FR - French (fr-FR) ...
Installing language en-GB - English (United Kingdom) ..

I check live test site and our Blog have also a complete new view, no title ....

i come back back to administration/language
Default language for site and administration has been changed from French to English? (can be easily corrected)

But worst, the Content article Parameters have also been changed from initial website
When I save new parameters, blog article titles are visible but with a lot of new datas deseable in initial configuration

Very strange ??
All seems OK, parameters can be corrected ; i think, but why this interaction with other joomla configuration

thanks for your support
take care
Bertrand
24 Jan 2026 03:05 - 24 Jan 2026 03:14
We have broken the spam blocking form in kunena 6.3.10... Automatic topic deletion doesn't work either... Please help me....

supolka.by/forum
22 Jan 2026 09:02 - 22 Jan 2026 09:07
Release 1.0.5 published - Update Server URL Fix

- Fixed update server URL in component manifest
- Corrected repository URLs in updates.xml
- Standardized version tags with capital V

This is a maintenance release that fixes the automatic update mechanism.

Installation:
Download and install via Joomla Extension Manager.

IMPORTANT NOTICE FOR EXISTING USERS:
If you experience automatic update errors, please download the latest version manually and install it over your existing installation. This is a one-time fix - future updates will work automatically. The issue has been resolved in version 1.0.5+.
Displaying 1 - 15 out of 19 results.
Time to create page: 0.356 seconds