Forums

GD Star Rating
[resolved] Images show URL and not the image (2 posts)

  1. polle001
    Member
    Posted 5 months ago #

    Hi.

    I duplicated the template "Default Standard Rating Results" and add image to it.

    Header:
    <table><thead><td class="image">Image</td><td class="title">Title</td><td class="votes">Votes</td><td class="rating">Rating</td><td class="rating">Review</td></thead><tbody>

    Item:
    <tr class="%TABLE_ROW_CLASS%"><td class="image">%IMAGE%</td><td class="title"><a href="%PERMALINK%">%TITLE%</a></td><td class="votes">%VOTES%</td><td class="rating">%RATING%</td><td class="rating">%REVIEW%</td></tr>

    Footer:
    </tbody></table>

    I want the same info as the default plus the image.

    The problem is that it shows the URL of the image instead of the actual image and the URL is correct.

    My Shortcode:
    [starrating template_id=47 select='portfolio' last_voted_days=7 min_votes=1 source='thumbs' image_from='content' image_resize_x=50 image_resize_y=50 rating_size='46' review_size='46' rating_thumb_size='40']

    How can I fix this ?

    Thanks in advance for your help.

    http://wordpress.org/extend/plugins/gd-star-rating/

  2. polle001
    Member
    Posted 5 months ago #

    Duh ! I feel really dumb, but heres the solution. I forgot this in my template.

    <img src="%IMAGE%">

    Resolved.

Reply

You must log in to post.

About this Plugin

About this Topic