Closed (outdated)
Project:
Follow
Version:
6.x-1.5
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
20 May 2011 at 11:18 UTC
Updated:
18 Apr 2024 at 09:07 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
q0rban commentedHi! Thanks for taking the time to write this up. I don't think this is anything I'm interested in supporting for Follow. Instead, you might want to open a feature request on the me module issue queue to work with Follow. :)
Just so you know, you'll need to have it be:
not:
Comment #2
rv0 commentedthanks for getting my typo ;)
Created an issue in the Me Aliases issue queue
http://drupal.org/node/1168158
Comment #3
nohup commentedq0rban,
me module works by substituting candidate paths (which have %user, %user_uid_optional or %user_category) with their me equivalent using hook_menu_alter.
Follow module uses 'user/%/follow' as a menu item, instead if it could use 'user/%user/follow', it would make follow work with me, without breaking anything when me module is not installed. The code for follow_links_form function will have to be changed a bit to handle the user object instead of uid.
I have created a patch to support this at #1168158: Support for Follow module
Thanks
Comment #4
rv0 commentedthanks nohup
Your patch is great. It also needed a modification to the access function, which I made and rerolled in another patch
Changing status to "needs review" because I also think follow.module should use the 'user/%user/follow' path
Hope this doesn't break anything else, but it seems to work fine for me
Comment #5
q0rban commentedI haven't had many other requests for this, so I'm going to "won't fix" this issue. If there's others that want this, let me know.
Comment #6
rv0 commentedactually, using % instead of %user is kinda wrong (although it works), so this patch is very valid
Comment #7
astonvictor commentedI'm closing it because the issue was created a long time ago without any further steps.
if you still need it then raise a new one.
thanks