The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
245 views

Localization variable not visible in minified script [closed]

I'm using W3 Total Cache and WP-PostRatings. JavaScript is minimized. The minimized file contains the WP-PostRatings' js file which is enqueued & localized as: wp_enqueue_script('wp-postratings', ...
0
votes
1answer
354 views

Using wp-postratings to rate user on profile pages

I'm using wp-postratings on my site and I want to include it on the buddypress profiles of my members so other users can rate them. I place the function on the profile page but it doesn't do anything ...
0
votes
1answer
126 views

Show whether a post is plus or minus with Wp-Postratings

Im using WP-Postratings to show thumbs up or down for posts and I want to show on the homepage in post excerpts whether a post in in the plus or minus. If it's in the plus I want to show a custom ...
0
votes
1answer
147 views

Undefined index: ratings_score …/wp-postratings.php on line 994

Recently i activated debug mode on my wordpress blog and the following error occurred . Notice: Undefined index: ratings_users in C:\wamp\...\wp-postratings.php on line 994 The code is : ...
0
votes
2answers
542 views

WP-PostRatings - how to make rating show up?

I have Boldy theme on a 3.2.1 instance of Wordpress. I have installed the plugin WP-PostRatings. I want it to show up on my individual posts when posts are viewed individually on a page. I ...
1
vote
2answers
189 views

Wordpress: PHP code rendering in the wrong place

I'm trying to insert a php code for a post-rating on wordpress. It used to work out of the echo normally and in-place. Now, using this code, instead of the rating showing up after "User Rating:" it ...
0
votes
1answer
440 views

How to remove message output for the WP-PostRatings Plugin?

When the user clicks on the vote image, the image changes to the voted state. If the user clicks the image in the voted state again, a message pops up saying: You Had Already Rated This Post. Post ...
0
votes
1answer
190 views

Any way to change WP-PostRatings so you can only vote up?

I'm using the up/down voting feature of this plugin and would like to not allow people to 'down vote'. So basically, if they like the post, they vote it up, and if not, they leave it how it is. Is ...