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
Question Category Subscriptions - Default Subscribed?
Otherwise I will eagerly await 1.7 so I can update, meanwhile I will be staying on 1.5 using mailman
Thanks again for all your help!!
EDIT: oh ya.... still not receiving emails to notify me of replies to this thread??
Please Log in or Create an account to join the conversation.
Yes, you're probably right.Matias wrote: PS. this subject belongs into hacks category..
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
My solution was to abandon the **/plugins/system/kunena.php and go straight to the registration file itself, for me I am planning to use JomSocial so it was **/components/com_community/controllers/regsiter.php
then in the >> private function _sendEMail(&$user, $password, $isActivationResend=false) << on line 493 immediately below:
add the following:
NOTE: YOU MUST use $db99 and $query99 or something other than $db and $query, I first tried to use those but it caused the email confirmation to not send... thus making it impossible for the user to verify their email and activate their account.
In the >> $selectedCategories = '21,36,38,37'; << is where you input your category ID's
I am sure that this could be used with regular joomla or community builder registrations, just need to put it in their registration files.
Credit for the code goes to Matias
Please Log in or Create an account to join the conversation.
sozzled wrote:
Yes, you're probably right.Matias wrote: PS. this subject belongs into hacks category..
As previously stated, I am sorry this turned into a hack the coding post... this was originally intended as a question and no more...
I invite you to move this thread, however I have looked and found that the only hacks category is for Kunena 1.5 now, seeing as this is for 1.6 and would not apply to 1.5 since it does not have category subscriptions... perhaps a hacks category should be added for 1.6 and then this thread moved there??
Thank You.
PS Still no email notifications that there has been replies to this thread..........
Please Log in or Create an account to join the conversation.
DesoWV wrote:
Correct. We do not have a K 1.6 "hacks" category.sozzled wrote: I have ... found that the only hacks category is for Kunena 1.5 ...
Blue Eagle vs. Crypsis reference guide
Read my blog and
Please Log in or Create an account to join the conversation.
Here's how I did it... (Should start on line 1347 of /components/com_comprofiler/comprofiler.php)
Immeditaly after
Insert DesoWV's code...
Please Log in or Create an account to join the conversation.