- Posts: 2
- Thank you received: 0
Kunena 7.0.2 Released
The Kunena team has announce the arrival of Kunena 7.0.2 [K 7.0.2] in stable which is now available for download as a native Joomla extension for J! 5.3.x/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
This category contains miscellaneous, uncategorised user contributions, (templates, modules, plugins and hacks) relating to older versions of Kunena that are no longer supported.
This category may also contain a few topics relating to K 1.6 that may have been moved here possibly by mistake.
The topics in this category are for historical interest only. Owing to the structural differences between K 1.6 and K 1.7, these ideas in these topics will not work with later versions and, for that reason, the topics are locked.
This category may also contain a few topics relating to K 1.6 that may have been moved here possibly by mistake.
The topics in this category are for historical interest only. Owing to the structural differences between K 1.6 and K 1.7, these ideas in these topics will not work with later versions and, for that reason, the topics are locked.
Question New users need moderator approval for x first messages
15 years 11 months ago #43475
by igorimc
Replied by igorimc on topic Re:New users need moderator approval for x first messages
Hello...
Excuse my english...
Can this hack apply to K1.5.9 ??
Thanks
Igor!
Excuse my english...
Can this hack apply to K1.5.9 ??
Thanks
Igor!
Please Log in or Create an account to join the conversation.
15 years 11 months ago #43483
by xillibit
I don't provide support by PM, because this can be useful for someone else.
Replied by xillibit on topic Re:New users need moderator approval for x first messages
Hello,
yes, you can apply this hack on K1.5.9, the lines number could be different.
yes, you can apply this hack on K1.5.9, the lines number could be different.
I don't provide support by PM, because this can be useful for someone else.
Please Log in or Create an account to join the conversation.
15 years 11 months ago #43486
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re:New users need moderator approval for x first messages
The tip/hack/suggestion posted by Matias in
#15410
was written 10 months ago (around the time of K 1.0.9). There have been 8 official releases of Kunena since then.
There are no guarantees that anything written in the this category will work or may continue to work in later releases of Kunena. Further, you would probably be wasting your time modifying K 1.5.9 because K 1.5.10 has already been released (although it's imperfect) and K 1.5.11 will be released very soon. But, even more importantly, just as K 1.5 made considerable changes to the way that K 1.0 was built, the next generation K 1.6 will invalidate many of the coding structures and conventions used in K 1.5.
Although the ideas used in this topic are still relevant to those perhaps looking for a solution, the implementation of them is outdated.
There are no guarantees that anything written in the this category will work or may continue to work in later releases of Kunena. Further, you would probably be wasting your time modifying K 1.5.9 because K 1.5.10 has already been released (although it's imperfect) and K 1.5.11 will be released very soon. But, even more importantly, just as K 1.5 made considerable changes to the way that K 1.0 was built, the next generation K 1.6 will invalidate many of the coding structures and conventions used in K 1.5.
Although the ideas used in this topic are still relevant to those perhaps looking for a solution, the implementation of them is outdated.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
15 years 11 months ago #43495
by igorimc
Replied by igorimc on topic Re:New users need moderator approval for x first messages
I have disturbed Matias... very very gentleman...
The solution for 1.5.9:
in /components/com_kunena/template/default/post.php
around line number 443 I have this code:
ok...
replace with:
This solution work fine in 1.5.9.
...$kuser->posts < 1... set the numeber of messages.
This solution is not perfect for robot post, I have set $kuser->karma < 1
In this mode I assign karma to user that can post directly.
Thanks for support Matias.
Bye
Riboni Igor
The solution for 1.5.9:
in /components/com_kunena/template/default/post.php
around line number 443 I have this code:
Code:
$holdPost = $kunena_db->loadResult();
}
//
// Final chance to check whether or not to proceed
ok...
replace with:
Code:
$holdPost = $kunena_db->loadResult();
}
$kuser = new CKunenaUserprofile();
if ($kuser->posts < 1) $holdPost = 1;
//
// Final chance to check whether or not to proceed
This solution work fine in 1.5.9.
...$kuser->posts < 1... set the numeber of messages.
This solution is not perfect for robot post, I have set $kuser->karma < 1
In this mode I assign karma to user that can post directly.
Thanks for support Matias.
Bye
Riboni Igor
Please Log in or Create an account to join the conversation.
15 years 11 months ago #43521
by Matias
Replied by Matias on topic Re:New users need moderator approval for x first messages
It was a nice trick to change review for people with low karma. Just do not tell it to your users, or they will use it in the wrong way. 
BTW: if you want to make the karma version better, you should disallow normal users (not moderators) to lower karma to less than 1 and from 0 to 1. That would make it perfect.
BTW: if you want to make the karma version better, you should disallow normal users (not moderators) to lower karma to less than 1 and from 0 to 1. That would make it perfect.
Please Log in or Create an account to join the conversation.
15 years 11 months ago #44571
by kd0bik
Replied by kd0bik on topic Re:New users need moderator approval for x first messages
I'm running Kunena 1.5.11 on Joomla 1.5.15. Does anyone know if this modification works for having x many messages requireing moderator approval?
Also, does anyone know if Kunena is planning to incorporate this feature in a future release? This functionality is available in many message boards. I love Kunena for my Joomla site. But I feel it lacks in the area of moderation.
JT
Also, does anyone know if Kunena is planning to incorporate this feature in a future release? This functionality is available in many message boards. I love Kunena for my Joomla site. But I feel it lacks in the area of moderation.
JT
Please Log in or Create an account to join the conversation.
Time to create page: 0.303 seconds