XenForo
Administrative
- Thread starter
- Admin
- #1
Hello, I am having some trouble with an addon.
I put this into my addon code:
Code: $alertRepo = $this->repository('XF:UserAlert');
$alertRepo->alertFromUser(
$user,
$giver,
'cards',
$card_id,
'awarded',
$extra
);
And the alert gets added to the database and the bell gets a little 1 but no alert shows. I have created alert_cards_awarded as well as the alert_handler_class and entity. The only thing I...
Read more
ادامه مطلب...
I put this into my addon code:
Code: $alertRepo = $this->repository('XF:UserAlert');
$alertRepo->alertFromUser(
$user,
$giver,
'cards',
$card_id,
'awarded',
$extra
);
And the alert gets added to the database and the bell gets a little 1 but no alert shows. I have created alert_cards_awarded as well as the alert_handler_class and entity. The only thing I...
Read more
ادامه مطلب...