Search code examples
phpratingphpbb

how to add an average rating of topic as picture star


how to add an average rating of topic as picture star ?


Solution

  • Well, I have no idea what your code does - but you could do something like

    <img id="image" src="#">
    

    and then in a java script file put

    var x =  value;
    document.getElementById("image").src = 'url/default/starts-'x'.gif";