The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I've tried searching and perhaps I'm using vague or incorrect keywords but I've not found what I'm looking for.
After a weekend away from my forum I came back to find a load of PM's waiting for me most of which could, and should, have been sent to one of the moderators online rather than the chairman. Is it possible, with a mod/hack, to display a message to users when they attempt to PM me? Ideally I'd like a predefined message ensuring people are PM'ing the right person and advising them to PM moderators with "trivial" forum related issues. |
#2
|
|||
|
|||
![]()
One idea would be to add a little JavaScript to the vB pm_newpm template.
From: Code:
<div id="pmrecips"><textarea id="pmrecips_txt" name="recipients" rows="<if condition="is_browser('mozilla')">1<else />2</if>" cols="50" tabindex="1">$pm[recipients]</textarea></div> Code:
<div id="pmrecips"><textarea id="pmrecips_txt" name="recipients" rows="<if condition="is_browser('mozilla')">1<else />2</if>" cols="50" tabindex="1" onchange="if (this.value.toLowerCase() == 'username') confirm('Are you sure you are sending this PM to the correct person?')">$pm[recipients]</textarea></div> |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|