The Arcive of vBulletin Modifications Site. |
|
Users Awaiting Email Confirmation - Selective PMs Details »»
|
|||||||||||||||||||||||||||
|
Users Awaiting Email Confirmation - Selective PMs
Developer Last Online: Apr 2012
What does this do?
This add-on blocks members of the "Users Awaiting Email Confirmation" usergroup from sending PM's to anyone except members of staff (Mods, Supermods and Admins). Installation You need to make sure that the "Users Awaiting Email Confirmation" usergroup have permission to send PMs. Do this using the Usergroup Editor in the AdminCP. Then install the Product XML as normal. Important: Unfortunately, my leased vBulletin licence has now expired, and I won't be renewing it until September which means I will be unable to reply to this thread, or update this mod until then. I'm hopeful that the great vBulletin.org community will step in to answer any questions in my absence though See you all in early September! Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
great work
|
|
#3
|
||||
|
||||
|
A must product, at least for me
|
|
#4
|
|||
|
|||
|
Great work!
|
|
#5
|
|||
|
|||
|
Hi, is it possible to extend this to custom usergroups?
Regards |
|
#6
|
|||
|
|||
|
From what perspective? If you wish to add additional "staff" usergroups, edit the following line in the plugin:
PHP Code:
If you meant that you wish to make other usergroups only be able to PM staff, then look for the following line (the first line of the plugin): PHP Code:
|
|
#7
|
|||
|
|||
|
Hi,
thanks for the fast reply. I meant the second one. Instead of removing the "Users awaiting..." number, can I add other custom usergroups? For example, usergroup 26 Should it be like this? if ($vbulletin->userinfo['usergroupid'] == 3, 26) or is that not possible? Also, is it possible to include a IF statement. For example, if the usergroup is 3, show error confirm email msg and if the usergroup is 26, show different message? Regards |
|
#8
|
|||
|
|||
|
To use 1 additional usergroup, change the line to:
PHP Code:
To use more usergroups, do something like: PHP Code:
With regards to your second question, there is currently no way to do this within the existing code, but if you send me a PM with the usergroup ids and the text that you want displayed for each one, I will make a custom version for you ![]() Thanks, Alan. |
|
#9
|
|||
|
|||
|
Thanks again Alan @ CIT
The custom one worked perfectly
|
|
#10
|
|||
|
|||
|
Excellent news
|
![]() |
|
|