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.

Solved New Indicator

More
13 years 10 months ago #127835 by Matias
Replied by Matias on topic New Indicator
Thanks, that gave me the answer I needed.

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

More
13 years 10 months ago #127848 by Pinkeltje
Replied by Pinkeltje on topic New Indicator
Great! Running the query now makes new indicator behave exactly as expected! Thx!

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

More
13 years 10 months ago #127924 by alsthom
Replied by alsthom on topic New Indicator

Matias wrote: Thank you!

We already have fix for your issue and you can do it manually by running this query (just change DB prefix #_):

Code:
ALTER TABLE `#__kunena_user_read` MODIFY `time` int(11) NOT NULL AFTER `message_id`;
Running the query multiple times is safe and cannot do any harm.


Hello Matias.
I run this query, too (I checked that the output from the link that you gave to us was the same with @Pinkeltje.
Do you mean that I may run this query every time or only once?

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

More
13 years 10 months ago #127952 by coder4life
Replied by coder4life on topic New Indicator
No you do not have to run the query multiple times. Matias means that the query is safe to run. Some SQL queries can be destructive to your data if a mistake is made in the query setup.

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

More
13 years 10 months ago #127994 by alsthom
Replied by alsthom on topic New Indicator
Ok. Thank you.

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

More
13 years 9 months ago #131241 by sohopros
Replied by sohopros on topic # New Topics Icon
The # New icon for a topic keeps returning each time a user returns to the forum, even though all entries have be Marked as Read or actually read.

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

Time to create page: 0.232 seconds