Questions tagged [userpoints]

14 questions
3
votes
1 answer

Disable Drupal 7 fivestar widget after vote is done

Co's, I am a newbie to drupal. I am using Drupal 7,fivestar,userpoints and voting rules modules in my intranet site. I created new rules by using the Rules module to award points to the content author based on the rating ( no of stars etc) provided…
Sundararaj Govindasamy
  • 8,180
  • 5
  • 44
  • 77
2
votes
1 answer

How well Users Points Voting API works with FiveStars module

I'm using "Users Points Voting API" module to combine "User Points" module and "Fivestar" module. It works, but not as expected. When an user rate a post, the author gains N points. If an user removes its vote, the author loses the N points. N is a…
aneuryzm
  • 63,052
  • 100
  • 273
  • 488
1
vote
1 answer

I cannot access to user points pages: myuserpoints/ID

I'm using the "User Points" module in Drupal to assign points to the users given the rating on some of their nodes. I visited the menu: admin/user/userpoints from which I can see users scores. However when I click on one of them, I get "Access…
aneuryzm
  • 63,052
  • 100
  • 273
  • 488
1
vote
0 answers

[current-user:points) token showing points of the full category

The token [current-user:points] showing points of the full category. Example, the token value displays the points of all articles in the article section and I had added the token in every article and now it showing the misleading information. Now, I…
1
vote
1 answer

Drupal 7 - Fivestar and Userpoints

i have a content type and the possibility for logged in users to vote on it. there are 5 different fivestar votings (categories) on the node. now i want to add userpoints and wanted to ask if it is possible that when a user votes that he gets 1…
JOKER
  • 13
  • 2
1
vote
1 answer

How can I check whether one's current User Points are negative with the Rules module?

My question is pretty straightforward: how can I check whether a user's current amount of User Points is negative with the Rules module? I'd like to create an action that should be activated when the user is granted User Points. The event is set,…
Jeroen
  • 544
  • 3
  • 27
1
vote
1 answer

How to grant user User Points equal to certain field's value / calculated value?

I've a content type 'Content' with the field 'Value' (an integer) and a flag called 'Publish Content and grant points to user'. Every time a Content is flagged with this flag, I'd like to grant the Content's author some User Points, equal to the…
Jeroen
  • 544
  • 3
  • 27
1
vote
2 answers

How to grant user User Points after publishing content, while content's default is unpublished?

I'd like to grant users User Points when their added content of the content type 'Content', which is unpublished by default, is published. I tried this with the Rules module: - Event: After saving new content - Elements: * Content is of type:…
Jeroen
  • 544
  • 3
  • 27
0
votes
1 answer

Drupal Userpoints module

Is there already an update for the userpoints_role mod? I have a userpoints system implemented for drupal 7.x but i want it to give roles automaticly as users gain or lose karma, i do not have a clue how to do this, so any help on this matter would…
Jonathan
  • 324
  • 1
  • 6
  • 18
0
votes
1 answer

How to give points to user based on number of characters on post description in Drupal 7?

I have installed the User points, rules and related modules. How to give points to user based on number of characters on post description? Example:- A user will get only 0 point for posting / replying a forum thread, if the description part has…
0
votes
2 answers

How to grant user User Points after adding comment once?

I created a rule to grant users User Points when they added a comment on a node. However, I'd like to grant them these points only once. That means: they don't get more points when they react a second or a third time on the same node, but they will…
Jeroen
  • 544
  • 3
  • 27
0
votes
1 answer

How to limit the amount of User Points users get?

I've a content type 'Content' with the field 'Value' (an integer) and a flag called 'Publish Content and grant points to user'. Every time a Content is flagged with this flag, I'd like to grant the Content's author some User Points, equal to the…
Jeroen
  • 544
  • 3
  • 27
0
votes
1 answer

User point system in Cassandra

I want to design a system for user point. The main two points of this system are point and log. I want to use Cassandra to store the data. Two reason: Cassandra provides counter feature which I can use to store the point. The log of point changing…
lifei
  • 235
  • 2
  • 10
-2
votes
2 answers

is there a way to exchange variables between JavaScript and PHP

I have build a website in Drupal, and I am trying to create a fun way to get members involved with the site by building a userpoint system, the system is all in place, but I'm trying to make a shop where they can buy 'titles'. This is the script I…
Jonathan
  • 324
  • 1
  • 6
  • 18