Author Topic: Stars instead of Rating Drop Down  (Read 13091 times)

0 Members and 1 Guest are viewing this topic.

Offline Ch*yeuk

  • Newbie
  • *
  • Posts: 27
    • View Profile
Stars instead of Rating Drop Down
« on: July 25, 2006, 03:22:31 AM »
I think I've seen this before.. but I can't find the mod. I want to be able to highlight one to five stars, click, and the vote is saved.

Offline Ch*yeuk

  • Newbie
  • *
  • Posts: 27
    • View Profile
Re: Stars instead of Rating Drop Down
« Reply #1 on: July 25, 2006, 10:04:15 AM »
Doesn't that mod only show the rating of the file? I want to be able to rate with stars instead of the drop down menu with numbers.

Offline Ch*yeuk

  • Newbie
  • *
  • Posts: 27
    • View Profile
Re: Stars instead of Rating Drop Down
« Reply #2 on: July 27, 2006, 10:50:30 PM »
Can anyone help? Do I need to say it more clearly..?

Offline BartAfterDark

  • Hero Member
  • *****
  • Posts: 520
    • View Profile
Re: Stars instead of Rating Drop Down
« Reply #3 on: July 27, 2006, 11:59:24 PM »
I think he wants the same thing as here --> http://www.konradin.net/galerie/img961.htm

look in this thread --> http://www.4homepages.de/forum/index.php?topic=12888.0 ( I also want this ;))

Offline Ch*yeuk

  • Newbie
  • *
  • Posts: 27
    • View Profile
Re: Stars instead of Rating Drop Down
« Reply #4 on: July 28, 2006, 11:14:28 PM »
I think.. something like that, I'll check it out when I have time. Thanks for your reply! By the way, I'm not a guy (=

Offline Ch*yeuk

  • Newbie
  • *
  • Posts: 27
    • View Profile
Re: Stars instead of Rating Drop Down
« Reply #5 on: July 30, 2006, 01:40:02 AM »
Okay, I've installed that mod and it isn't exactly what I wanted. However, that mod did help in someway, plus I found a simple modification elsewhere that can be used with 4images. I've tried it out and it works fine with me. All you really need is some stylesheet knowledge. If anyone is interested the link is here: http://komodomedia.com/blog/index.php/2005/08/24/creating-a-star-rater-using-css/

Offline nfprehn

  • Newbie
  • *
  • Posts: 41
    • View Profile
    • How to become a model
Re: Stars instead of Rating Drop Down
« Reply #6 on: July 31, 2006, 04:42:55 PM »
Hey guys (and girls)

It would be nice if your css tutorial would interlink with the mod that BartAfterDark posted above. 

Lots of people seem to have implemented the star rating (rather than the dropdown) - isn't anyone feeling generous today?  :roll:

Offline BartAfterDark

  • Hero Member
  • *****
  • Posts: 520
    • View Profile
Re: Stars instead of Rating Drop Down
« Reply #7 on: July 31, 2006, 04:52:46 PM »
I tried to "borrow" the gode from konradin but couldn't quite get it working :/

Offline Ch*yeuk

  • Newbie
  • *
  • Posts: 27
    • View Profile
Re: Stars instead of Rating Drop Down
« Reply #8 on: August 01, 2006, 01:05:02 AM »
It's very easy to use both. Just install the mod, then follow the instructions for the css stars, replacing the "rate 1" etc links from the mod with the list of 1, 2, 3, 4, 5 in step 1 of the css star tutorial.

This is how my rate_form.html template looks like

Code: [Select]
<span id="kbrating">
<ul class='star-rating'>
<li><a href="javascript:rate('1');" class="star1">1</a></li>
<li><a href="javascript:rate('2');" class="star2">2</a></li>
<li><a href="javascript:rate('3');" class="star3">3</a></li>
<li><a href="javascript:rate('4');" class="star4">4</a></li>
<li><a href="javascript:rate('5');" class="star5">5</a></li>
</ul>
</span>

Offline BartAfterDark

  • Hero Member
  • *****
  • Posts: 520
    • View Profile
Re: Stars instead of Rating Drop Down
« Reply #9 on: August 01, 2006, 12:21:03 PM »
It's very easy to use both. Just install the mod, then follow the instructions for the css stars, replacing the "rate 1" etc links from the mod with the list of 1, 2, 3, 4, 5 in step 1 of the css star tutorial.

This is how my rate_form.html template looks like

Code: [Select]
<span id="kbrating">
<ul class='star-rating'>
<li><a href="javascript:rate('1');" class="star1">1</a></li>
<li><a href="javascript:rate('2');" class="star2">2</a></li>
<li><a href="javascript:rate('3');" class="star3">3</a></li>
<li><a href="javascript:rate('4');" class="star4">4</a></li>
<li><a href="javascript:rate('5');" class="star5">5</a></li>
</ul>
</span>

You got a link where we can see it in action :)

Offline Ch*yeuk

  • Newbie
  • *
  • Posts: 27
    • View Profile
Re: Stars instead of Rating Drop Down
« Reply #10 on: August 01, 2006, 11:28:16 PM »
You got a link where we can see it in action :)
I don't want to show my gallery to the public untill I'm done with it.. but you can look at the example on the tutorial site. This is the link to it: http://komodomedia.com/blog/samples/ratings.htm

Offline jrey

  • Full Member
  • ***
  • Posts: 165
    • View Profile
    • http://www.jrey.net
Re: Stars instead of Rating Drop Down
« Reply #11 on: May 05, 2007, 01:12:58 AM »
Anybody Knows how to integrate this rating mod with 4images ?