Closed (fixed)
Project:
Follow
Version:
6.x-1.2
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Jul 2009 at 00:09 UTC
Updated:
13 Aug 2009 at 02:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
q0rban commentedHi there! Glad the module is helpful for you.
Did you disable permissions for the user role in question? I believe that if you disable the add user follow links permission for that role, the menu item will go away...
Comment #2
q0rban commentedComment #3
sarcastyx commentedHi there, sorry for the delay in responding back but been bogged down with work.
Yes I've got the permission set to off for everyone but the administrator.
Still the Users follow links show up under their user profile.
Thanks.
Comment #4
q0rban commentedOh, yeah, look at that. My apologies. I've committed a fix, and attached the patch here in case you need it right away.
http://drupal.org/cvs?commit=242500
Comment #5
AlexisWilke commentedq0rban,
You're nearly there...
The $account->uid does not work too well...
The following actually works for both people, those who want and those who don't want the follow links in the user account:
Comment #6
q0rban commentedHaha.. good catch!
Comment #7
q0rban commentedThanks, committed.
http://drupal.org/cvs?commit=243462
Comment #8
q0rban commentedPatch attached if you need it ASAP..
Comment #9
sarcastyx commentedCool and thanks will give it a try.