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.

CommentFileSizeAuthor
user2userpoints.module.patch808 bytesd4rkngel

Comments

berdir’s picture

Status: Active » Needs review

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

Status: Needs review » Needs work

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