RSS Feed/News Content reactions implementation

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,745
Points
823

Reputation:

I implemented reactions in my addon content, everything is working fine except the selected option after page reload.
I hit like, I have the infos in db, I can list all reactions, etc.

The only missing thing is the reaction I clicked, I can't see back into the Like button after page reloads, it shows the original button.

So my question is: how can I see the selected reaction back to the button?

1707699804070.webp
Controller:
Code:

Code:
  public function actionReact(ParameterBag $params)
  {...

Read more

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