<li>
<xf:macro template="rating_macros" name="stars"
arg-rating="{$resource.rating_avg}" />
</li>
xfrm_widget_featured_resources template <dl class="pairs pairs--justified">
<dt>{{ phrase('rating') }}</dt>
<dd>
<xf:macro template="rating_macros" name="stars_text"
arg-rating="{$resource.rating_avg}"
arg-count="{$resource.rating_count}"
arg-rowClass="ratingStarsRow--textBlock" />
</dd>
</dl>
xfrm_resource_view templatearg-rating and maybe find most of them. But I don't know for sure if it will get all of them and you will need to be familiar with the templating format to remove the right section.xfrm_overview and is not a normal template you see.That's a standard front end template.And some you may need to be in development mode to see, as the main template showing the landing page for the RM looks like is calledxfrm_overviewand is not a normal template you see.
I don't know (and I'm not going to go through every one of them) which all XFRM related templates you need to check but you need to go through the associated templates for viewing/display page and remove references to the ratings. Not all of them are the same, some consist of
in theCode:<li> <xf:macro template="rating_macros" name="stars" arg-rating="{$resource.rating_avg}" /> </li>xfrm_widget_featured_resourcestemplate
and
in theCode:<dl class="pairs pairs--justified"> <dt>{{ phrase('rating') }}</dt> <dd> <xf:macro template="rating_macros" name="stars_text" arg-rating="{$resource.rating_avg}" arg-count="{$resource.rating_count}" arg-rowClass="ratingStarsRow--textBlock" /> </dd> </dl>xfrm_resource_viewtemplate
You can do a template search onarg-ratingand maybe find most of them. But I don't know for sure if it will get all of them and you will need to be familiar with the templating format to remove the right section.
And some you may need to be in development mode to see, as the main template showing the landing page for the RM looks like is calledxfrm_overviewand is not a normal template you see.
Issue I had was finding the index template for them.... I had NO problems removing it from the numerous others that I found... but any search for the termThat's a standard front end template.
Development mode isn't required to edit any front facing templates.
RAT in turned up no results for template xfrm_overview.

We need this for gallery, I think it’s the same problem… and comments links too…In case anyone comes across this old thread looking for answers - I built an addon which hides resource ratings for you - https://xenforo.com/community/resources/hide-resource-ratings.9554/
We use essential cookies to make this site work, and optional cookies to enhance your experience.