Wallpaper Script Forum » How-To and Troubleshooting

How to show rating on homepage?

(5 posts)
  1. leahn88
    Member

    I noticed that the rating system is not showing up on the homepage. It only shows up when I'm inside a category or on the related wallpapers.

    I looked inside the main.tpl but I don't know where to paste the star rating code which I think it's {$star_rating}

    Does anybody know how to do this?

    Posted 1 year ago #
  2. hi.. What is ur website ?

    Posted 1 year ago #
  3. leahn88
    Member

    Hi batu. My website is idolpapers.com. There are only a few wallpapers which I uploaded for testing purposes. I'm still working on the site.

    Posted 1 year ago #
  4. Open modules/latestwallpapers/latestwallpapers.php

    find $items = $DB->getAll($sql);

    insert below lines..

    for($i=0; $i<count($items); $i++)
    {
    $items[$i][thumb_rating] = rating_bar($items[$i]['id'], '5', 'static');
    }

    it will fix your problem..

    Posted 1 year ago #
  5. leahn88
    Member

    It worked brilliantly, thank you very much for your help

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.