vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Private Messages Enhancements - Prevent members sending private message to others (https://vborg.vbsupport.ru/showthread.php?t=197088)

SVTCobraLTD 01-29-2009 12:28 PM

Can it be setup so the user will not be able to receive or send PM's except from Admins?

SVTCobraLTD 02-09-2009 02:33 PM

Anyone?

YLP1 03-31-2009 05:31 PM

Quote:

Originally Posted by YLP1 (Post 1726779)
How do I set this mod to only allow certain usergroups including the admin and mods to be able to receive and send pms? For instance, I want my most senior group to be able to send and receive but all other groups only receive.

Also, I cannot find the phrases in order to put the URL for members to click to my Help Desk for assistance.

Thanks in advance.

Anyone know how to do the above?

TIA

YLP1 03-31-2009 07:01 PM

I have figured out how to change the permission message but I cannot figure out how to add several usergroups - I don't know how to program. Anyone know how to add multiple usergroups instead of just limited to the two usergroups?

I have tried this:
[CODE]if ($vbulletin->options['prvnt_pm_swith'])
{
$prvnt_group = $vbulletin->userinfo['usergroupid'
] ;
}
if(
$prvnt_group == 4 or $prvnt_group == 15,3,43,12,98,41,99
)
{

print_no_permission
() ;


and this:
Code:

if ($vbulletin->options['prvnt_pm_swith'])
{
$prvnt_group = $vbulletin->userinfo['usergroupid'
] ;
}
    if(
$prvnt_group == 4 or $prvnt_group == 15 or $prvnt_group == 43 or $prvnt_group == 12 or $prvnt_group == 98 or $prvnt_group == 41 or $prvnt_group == 99 $prvnt_group == 96
)
    {
   
                   
print_no_permission
() ;


and this:
[CODE]if ($vbulletin->options['prvnt_pm_swith'])
{
$prvnt_group = $vbulletin->userinfo['usergroupid'
] ;
}
if(
$prvnt_group == 4,15,3,43,12,98,41,99
)
{

print_no_permission
() ;


and they won't work.


TIA

abus3d 04-05-2009 08:03 AM

Dear i will come back to you

tel me what your senior group number, or you can assign new group for your senior member and dont include in the condtiotion

fourat 04-10-2009 03:33 AM

Quote:

Originally Posted by abus3d (Post 1672529)
sir,

in my Mod , the mods & admins can send and receive pms from membrs and for the others.

in this mod, only i blocked sending pm form members but still they can receive pms form mods & admins

مشكور أخي أبو سعد .. بس في خصائص الفيبوليتن الإفتراضية إذا حددت تخزين الرسائل إلى صفر عندها العضو ما رح يقدر يرسل أو يستقبل رسائل لكنه يستقبل رسائل من المدراء والمشرفين .. يعني الخاصية موجودة أصلا

these is a default option in vbulletin

Merjawy 07-18-2009 06:31 AM

I know this is a bit old but I just saw it.. I like it but could be better.. if you can make it only send to Admin and noone else, it would be great..

I do like it they way it is now, infact I had asked vB.com many times to make it default since long time..

Thanks I just installed and tested it on 3.8.2 and about to test it on my test 3.8.3.

Thanks again

Merjawy 07-18-2009 06:35 AM

Quote:

Originally Posted by fourat (Post 1787911)
مشكور أخي أبو سعد .. بس في خصائص الفيبوليتن الإفتراضية إذا حددت تخزين الرسائل إلى صفر عندها العضو ما رح يقدر يرسل أو يستقبل رسائل لكنه يستقبل رسائل من المدراء والمشرفين .. يعني الخاصية موجودة أصلا

these is a default option in vbulletin

Correct, but they can't send PMs even to Admin/Mods and that is the problem


All times are GMT. The time now is 01:59 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01024 seconds
  • Memory Usage 1,747KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete