Edit template so media rating stars link to rating popup

Status
This content is read-only, or is not open for further replies.

oldford

Guest
offline
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

Continue reading...
 
Liked by:
Status
This content is read-only, or is not open for further replies.
Top Bottom