WP-Polls Update
» Now you can change WP-Polls’s Poll Bar style in WP-Admin itself, one of the features that I longing to implement is finally implemented. See that in action.
» WP-Polls is now 100% localize thanks to Ravan and Philippe Corbes.
» If you do not like WP-Polls and wish to remove it totally, you wish came true. The built-in uninstaller by Philippe Corbes does the trick.
» The usage instructions is now in the plugin itself under Polls -> Polls Usage
On other plugins, I will work on WP-Downloads and WP-Ban in December, expect it to be out for testing by January 2007.
 




(300 votes, average: 3.82 out of 5)
October 24th, 2006 at 23:18
hi lester
i tried sending you an email to your hotmail account but it bounced back
I cant find where to ask this so I will do it here since it is somewhat related
I am using your wp-ratings plugin. Is there a way to limit the number of “Highest rating” “most rated” that show in the sidebar?
right now it shows every post that has been rated, in order.. i only want the top 3 to show.
can you please email me with a response if you can in case i forget to check back here?
thanks
October 25th, 2006 at 16:33
bounce? u sure it is sent correctly? use
get_highest_rated ( “both”, 3 )
October 27th, 2006 at 15:26
Hi. Did you put the newly revised wp-polls in the download section of your site? I still got the old one when I tried downloading it…
Thanks.
October 27th, 2006 at 16:12
nope, i will release it in December.
October 28th, 2006 at 19:45
hi,GaMerZ
I am now using your wp-ratings plugin. I want the rating to be in the same line with the text before it, but it is now always getting to the next line. You can see this on my website, I want Permalink, Comments and Rating to be in the same line.Could you please tell me what to do? Thanks.
October 29th, 2006 at 00:54
hmmm i think u have to have to add display: inline; for the postratings-css.css
I have no idea whether it works or not as i kinda suck in css.
November 4th, 2006 at 17:41
Then i try read documentation i get error :/ how to use this plugin?
November 4th, 2006 at 23:38
site url? i think you can post in http://forums.lesterchan.net
December 10th, 2006 at 02:10
hi,GaMerZ
I am using the WP-polls plug in, and it is working fine in Firefox. In Explorer there is an awful lot of space between the title and the options. Is there any solution to that problem?
December 11th, 2006 at 01:28
Hi soeren, it has something to do with the width. open up polls-css.css
Find
width:100%;
Replace
width: 98%;
December 11th, 2006 at 03:31
Thanks, problem solved.