Edit template so media rating stars link to rating popup

  • Thread starter Thread starter oldford
  • Start date Start date

oldford

Guest
Member
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:

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

Read more

Continue reading...
 
Top