Hi,
I think it has to to with:
friendlist_ui.module:
function friendlist_ui_user($op, &$edit, &$account, $category = NULL)
friendlist_api.module:
function friendlist_api_user($type, &$edit, &$account, $category = NULL)
Which one is the correct one?
Thanks.
Comments
Comment #1
zanhsieh commentedIf anybody is interested in how this work, here is the trick. Do not think it's a complete configurable; just a small patch.
Change friendlist_ui.module:
Please note that my site only allows 1-to-1 relationship; no fan. If you have configured your site just like me, then this small patch will work for you; otherwise we have to add more code for handling 'fan' (1-to-many) situations.
Thanks.
Comment #2
mercmobily commentedHi,
I don't think patching the module is a good way to go.
I do think it would be nice to have a feature here where users are greeted with a message like "You have X pending requests" when they log in -- please add a feature request! It should be pretty straightforward to implement, and it's actually useful.
Thanks,
Merc.
Comment #3
jjohn commentedhi
how do this work?
i mean where can i enable/view the
expected results?
thanks
Comment #4
mercmobily commented