Kunena 7.0.4 Released

The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.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 7.0

Topics that are moved into this category are generally considered to be closed. Users may want to add additional information but these topics should not be resurrected in order to discuss new problems or unrelated matters.

Question Creating own categories in DB, not showing

More
16 years 1 month ago #43624 by pracket
Hi,

I'm using my own interfaces in the Joomla front-end for users to create categories, and the newly created categories aren't showing up, or at least not instantly. It seems that it has a delay (is there an internal Kunena cache system?)

I create the `jos_fb_categories` record correctly, it's published, has the right parent ID, but it doesn't show up when I go into the Kunena forum. Then the next day I log in and it shows up.

But my own interfaces show the new categories instantly. Does Kunena have a cache I need to clear to make it immediate?

Thanks for any help you can offer.

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

More
16 years 1 month ago #43625 by Matias
Try to set allowed='na' in #__fb_sessions (for all entries).

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

More
16 years 1 month ago #43631 by pracket
When I set it to 'na', then it shows up.
But when someone else logs in, it repopulates the table with values again, that same field.

Can I make it stop setting those values so I don't have to keep setting it to 'na'?

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

More
16 years 1 month ago #43673 by Matias
Sessions cache all allowed forums, so this is needed only when something changes in the forum structure. So you need just to put it into your script.

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

Time to create page: 0.230 seconds