All Good Things Must Come To An End

As you all know, I have been doing WordPress plugins and supporting it for the past 6 years. These 6 years of my life, I have been through my polytechnic education, my national service as well as my university education.

I just graduated from university in December 2009 and have been looking for full-time jobs. I am offered a full-time job and will be starting work on 1st February 2010.

I regret to say that I am NOT ABLE to provide support for my plugins anymore due to my full-time job commitment. I will leave this forum open and let the community help one another.

However, I WILL still update my plugins whenever I can and you still can report bugs to me via email and I will try to fix it.

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

Pages: [1]
1
WP-PostRatings / Trying to figure out HTML rating code
« on: 07 November 2011, 23:59 »
So I'm trying to add a manual rating in a page of posts, so I can style it different than other ratings.

I have this

<a href="javascript:void(0)" class="save-rate" onmouseover="current_rating(, 1, '');" onmouseout="ratings_off(0, 0, );" onclick="rate_post();" onkeypress="rate_post();">Save</a>

But it only works on the first post. How can I make it work on all posts?

2
WP-PostRatings / Disable hover on %RATINGS_TEXT%
« on: 07 October 2011, 03:10 »
Is there a way to disable the "onmousehover" of the %RATINGS_TEXT%

for example: have the %RATINGS_TEXT% just sit next to the image

I don't know much about javascript, not enough to edit the code correctly. Can someone help me out?

3
WP-PostRatings / List users who rated post
« on: 06 September 2011, 21:56 »
Is there a function to list all the users who rated a post, that I could put in the post?

Example (this post was rated by john, steve, jack.)


Thanks

4
WP-PostRatings / customize hover text?
« on: 08 July 2011, 01:49 »
how do i change the text the displays on mouse hover over the images?


for example, instead of "1 star" make it say "1 apple"


thanks

sorry if this has been answered, i just couldn't find it.

5
nope

I saw an old post in which you said you were trying to do this, are you still working on it or is it flat out impossible? sorry if it sound ignorant, but i know nothing about sql

6
WP-PostRatings / Separate Likes and Dislikes of Each Post
« on: 01 March 2011, 22:00 »
Is it possible to display, separately the likes and dislikes on each post? Similar to the posts on textsfromlastnight.com

Pages: [1]