[RSS Feed/News] Edit template so media rating stars link to rating popup

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
I'm trying to make the rating stars link to the rating window. Basically so you can click on the stars or the "Leave a rating" button and get the same result. (see screenshot below)

I believe the template to edit is xfmg_media_view_macros around line 233:

Original code here:
HTML:

Code:
<dd>
                <xf:macro template="rating_macros" name="stars_text"
                    arg-rating="{$mediaItem.rating_avg}"
                    arg-count="{$mediaItem.rating_count}"...

Read more

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom