Content reactions implementation

Status
This content is read-only, or is not open for further replies.

FoxSecrets

Guest
offline
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...
 
Liked by:
Status
This content is read-only, or is not open for further replies.
Top Bottom