Content Ratings

Content Ratings [Paid] 2.8.5

No permission to buy ($35.00)
How would I go about changing reactions so that individual users could leave multiple reactions on the same post, similar to Discord? Where would I begin looking?
 
Still same issue.

I ended up switching to the drop-down style and modifying it to more closely resemble the pop up. Might be an option in the meantime.

--

However, on the Audentio Feeds addon theres an odd issue where if you react to a profile post with the drop down style, it doesn't register on the page unless you reload. I haven't been able to work out why. I actually prefer the drop down style so it's this could be worked out I would be so happy!

Addon: https://community.audent.io/landing/ace-for-xenforo/
 
  • Like
Reactions: KSA
Reactions in direct messages seem to not work ?

"Oops! We ran into some problems. The requested message could not be found." for direct messages ... any idea ?

Issue is: Link to /direct-messages/xxx/messages/react?reaction_id=xx which is 404.

while it probably needs to be

/direct-messages/replies/xx/react?

=> happens only with inline I think. / in reaction bar ... so a non-default setting.
Can you provide a screenshot of the template modifications for the add-on?
 
I ended up switching to the drop-down style and modifying it to more closely resemble the pop up. Might be an option in the meantime.

--

However, on the Audentio Feeds addon theres an odd issue where if you react to a profile post with the drop down style, it doesn't register on the page unless you reload. I haven't been able to work out why. I actually prefer the drop down style so it's this could be worked out I would be so happy!

Addon: https://community.audent.io/landing/ace-for-xenforo/

I've now discovered that this issue also occurs on this addon


Just to make it clear, there was no issue with reaction instantly appearing as applied until I switched to the drop-down style which has caused this issue with third party addons. The reactions still apply but do not appear to be applied unless you refresh the page. The drop-down reactions is still working more functionally than the pop-up reactions for my users, but needing to refresh to see your reaction is not ideal.

This issue so far is only happening with Profile Posts in Audentio Feeds and Posts in DB Social Groups but I wonder if other addons could have this issue.
 
I've now discovered that this issue also occurs on this addon


Just to make it clear, there was no issue with reaction instantly appearing as applied until I switched to the drop-down style which has caused this issue with third party addons. The reactions still apply but do not appear to be applied unless you refresh the page. The drop-down reactions is still working more functionally than the pop-up reactions for my users, but needing to refresh to see your reaction is not ideal.

This issue so far is only happening with Profile Posts in Audentio Feeds and Posts in DB Social Groups but I wonder if other addons could have this issue.
I've now noticed this issue occurring in Siropu Chat.

Have discovered this error in my console:

"Blocked aria-hidden on an element because its descendant retained focus. The focus must not be hidden from assistive technology users. Avoid using aria-hidden on a focused element or its ancestor. Consider using the inert attribute instead, which will also prevent focus. For more details, see the aria-hidden section of the WAI-ARIA specification at https://w3c.github.io/aria/#aria-hidden.Element with focus: aAncestor with aria-hidden: " style="box-sizing: border-box; min-width: 0px; min-height: 0px; color: var(--sys-color-token-tag);"><div class="menu menu--sv-rate menu--right" data-menu="menu" aria-hidden="true" id="js-XFUniqueId1" style="z-index: 206; left: 861.302px; top: 447.729px;">…</div> homepage/:1 Blocked aria-hidden on an element because its descendant retained focus. The focus must not be hidden from assistive technology users. Avoid using aria-hidden on a focused element or its ancestor. Consider using the inert attribute instead, which will also prevent focus. For more details, see the aria-hidden section of the WAI-ARIA specification at https://w3c.github.io/aria/#aria-hidden.Element with focus: aAncestor with aria-hidden: " style="box-sizing: border-box; min-width: 0px; min-height: 0px; color: var(--sys-color-token-tag);"><div class="menu menu--sv-rate menu--right is-transitioning" data-menu="menu" aria-hidden="true" id="js-XFUniqueId726" style="z-index: 206; left: 859.677px; top: 3652.9px;" tabindex="-1">…</div>
 
Unfortunately, this means that this functionality died along with the [TH] Reactions plugin and is not implemented anywhere else. Thanks for the reply.
 
We needed this add-on so our moderators could delete reactions (why this is not implemented by default remains a mystery), and allow/deny restrictions to some nodes. So thanks a lot for this :)

However, after installing it on our XF 2.3 staging environment most of the reactions are not being rendered:

1740395723410.webp

Changing emoji style between JoyPixels <-> Twitter, or changing emoji type between Shortcodes <-> Unicode does not seem to change anything.
Also could not find something useful in the last pages, anyone got a pointer to a fix for this?

Edit: Is it possible the add-on overwrote the existing configurations with blanks? Ex Image replacement urls and background sizes are empty now. Or was this intended and to be replaced with something else?
 
Last edited:
However, after installing it on our XF 2.3 staging environment most of the reactions are not being rendered:
Can you try editing a reaction and then saving it again?

Changing emoji style between JoyPixels <-> Twitter, or changing emoji type between Shortcodes <-> Unicode does not seem to change anything.
Also could not find something useful in the last pages, anyone got a pointer to a fix for this?
Can you open a ticket on my site? I'll probably need admincp access to poke the configuration to debug this, as the reaction configuration can be quite complex to copy & replicate.
 
Can you try editing a reaction and then saving it again?
1740401458227.webp
Because it is empty :)

I think the only non-standard reaction thing on our staging is that we added a 7th "hug" reaction several month/years ago, and today a fresh install of this add-on.

Will it be okay if I just (re)configure the default/"old" values for each core reaction? Or do they need custom values for this add-on?

Can you open a ticket on my site?
Done

Edit: I ended up (re)configuring the sprite configuration of a default XF 2.2 board, everything works now. Still no clue why it broke on installation tho.
 
Last edited:
@Xon
when i try to change existing reaction header (title) it actually not saving any changes (not in reaction list nor a reaction bar)
it affects only default reactions that were before addon was installed
latest addon / xf version
upd just tried on a fresh installation and cant replicate, any thoughts on this what it can be?
 
Last edited:
there is an issue with tabs vertical align on who reacted popup window (fresh install and addon default settings)

1741023120406.webp

temporary fix to extra less
Code:
a > .sv-rating-type {
    display: inline-flex;
    align-items: baseline;
}

.sv-rating-type  > .sv-rating-type__icon {
    margin: auto;
}
 
im not sure about this option

Display reaction titles alongside icons
If enabled, reaction titles will be displayed alongside icons in alerts, news feeds, and elsewhere.

This option is actually turned off but i have reaction titles in my feeds/alerts/activity.
Shouldn't it be the other way around?
 
Reactions in direct messages seem to not work ?

"Oops! We ran into some problems. The requested message could not be found." for direct messages ... any idea ?

Issue is: Link to /direct-messages/xxx/messages/react?reaction_id=xx which is 404.

while it probably needs to be

/direct-messages/replies/xx/react?

=> happens only with inline I think. / in reaction bar ... so a non-default setting.
@Xon was this issue fixed ??
 
Reactions in direct messages seem to not work ?

"Oops! We ran into some problems. The requested message could not be found." for direct messages ... any idea ?

Issue is: Link to /direct-messages/xxx/messages/react?reaction_id=xx which is 404.

while it probably needs to be

/direct-messages/replies/xx/react?

=> happens only with inline I think. / in reaction bar ... so a non-default setting.
1742224394471.webp

The issue was with this template modification "svContentRatings_conversation_message_macros_a"

and in this template sv_contentratings_macros had to fix URL's Structure

1742224760914.webp

This fixed it for me!
 
Back
Top Bottom