RSS Feed/News Alert is not showing

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
24,748
Points
823

Reputation:

My alert code is sending an alert to the appropriate user and it shows up with a "1" in the alert notification, but the alert is not showing anything. And when I go to the Alert page it doesn't show anything either. I'm assuming it's because the alert template is not named properly.

Here is my alert:

Code:

Code:
$receiver = \XF::finder('XF:User')->where('user_id', 24495)->fetchOne();

if ($receiver) {
   $sender = \XF::finder('XF:User')->where('user_id', 1)->fetchOne();
   $alertRepo =...

Read more

Continue reading...
 
Status
Not open for further replies.
Top