Closed (fixed)
Project:
Drupal.org CVS applications
Component:
new project application
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
20 Aug 2009 at 00:08 UTC
Updated:
3 May 2019 at 13:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
ki commentedComment #2
avpadernoTo generate the absolute URL, you should used
url("user/{$user->uid}", array('absolute' => TRUE)); I am not then sure it is really required, becauseThe rest is fine.
Comment #3
ki commentedOn my site, I modified user profile to show all the groups that users belong to and it also shows to anonymous users with cached version. So when users hide their membership I wanted to clear the cache for the user profile to take immediate action. I think this may not be the case in general, so I have deleted the line. Attached is the modified version.
Thanks.
Comment #4
avpadernoComment #7
avpadernoI am giving credits to the users who participated in this issue.