Posted by hypnobliss on November 6, 2010 at 3:08am
5 followers
| Project: | User Points Contributed modules |
| Version: | 6.x-1.x-dev |
| Component: | Code: user2userpoints |
| Category: | bug report |
| Priority: | major |
| Assigned: | hypnobliss |
| Status: | needs review |
Issue Summary
Hello. I just did a fresh install of drupal 6, and the Userpoints module (version 6.x-1.0-beta1)
I enabled the user2user module (on the module page) and I enabled the proper permissions on the Access Control page...... so I think I followed all the directions correctly.However I (as the administrator) can't see the give points to users page. I know I can do this via the moderation tool but not as part of the user2user point contrib module).
I have seen a similar post (http://drupal.org/node/159434#comment-form) but that referred to a Drupal 5 version in 2007 which was fixed.
Can anyone help?
Comments
#1
Hi,
Try using the link below (replace example.com with your website URL)
http://www.example.com/user2userpoints
It takes you to a page where you can give points to a user.
Hope this helps,
T
#2
Thanks Tafa,
That solved my problem.
So simple yet effective!
Cheers!
Hypnobliss.
#3
Shouldn´t there be a link on my own profile or on other users profiles?
Would be a nice enhancement.
#4
you can always add a link on users' profiles using the tpl file that ships with user module...
#5
Yes, there is supposed to be a link, the code has no been properly updated from Drupal 5. Try the patch.
#6
The last submitted patch, fix_user_view.patch, failed testing.
#7
Weird, not sure what's up with the testbot.
Anyway, new patch that also checks permission and doesn't display it if you are viewing your own profile.
#8
The last submitted patch, fix_user_view2.patch, failed testing.
#9
#7: fix_user_view2.patch queued for re-testing.
#10
The last submitted patch, fix_user_view2.patch, failed testing.
#11
Ah, figured out the problem with the testbot.
The file did use windows style line endings and so the patch did too.
#12
#13