Content Ratings

Content Ratings [Paid] 2.8.7

No permission to buy ($35.00)
View attachment 320358

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

View attachment 320359

This fixed it for me!

Hello Justin, thanks for sharing this solution (y)(y)
can you please, copy/past the the entire code below as a text, and also specify which template is concerned with this modification ??
1749497155274.webp

thanks in advance. 😍
 
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.

I'm having the same issue here,
the addon works perfectly fine inside topics, but not working in direct messages.
the only way to see reactions list is by reacting to the message itself.

did Justin tip fixed it for you ?
 
For these sorts of bug reports, a ticket on my add-on site is preferable as that way I don't miss it when there are multiple posts to a thread on xenforo.com

I'll see if I can have a look into it this week
 
I see that you can set this addon up to report/moderate/soft-delete content when a post hits a certain reaction category threshold. Might there be some way to effectively set the post as "ignored" for everyone when a post hits a certain threshold—in other words, hide the post in-line behind a click-to-show banner and keep the post from appearing in new post widgets/listings/etc—basically, just make the post appear as though all users have the poster ignored.

This may be well beyond the scope of this addon and maybe what I'm actually looking for is a post state between "unmoderated" and "reported" for posts that don't violate rules (and hence don't justify moderator action/deletion/etc) but that the community finds annoying/unhelpful/low-quality/don't contribute to discussion. Seems like post reactions are a great way to gather that data and this addon can take action on posts based on that data, I just don't know if you're able to shove posts into that "ignored post" state or not.
 
some of my users about asking on adding multiple reactions. they even ready to pay for this.
any thoughts on adding ability to leave multiple reactions for a single message by the same user? like in discord
it doesnt have to be this addon, maybe separate one
i saw @Xon has similar multiple x addon https://xenforo.com/community/resources/multiple-account-emails.9902/ so already known path on how to implement such functionality
 
Last edited:
The Multiple account emails was an unexpectedly very complex add-on. Implementing multiple reactions from a single user to a single piece of content is sadly very complex as the singular nature is baked into the entire design. That is to say it wouldn't be cheap.

But if you are serious and willing to fund anywhere upto 20-40 hours of work, please open a ticket on my site
 
Last edited:
This is a great add-on. My only comment is that the "received reactions" bar tends to be huge and cause wrapping depending on how you use the layouts, especially on mobile.

I took a crack at compacting it. I am not a CSS guru but just providing a suggestion for a potential future improvement. Obviously it's not critical since users can this themselves, but overall the "received reactions" bar doesn't have a lot of options in the style settings, and I think it'd be great to have some more collapsed/narrow viewport options.
1761932671634.webp
CSS:
// Customize the "received reactions" bar to save horizontal space in extra.less
ul.sv-rating-bar__ratings li {
    margin-top: 0px;
    margin-right: 0px;
    padding-bottom: 2px;
}
.sv-rating {
    line-height: 30px;
    height: 30px;
    border-radius: 0px;
}
.sv-rating__count {
    background: #ffffffd9;
    padding: 1px 2px 2px 2px;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    padding-top: 1px;
    border-radius: 4px;
    margin-left: -11px;
    margin-right: 5px;
    margin-top: 14px;
    font-size: 0.9em;
    line-height: 0.9em;
}
.sv-rate-menu {
    padding-bottom: 5px;
}
 
The different style of menu for the reactions would probably make more sense as the number of reaction climbs

Agreed, and actually that's relevant to my post too - that is, there's no settings to collapse reactions down to other widths based on responsive screen sizes. A setting to choose a reaction list style based on a minimum or maximum screen width would be useful.

The inline reaction setting is great on desktops because there are no extra clicks or hovers, so collapsing it only for mobile users gives everyone what they need.

But like I said, just some optional feedback - this is really nice add-on regardless and it gets used a lot in my forum, including users requesting other types of reactions.
 
Back
Top Bottom