Notice: Undefined offset: 0 in [....]/extensions/UserAward/default.php on line 67 Notice: Undefined index: 2 in [....]/extensions/UserAward/default.php on line 564
it is not working now, if the users can edit an award or remove an award etc. there is no problem but if i uncheck this points i have this error, only the admins can see the account page, in other ways users can not see the account pages, if they can not change award things
Notice: Undefined variable: AccountUserID in public_html/forum/extensions/UserAward/default.php on line 507
i fixed the undefined AccountUserID issue by moving "$AccountUserID = ForceIncomingInt('u', $Context->Session->UserID);" outside the if(){} block it's in
works well for me .. but the hide function doesn't seem to work. any ideas? maybe if i could disable the notification or put them in an iframe. they start to stack up.
small bug where the options settings link is put in a category called ExtensionOptions all by itself. To fix this just add a space between the words on line 1014 of default.php like this:
$ExtensionOptions = $Context->GetDefinition('Extension Options');
FIX NEEDED!
Hi together...
i got the same problem of not removing award notification messages on users who got one!
If they press HIDE nothing happens ...
Hint! If a user clicks on "Hide" he is producing an error:
Server Logg says:
File does not exist: /whatever/extensions/UserAward/functions.js
Maybe this helps to fix the problem - waiting for an update because the users are annoyed by not getting rid of the award notifications.
until then i gonna do same as wetcircle said :)
thanks!
Comments
Notice: Undefined offset: 0 in [....]/extensions/UserAward/default.php on line 67
Notice: Undefined index: 2 in [....]/extensions/UserAward/default.php on line 564
Please download the latest set of files.
Will take a look at the problem and upload a fix when I get back next weekend.
and make it userGift?