XF 1.5 How do I set up a notice for members sending conversations to me?

Alpha1

Well-known member
The sheer number of conversations that I get every day are driving me crazy. I need to find a way to stop the support requests by displaying a notice to members who open this url:
/conversations/add?to=Alfa

Is there any way to accomplish this?
 
Sorry be to be OT:
If they can't send you a pm, they will post it publicly in the forum.
Just try to disable the pms for one day and you will see.
 
You'd likely need to edit the template directly as I don't believe notices would allow you to switch based on what's present in the query string.
 
At /account/privacy under Start conversations with you: you can temporarily disable the conversation system just for you.
For the link /conversations/add?to=Alfa you can put a rewrite rule to your .htaccess to a specific forum or something else.
:)
 
I need the conversation function available to me. I need to be able to receive normal communication, but somehow guide members with forum questions and helpdesk type questions to not use my personal inbox for this.

Would it be possible to do a template modification with some conditional that if the conversation recipient is me then display a message?
 
Top Bottom