Download & Extend

Give points link not displayed in user profile

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

Version:6.x-1.0-beta1» 6.x-1.x-dev
Status:active» needs review

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

AttachmentSizeStatusTest resultOperations
fix_user_view.patch1.19 KBIdleFAILED: [[SimpleTest]]: [MySQL] Invalid patch format in fix_user_view.patch.View details | Re-test

#6

Status:needs review» needs work

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

#7

Status:needs work» needs review

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.

AttachmentSizeStatusTest resultOperations
fix_user_view2.patch1.34 KBIdleFAILED: [[SimpleTest]]: [MySQL] Invalid patch format in fix_user_view2.patch.View details | Re-test

#8

Status:needs review» needs work

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

#9

Status:needs work» needs review

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

#10

Status:needs review» needs work

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

#11

Status:needs work» needs review

Ah, figured out the problem with the testbot.

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

AttachmentSizeStatusTest resultOperations
fix_user_view3.patch1.38 KBIdlePASSED: [[SimpleTest]]: [MySQL] 0 pass(es).View details | Re-test

#12

Category:support request» bug report

#13

Title:User2User Points - Give Points» Give points link not displayed in user profile