The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Prevent user from Turning PMs off...?
Hello - is there a way to prevent users from turning PMs off? I am not sure if there is a way within vB itself, or if a hack/plugin would be needed. I looked within the board, and didn't see anything. any ideas? Thanks!
|
#2
|
||||
|
||||
Quote:
one way would be to edit the modifyoptions template and comment out the lines that display: If you do not want to send or receive private messages, you may disable the private messaging system. Enable Private Messaging *shrug* |
#3
|
|||
|
|||
I just dont want the members to be able to turn PMs off
|
#4
|
||||
|
||||
edit the modifyoptions template and comment out the lines:
<!-- <td> <phrase 1="private.php$session[sessionurl_q]">$vbphrase[features_private_messaging_system]</phrase> </td> </tr> <tr> <td><label for="cb_receivepm"><input type="checkbox" name="options[receivepm]" value="1" id="cb_receivepm" onclick="toggle_disabled(this.checked, 'pmoptions')" $checked[receivepm] />$vbphrase[enable_private_messaging]</label><input type="hidden" name="set_options[receivepm]" value="1" /></td> --> then your users will not have the option to turn off the private messaging. sorry disable was the wrong word to use. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|