Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Ch*yeuk

Pages: [1] 2
1
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

2
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>

3
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/

4
Excellent! I've installed it and it's working. Though it did take me two tries .. =P

5
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 (=

6
Can anyone help? Do I need to say it more clearly..?

7
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.

8
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.

9
This doesn't work for me.. the thumbnail address is wrong.

10
Awesome! I was really annoyed that I had to keep pressing back to go back to the previous page when my clickstream didn't go to the right page. Not only that, but I had to press back twice.. for some reason. Anyways, glad this mod exists. Installed it, working perfectly, loving it =D The "draw-back" also doesn't occur for me.. or I misunderstood what you meant.

11
Mods & Plugins (Releases & Support) / Re: [MOD] Votes saved in DB
« on: July 23, 2006, 10:41:14 PM »
Thanks for the mod, works great =D now I'm just trying to find out how to disable guest voting =\

12
Just what I was looking for! Excellent =D I found the clickstream page thing annoying too. I prefer the first method though. I tried the second one and it just didn't.. look that good heh.

13
Hi Chris,
I wonder if u cld shed some light on this.. I am busy with an "image dashboard" & have both the txt links (previous & next) and then using the existing code in the details page to show the previous and next thumbnails. Only prob is, like u mentioned in the "dirty" method, when at the start and end its showing the thumbs as missing. Any ideas how to modify the above code, so it uses a holding image in the case that there is no previous image available? I understand the logic of show imageA, if imageA isnt available show imageB, but just not sure of the actual code. Any advice on this would be much appreciated!!
TIA
Chris
I would like to know how to do that ^. Replacing the next/previous with thumbnails.

14
Hi, I've installed this mod and it works almost perfectly. It shows a thumbnail beside each file name.. but it doesn't show that file's thumbnail. Instead, I have the default "jpg" picture .. which is for broken images, right? My images aren't broken though.. they're all fine, and they all have thumbnails.

15
Can this mod show the thumbnails of the images users have downloaded?

Pages: [1] 2