Welcome, Guest
Username Password: Remember me

[Problem] Kunena 2.0 and AUP 1.7.3
(1 viewing) (1) Guest

TOPIC: [Problem] Kunena 2.0 and AUP 1.7.3

[Problem] Kunena 2.0 and AUP 1.7.3 11 months, 3 weeks ago #19441

  • Velibor
  • OFFLINE
  • Fresh Boarder
  • Posts: 7
  • Points: 79
  • Karma: 0
Heya Alphaplug community,

We recent updated Kunena to 2.0 and we found out that the rules for Kunena with that has been gone !

We tried to reinstall the Rules -> Didn't work
We tried to overinstall AUP -> Didn't work.

I looked inside the Data. And I see that AUP is taking the version of Kunena. Should that matter ?

Situation in short :
When we updated kunena from 1.7 to 2.0 we had no AUP rules anymore in the Rules section at our backend

System information :
- Joomla 2.5.4
- Kunena 2.0
- AUP 1.7.3

Thank you,
Velibor

Re: [Problem] Kunena 2.0 and AUP 1.7.3 11 months, 3 weeks ago #19442

  • Velibor
  • OFFLINE
  • Fresh Boarder
  • Posts: 7
  • Points: 79
  • Karma: 0
// check if Kunena forum is installed to show pre-installed rules for Kunena
$kunena_exists = JPATH_SITE.DS.'components'.DS.'com_kunena'.DS.'lib'.DS.'kunena.config.class.php';
if ( !file_exists($kunena_exists) ) {
( $filter!='' ) ? $filter .= " AND " : $filter .= "WHERE ";
$filter .= "(r.plugin_function!='plgaup_newtopic_kunena' AND r.plugin_function!='plgaup_reply_kunena' "
. "AND r.plugin_function!='plgaup_kunena_topic_create' AND r.plugin_function!='plgaup_kunena_topic_reply' "
. "AND r.plugin_function!='plgaup_kunena_message_delete' AND r.plugin_function!='plgaup_kunena_message_thankyou')";
} elseif ( file_exists($kunena_exists) ) {
// check version to add "Thank You" and "Delete Post" rules (added in AUP version 1.5.12 and Kunena 1.6.1)
$kunena_version_exists = JPATH_SITE.DS.'components'.DS.'com_kunena'.DS.'lib'.DS.'kunena.version.php';
if ( file_exists($kunena_version_exists) ) {
require_once (JPATH_ROOT.DS.'components'.DS.'com_kunena'.DS.'lib'.DS.'kunena.version.php');
$versionKunena = CKunenaVersion::versionArray();
$numversion = $versionKunena->version;
if ( substr ($numversion, 0 , 5) < '1.6.1' ) {
( $filter!='' ) ? $filter .= " AND " : $filter .= "WHERE ";
$filter .= "(r.plugin_function!='plgaup_kunena_topic_create' AND r.plugin_function!='plgaup_kunena_topic_reply' AND r.plugin_function!='plgaup_kunena_message_delete' AND r.plugin_function!='plgaup_kunena_message_thankyou')";

This part :
if ( substr ($numversion, 0 , 5) < '1.6.1' ) {

Is blocking the 2.0 Users

Re: [Problem] Kunena 2.0 and AUP 1.7.3 11 months, 2 weeks ago #19481

  • fdr77
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
  • Points: 24
  • Karma: 0
i have the same problem....can you solved this?

Re: [Problem] Kunena 2.0 and AUP 1.7.3 11 months, 2 weeks ago #19483

  • Bernard
  • OFFLINE
  • Administrator
  • Posts: 3810
  • Karma: 94
Do you have post this problem on the Kunena forum ?
More components on this site are free but...
Ever thought about giving something back?
Please make a donation if you want to support its continued development. Your donations help by hardware, hosting services and other expenses.

Re: [Problem] Kunena 2.0 and AUP 1.7.3 11 months, 2 weeks ago #19498

  • lec10
  • OFFLINE
  • Fresh Boarder
  • Posts: 7
  • Points: 38
  • Karma: 0
...well i do have the same problem. after 2 1/2 years of using aup (w j1.5) there has something changed in the code i guess.

- Joomla 2.5.6
- Kunena 2.01
- AUP 1.7.3

I need urgently a fix for the rules: open topic and reply...please give me a hint to fix it by myself. thanx!

Re: [Problem] Kunena 2.0 and AUP 1.7.3 11 months, 2 weeks ago #19506

  • fdr77
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
  • Points: 24
  • Karma: 0
there are no rules in the component ... kunena forum work fine
Helppppppp!!!!!!!
Moderators: adroussel, dalekurt, migus, some1new
Time to create page: 0.48 seconds
Goto Top