Just renamed it to "P" and same problem. Ensured that all rating items have short names too just in case that was the issue.It is probably the "positive reactions" group name which is forcing the reflow. Try renaming the category to just "Positive" and you should get the landscape layout in portrait mode.
Please, do it.This would require some template edits
- Fix support for links to content with a query argument in them (ie support "Content Ratings - Reports")
Could you please provide the template edits. I assume it's not hard for you but it will be useful for a lot of members who are migrating from Post Ratings.This would require some template edits
![]()
Thread reply ban teeth
Supports extending thread reply bans into full thread-bans, but optionally disabling the following functionality in a thread someone is reply banned from; Edit posts Delete posts React to posts Threadmarks Various User Essentials' "X in own...xenforo.com
- Prevent reactions which are not visible showing in the news feed
It's not you... I have the same issue as well on my installation, does exactly the same issue.Hi, I am trying to get my ratings to display like this in the postbit:
![]()
But these are the only options I have under 'Message user info elements'....
View attachment 225493
and if I check both Reaction Score and Reaction Totals, it displays the reactions totals within the reaction score and looks out of alignment, like this:
View attachment 225492
Any idea what I'm doing wrongly?
The XF phrase for the alert has changed, you will need to adjust your customized phrases. From memory this is a core XF phrase that was changed.Hi @Xon,
After upgrading xF and CR to 2.1.9 respectively some users experiencing issues with links in alerts. I've done some rebuild, but it didn't help.
View attachment 225435
This looks to be a bug with the template modification injecting the reactions. Does this happen on the XF standard style?Hi, I am trying to get my ratings to display like this in the postbit:
![]()
But these are the only options I have under 'Message user info elements'....
View attachment 225493
and if I check both Reaction Score and Reaction Totals, it displays the reactions totals within the reaction score and looks out of alignment, like this:
View attachment 225492
Any idea what I'm doing wrongly?
It's not you... I have the same issue as well on my installation, does exactly the same issue.
I just figured maybe it's a case of having one or the other (and them sharing a common field).
The XF phrase for the alert has changed, you will need to adjust your customized phrases. From memory this is a core XF phrase that was changed.
This looks to be a bug with the template modification injecting the reactions. Does this happen on the XF standard style?
If it helps I'm using Nova by PixelExit.This doesn't happen in the standard style, everything displays correctly in the standard style
If it helps I'm using Nova by PixelExit.
Nope I had exactly the same issue.Same
Are you able to get the reaction totals to show up by sacrificing the reactions score? I can't get the reaction totals to show up at all unless I also have the reactions score clicked.
This is doable, but it would require editing a couple templates. The data is there, just need to remove the category loop.
In the template:macrosv_contentratings_macros:rate_menu_tooltip
Convert;
ToCode:<xf:foreach loop="$ratingTypeCategories" key="$ratingTypeCategoryId" value="$ratingTypeCategory"> <xf:foreach loop="$ratingTypeCategory.RatingTypes" key="$ratingTypeId" value="$ratingType"> <xf:if is="{{ $usableRatingTypes.{$ratingTypeId} }}">
Then trim out the extraCode:<xf:foreach loop="$usableRatingTypes" key="$ratingTypeId" value="$ratingType">
</xf:if></xf:foreach>
at the end of the block.
You may need to editsv_contentratings_macros:rate_menu_dropdown
andsv_contentratings_macrosrate_menu_bar
for the same sort of thing.
Not 100% sure if the display order will work as expected.
<xf:if is="$extras.reaction_score">
<dl class="pairs pairs--justified">
<xf:if is="property('xbMessageUserIcons')">
<dt><xf:fa icon="fa-thumbs-up fa-fw" data-xf-init="tooltip" title="{{ phrase('reaction_score') }}" /></dt>
<xf:else />
<dt>{{ phrase('reaction_score') }}</dt>
</xf:if>
<dd>{$user.reaction_score|number}</dd>
</dl>
</xf:if>
Installing/Uninstalling on a large forum
It is strongly recommended to use the CLI installer/uninstaller.
At a minimum; tens of thousands of user accounts, millions of posts, or thousands of users online at a time, etc.What is considered a "large" forum?
We use essential cookies to make this site work, and optional cookies to enhance your experience.