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?
Controller:
Code:
Read more
Continue reading...
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?
Controller:
Code:
Code:
public function actionReact(ParameterBag $params)
{...
Read more
Continue reading...