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

Tafa’s picture

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

hypnobliss’s picture

Thanks Tafa,
That solved my problem.
So simple yet effective!
Cheers!
Hypnobliss.

xqbzzr’s picture

Shouldn´t there be a link on my own profile or on other users profiles?
Would be a nice enhancement.

Tafa’s picture

you can always add a link on users' profiles using the tpl file that ships with user module...

berdir’s picture

Version: 6.x-1.0-beta1 » 6.x-1.x-dev
Status: Active » Needs review
StatusFileSize
new1.19 KB

Yes, there is supposed to be a link, the code has no been properly updated from Drupal 5. Try the patch.

Status: Needs review » Needs work

The last submitted patch, fix_user_view.patch, failed testing.

berdir’s picture

Status: Needs work » Needs review
StatusFileSize
new1.34 KB

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.

Status: Needs review » Needs work

The last submitted patch, fix_user_view2.patch, failed testing.

berdir’s picture

Status: Needs work » Needs review

#7: fix_user_view2.patch queued for re-testing.

Status: Needs review » Needs work

The last submitted patch, fix_user_view2.patch, failed testing.

berdir’s picture

Status: Needs work » Needs review
StatusFileSize
new1.38 KB

Ah, figured out the problem with the testbot.

The file did use windows style line endings and so the patch did too.

berdir’s picture

Category: support » bug
berdir’s picture

Title: User2User Points - Give Points » Give points link not displayed in user profile
mr.j’s picture

Assigned: hypnobliss » Unassigned
Status: Needs review » Reviewed & tested by the community
StatusFileSize
new1.01 KB

Years 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.

Status: Reviewed & tested by the community » Needs work

The last submitted patch, user2userpoints.module.963860.patch, failed testing.

mr.j’s picture

Status: Needs work » Reviewed & tested by the community
StatusFileSize
new1.05 KB

And 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)

The last submitted patch, user2userpoints.module.963860.patch, failed testing.

mr.j’s picture

Status: Reviewed & tested by the community » Needs work
StatusFileSize
new1.05 KB

This one is against dev. Apologies for the issue notification spam if you are getting this.

mr.j’s picture

Issue summary: View changes
Status: Needs work » Reviewed & tested by the community

It 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.

Status: Reviewed & tested by the community » Needs work

The last submitted patch, 18: user2userpoints.module.963860.patch, failed testing.