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

stickgrinder’s picture

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

g.k’s picture

+1 same issue with votes up/down module

nohup’s picture

how about reseting menu cache, does it help?

jennypanighetti’s picture

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

nohup’s picture

Status: Active » Closed (won't fix)

this 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