Results 1 to 6 of 6

Thread: video rating

  1. #1
    Templar is offline Member
    Join Date
    Jan 2009
    Posts
    31

    Default video rating

    Hi, I tried to get video rating on index page under each video thumb but without luck.. maybe anyone know how to do it?
    check attachment.

  2. #2
    RAMMSTEIN is offline Senior Member
    Join Date
    Feb 2008
    Location
    Greece
    Posts
    242

    Default Re: video rating

    The script is zent, in the next version you can do that easy.

    Just including the PHP file "include/function_video_rating.php" to your index.tpl.

  3. #3
    Templar is offline Member
    Join Date
    Jan 2009
    Posts
    31

    Default Re: video rating

    yeah I got to that part, but how do I call the rating for a specific thumb?
    I mean
    Code:
    {insert name=video_rating assign=rating id=$video_info.VID}{$rating}

  4. #4
    RAMMSTEIN is offline Senior Member
    Join Date
    Feb 2008
    Location
    Greece
    Posts
    242

    Default Re: video rating

    Show rating at index page you have to :

    For recent video add this code:
    Code:
    {if $recent[i].ratedby gt "0"}{insert name=show_rate assign=rate rte=$recent[i].rate rated=$recent[i].ratedby}{$rate}{/if}
    New video add this code:
    Code:
    {if $new_video[i].ratedby gt "0"}{insert name=show_rate assign=rate rte=$new_video[i].rate rated=$new_video[i].ratedby}{$rate}{/if}
    Featured Videos add this code:
    Code:
    {if $featured_videos[i].ratedby gt "0"}{insert name=show_rate assign=rate rte=$featured_videos[i].rate rated=$featured_videos[i].ratedby}{$rate} {/if}

  5. #5
    budgierless is offline Member
    Join Date
    Jan 2010
    Posts
    55

    Default

    How do i make the video_rating stars bigger?

  6. #6
    bplex is offline Senior Member
    Join Date
    Sep 2008
    Posts
    1,022

    Default

    Change the images in your templates/images folder, replacing the smaller stars for bigger ones.
    vShare Solutions
    Custom vShare Modules and Services

    Now, your visitors can watch videos on your site using their mobile or tablet device with the Mobility Mod for vShare 2.8!

Similar Threads

  1. Rating system/?
    By k3lvin in forum Template Modifications
    Replies: 4
    Last Post: 04-02-2011, 04:49 AM
  2. Rating System not working on videos
    By twebb in forum Installation Support
    Replies: 11
    Last Post: 10-20-2008, 05:28 PM
  3. Stars Rating not showing on main page
    By Meghwar in forum Installation Support
    Replies: 3
    Last Post: 03-31-2008, 12:01 PM
  4. "server problem" on rating profile
    By leki in forum Fixed Bugs
    Replies: 0
    Last Post: 07-31-2007, 05:41 PM
  5. Issues with Rating and Commenting on a video
    By Pari in forum Fixed Bugs
    Replies: 16
    Last Post: 07-24-2007, 02:12 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •