Kunena 7.0.5 & Kunena 6.4.11 – Security Updates Released

The Kunena team has announce the arrival of Kunena 7.0.5 [K 7.0.5] 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.

The Kunena team is also pleased to announce the eleventh version of Kunena 6.4, a native Joomla extension for Joomla! 5.0, 5.1, 5.2, 5.3, 5.4 and 6.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.

Important Kunena 1.5.10 Withdrawn, unofficial Kunena 1.5.10-2 HOTFIX

More
16 years 1 month ago #43607 by lec
hmmm, downgraded to 1.59 without any change...so i guess i messed up my mail code somewhere but dont know where to start/fix it

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

More
16 years 1 month ago - 16 years 1 month ago #43612 by Matias
All my tests with subscriptions work.

Can someone run this query and on a thread with subscribers (XXXXX = your thread ID):
Code:
SELECT u.id, u.name, u.username, u.email, IF( s.thread IS NOT NULL, 1, 0 ) AS subscription, IF( c.moderated=1 AND p.moderator=1 AND ( m.catid IS NULL OR m.catid=2), 1, 0 ) AS moderator, IF( u.gid IN (24, 25), 1, 0 ) AS admin FROM jos_users AS u LEFT JOIN jos_fb_users AS p ON u.id=p.userid LEFT JOIN jos_fb_moderation AS m ON u.id=m.userid LEFT JOIN jos_fb_categories AS c ON m.catid=c.id LEFT JOIN jos_fb_subscriptions AS s ON u.id=s.userid AND s.thread=XXXXX WHERE u.block=0 AND ( ( s.thread IS NOT NULL ) ) GROUP BY u.id

Does it work? I'm getting the right answers from it.
Last edit: 16 years 1 month ago by Matias.

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

More
16 years 1 month ago - 16 years 1 month ago #43613 by xillibit
I have done a test, on a thread which have posts from admin(62), moderator(63) and a simple user(64 and 65), the result is :



The userid 63 is a modertor with your query, isn't set to 1

I don't provide support by PM, because this can be useful for someone else.
Last edit: 16 years 1 month ago by xillibit.

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

More
16 years 1 month ago #43615 by Matias
Admins aren't counted as moderators in send email feature.. otherwise there would be no point of having it as a setting. :)

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

More
16 years 1 month ago - 16 years 1 month ago #43618 by Trouble
Matias wrote:

Can someone run this query and on a thread with subscribers (XXXXX = your thread ID):

Does it work? I'm getting the right answers from it.


That query picks up the only two subscribers of the thread successfully (it's the same thread I've been earlier using to test), but doesn't list any of the three Administrators (trouble,stephen,david):
Code:
id name username email subscription moderator admin 74 Atest User atestuser [email protected] 1 0 0 149 Anothertest User atestuser2 [email protected] 1 0 0

But then in the last test I posted above, the debug output from Kunena noted these two users are subscribers, but only mailed the three Administrators!
Last edit: 16 years 1 month ago by Trouble. Reason: Actually, the SQL query does not list any of the three Administrators!

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

More
16 years 1 month ago - 16 years 1 month ago #43619 by Trouble
I did another test post from my Administrator account and added the debug output to my previous test (from a normal user) above: www.kunena.com/forum/138-support/43402-k...it=10&start=20#43556

And I don't know if this forum has the hotfix applied (or if you've downgraded to 1.5.9), but I'm still not receiving mail notifications from this thread despite being subscribed! I think I've worn out my F5 button ;)
Last edit: 16 years 1 month ago by Trouble.

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

Time to create page: 0.266 seconds