Closed (fixed)
Project:
Buddylist2
Version:
5.x-1.x-dev
Component:
Buddy API
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
10 Sep 2008 at 16:57 UTC
Updated:
6 Jan 2009 at 18:32 UTC
Hi,
I found that receiving emails from each buddy request will be quite exhausting for a busy site, and would prefer that when a user logs in, has a consistent message (perhaps in page.tpl?)
'you have x number of buddy requests, continue to buddylist/requests'.
Perhaps something similar to the following ..
<?php
global $user;
buddylist_setmsg_received($user->uid);
?>Is there perhaps another way to do this? I've tried the workflow-ng, but only seems to send emails on buddy requests.
Look so forward to any reply, and thank you.
Lilian
Comments
Comment #1
crizYes, something like this makes sense. I would do this with a customized block. Then you can display the block on the frontpage but also on other relevant pages...
Comment #2
criz