Needs work
Project:
User Points Contributed modules
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Nov 2010 at 22:07 UTC
Updated:
12 Feb 2011 at 08:41 UTC
Realname overwrites the $node->name parameter in user2userpoints node link, now the link is as follows:
"user2userpoints/user_realname" instead of "user2userpoints/user_name"
now I can't give points because user2userpoints form doesn't recognize user realnames, I'm attaching a patch where I changed $node->name to $node->uid so the form can read the user we are giving points to.
Sorry for my bad english.
| Comment | File | Size | Author |
|---|---|---|---|
| user2userpoints.module.patch | 808 bytes | d4rkngel |
Comments
Comment #1
berdirI guess that's the only way out, realname.module sometimes is trying to do too much.
Please set the status to needs review when you upload a patch.