Closed (won't fix)
Project:
me aliases
Version:
6.x-2.7
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Sep 2010 at 02:19 UTC
Updated:
12 Jan 2011 at 11:51 UTC
On the user's account page, either the votingapi modulre or the vote_up_down module creates a "Votes" tab having the URL user/[UID]/votes. If I use the numeric uid in the path, I get a summary of vote information. If I try going to user/me/votes I get a message saying the page wasn't found.
The other modules are vote_up_down (6.x-2.0) and votingapi (6.x-2.3).
Comments
Comment #1
stickgrinder commentedSame happens for weather module: user/[uid]/weather lets user specify personal preferences for weather condition, but user/me/weather is not mapped, preventing the creation of a menu item or various links.
Comment #2
g.k commented+1 same issue with votes up/down module
Comment #3
nohup commentedhow about reseting menu cache, does it help?
Comment #4
jennypanighetti commented+1 same issue with the "Flags" module. user/1/flags works and user/me/flags doesn't.
nohup: no, clearing the caches did not change anything.
Comment #5
nohup commentedthis is a bug in the vote_up_down module, it does not handle the function arguments properly. #1024138: Namespace the user votes tab and move access check to access callback