Search results

  1. I

    Solved Problem in combination with User Upgrade Duration

    You're right, the default user upgrade works. However gifting with "NixFifty Gift" plugin doesn't work if Upgrade Coupons is installed. As I already mentioned, this can be fixed by renaming all occurences of "durations" to "duration" in Upgrade Coupons.
  2. I

    Solved Problem in combination with User Upgrade Duration

    In User Upgrade Duration 2.1.2 in File "XF\Purchasable\UserUpgrade.php" in Line 19 you do "$input = $request->filter('duration', 'str');" In Upgrade Coupons 2.1.1 in File "XF\Purchasable\UserUpgrade.php" in Line 14 you do "$input = $request->filter(['coupon' => 'str', 'coupon_valid' => 'int'...
  3. I

    Solved Problem in combination with User Upgrade Duration

    Hey there The plugin User Upgrade Duration 2.1.2 uses/requires the query parameter duration while Upgrade Coupons 2.1.1 requires the query parameter durations instead. Due to this mistake no upgrade can be purchased if Upgrade Coupons 2.1.1 is installed. greetings imi-tat0r
Top Bottom