Kunena 6.2.5 & module Kunena Latest 6.0.7 released

The Kunena team has announce the arrival of Kunena 6.2.5 [K 6.2.5] which is now available for download as a native Joomla extension for J! 4.3.x/4.4.x/5.0.x. This version addresses most of the issues that were discovered in K 6.1 / K 6.2 and issues discovered during the last development stages of K 6.2

This is not a support forum for AlphaUserPoints or its related products. For AlphaUserPoints support you should visit AlphaPlug .

The information given in this category is intended to guide users who want to use AlphaUserPoints with Kunena and, mostly, was written by Kunena users. The information here is not necessarily accurate, up-to-date nor is it intended to replace the support given by the developers of AlphaUserPoints.

If you are having problems then, for your own benefit, it would save us all a lot of time if you would kindly post your configuration report when you ask for help from this forum. If you do not post your configuration report we will not ask you for it but you will probably not get your problem solved, either.

Question Kunena points in restricted forums

More
10 years 6 months ago - 10 years 6 months ago #1 by davidator
Hello Kunena TEAM !


i use

J.2.5.14
K3.0.2
AlphaUserPoints 1.8.3

and something doesnt work well:

Registred user can win points in public categorys/forums by any action in the forum

But in Restricted Categorys/forums, registred user from groups >registred , they CANT win points

Maybe something to change in /plugins/kunena/alphauserpoints/activity.php but i m not sure?
Last edit: 10 years 6 months ago by davidator.

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

More
10 years 6 months ago #2 by davidator
Wow! 5548 views and 0 answer! :(

I am the only kunena.org member with this Bug?

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

More
10 years 6 months ago #3 by Jiminimonka
Have you also posted on the AUP website to see if they have a possible solution. Unfortunately we have no AUP experts at Kunena, and you have not provided any information about your website, for example your Kunena Configuration Report.

Perhaps this has something to do with your Kunena Category ACL.

Please read the FAQ.
Only one question per topic.
Search before you ask a question.
The following user(s) said Thank You: davidator

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

More
10 years 6 months ago #4 by xillibit
Hello,

What are the permissions of the Kunena category in which one you are trying to give points ?

I don't provide support by PM, because this can be useful for someone else.
The following user(s) said Thank You: davidator

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

More
10 years 6 months ago - 10 years 6 months ago #5 by davidator
Hello !
And Thanks for replies

I asked Alphaplug a support, but like its a kunena plugin i ask here!

my last test: I tryed to create 3 copy of each kunena rules with the 3 levels in AUP admin. But no point...

My differents Forums levels are public registred Author( called MembrePP13) and on level more, membre CA

I post my report

This message contains confidential information

Database collation check: The collation of your table fields are correct

Joomla! SEF: Enabled | Joomla! SEF rewrite: Enabled | FTP layer: Disabled |

This message contains confidential information
htaccess: Exists | PHP environment: Max execution time: 120 seconds | Max execution memory: 128M | Max file upload: 64M

Kunena menu details:

Warning: Spoiler!

Joomla default template details : yoo_inspire | author: YOOtheme | version: 1.0.4 | creationdate: Unknown

Kunena default template details : Blue Eagle 2.0 | author: Kunena Team | version: 3.0.2 | creationdate: 2013-08-18

Kunena version detailed: Kunena 3.0.2 | 2013-08-18 [ Nocturne ]
| Kunena detailed configuration:

Warning: Spoiler!
| Kunena integration settings:
Warning: Spoiler!
| Joomla! detailed language files installed:
Warning: Spoiler!

Third-party components: AlphaUserPoints 1.8.3 | UddeIM 3.0

Third-party SEF components: None

Plugins: Content - Kunena Discuss 3.0.1

Modules: Kunena Latest 3.0.1 | Kunena Login 3.0.1


Thank you
Last edit: 10 years 6 months ago by davidator.

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

More
10 years 6 months ago #6 by xillibit
I have diagnosticed the issue and i have found the source of the issue in Alpha User Points 1.8.3, i have made a quick fix tell me if it work for you :

open \components\com_alphauserpoints\helper.php and around line 670 replace that :
Code:
if ( !$referrerid ) { $referrerid = @$_SESSION['referrerid']; if ( !$referrerid ) $userID = $user->id; } else $userID = AlphaUserPointsHelper::getUserID( $referrerid );

by :
Code:
if ( !$referrerid ) { $referrerid = @$_SESSION['referrerid']; if ( !$referrerid ) { $userID = $user->id; } else { $userID = AlphaUserPointsHelper::getUserID( $referrerid ); } } else { $userID = AlphaUserPointsHelper::getUserID( $referrerid ); }

I don't provide support by PM, because this can be useful for someone else.
The following user(s) said Thank You: woonydanny, davidator

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

More
10 years 6 months ago #7 by davidator
Thank you!

But somthing wrong =>

Parse error: syntax error, unexpected T_STRING in *************/www/components/com_alphauserpoints/helper.php on line 1

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

More
10 years 6 months ago #8 by xillibit
The complete file, tell me if it works for you :


File Attachment:

File Name: helper.zip
File Size:11 KB

I don't provide support by PM, because this can be useful for someone else.
Attachments:
The following user(s) said Thank You: woonydanny

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

Time to create page: 0.451 seconds