Closed (fixed)
Project:
Vote Up/Down
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
12 Jan 2011 at 11:44 UTC
Updated:
3 Jan 2014 at 02:41 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
nohup commentedpatch for vud.module attached
Comment #2
marvil07 commentedI see what you mean.
But the real problem is that we are using "votes" string as we are the only module handling votes :-p
So, I would be glad to commit a patch that provides a better menu path, namespacing it.
I mean, changing:
$items['user/%user/votes']with$items['user/%user/vote_up_down/votes'.It is going to need a menu rebuilt on a
hook_update_N().Comment #3
marvil07 commentedI changed a little the patch, and then pushed! (to 6.x-3.x and 6.x-2.x)
Thanks for reporting and providing the patch.
Comment #4
marvil07 commentedI think 7.x can use this :-p
Comment #5
marvil07 commentedMaybe is better to drop that feature for 7.x, I just realized that it's vud_node specific, so it should live there. Anyway, moving to old state.