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?
| Comment | File | Size | Author |
|---|---|---|---|
| #18 | user2userpoints.module.963860.patch | 1.05 KB | mr.j |
| #16 | user2userpoints.module.963860.patch | 1.05 KB | mr.j |
| #14 | user2userpoints.module.963860.patch | 1.01 KB | mr.j |
| #11 | fix_user_view3.patch | 1.38 KB | berdir |
| #7 | fix_user_view2.patch | 1.34 KB | berdir |
Comments
Comment #1
Tafa commentedHi,
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
Comment #2
hypnobliss commentedThanks Tafa,
That solved my problem.
So simple yet effective!
Cheers!
Hypnobliss.
Comment #3
xqbzzr commentedShouldn´t there be a link on my own profile or on other users profiles?
Would be a nice enhancement.
Comment #4
Tafa commentedyou can always add a link on users' profiles using the tpl file that ships with user module...
Comment #5
berdirYes, there is supposed to be a link, the code has no been properly updated from Drupal 5. Try the patch.
Comment #7
berdirWeird, 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.
Comment #9
berdir#7: fix_user_view2.patch queued for re-testing.
Comment #11
berdirAh, figured out the problem with the testbot.
The file did use windows style line endings and so the patch did too.
Comment #12
berdirComment #13
berdirComment #14
mr.j commentedYears later, still not committed... wasted my time writing a near identical patch before finding this issue.
Anyway the patch attached here is better because it uses the userpoints translation for the section heading in the user profile instead of just putting "Give Points" in there.
Comment #16
mr.j commentedAnd this one returns you to the user's profile page after gifting them points instead of just remaining on the gift form page.
Patch is against latest recommended release (beta1 I think, not the dev)
Comment #18
mr.j commentedThis one is against dev. Apologies for the issue notification spam if you are getting this.
Comment #19
mr.j commentedIt would be good to have this committed. I've been using it for a long time without issue.
One less thing to re-patch after Drupal alerts us of another faux-update to dev versions of every module.