Closed (fixed)
Project:
Flag Friend
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
24 Mar 2009 at 23:16 UTC
Updated:
4 May 2009 at 23:10 UTC
There are some activity hooks that need to be implemented for my own personal reasons :D
| Comment | File | Size | Author |
|---|---|---|---|
| flag_friend-activity_access.patch | 1.12 KB | sirkitree |
Comments
Comment #1
sirkitree commentedComment #2
tracerhand commentedI'm a big fan of Flag Friend. What does this patch do?
Comment #3
sirkitree commentedThis will make so that flag_friend will play nicely with activity module's 6.x-2.x branch.
Please see this issue for a more in-depth discussion:
#407840: hook_activity_grants() & hook_activity_access_grants()
Comment #4
tracerhand commentedInteresting! I've applied the patch but I'm not sure what new stuff I'm supposed to see. Views of the type "Activity" don't seem to offer any arguments or relationships that have to do with Friend Flag, which is what I (perhaps wrongly) expected.
Comment #5
sirkitree commentedYou won't see anything different within the view ui itself. Where you would see a difference is within the SQL as Activity module uses db_rewrite_sql() to change the view's SQL. Read the Activity issue linked above to get a better idea of what this does exactly.
Comment #6
tracerhand commentedI'm afraid the link above is beyond my comprehension. Oh well - it certainly sounds good, the idea of integrating Flag Friend with Activity more intimately. Keep up the good work!
Comment #7
sirkitree commented