vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Social Group and Album Enhancements - Mass PM Social Group Members (https://vborg.vbsupport.ru/showthread.php?t=199865)

songoibiza 04-14-2010 11:20 PM

Quote:

Originally Posted by MoMan (Post 1751610)
I've got a fix for the permissions error. Turned out to be a very sublte flaw in logic.

In the plugin, Find:

PHP Code:

if ($vbulletin->userinfo['userid'] != $groupinfo['creatoruserid'] OR $vbulletin->userinfo['usergroupid'] != 6)
        {
            
print_no_permission();
        } 

Replace:
PHP Code:

if ($vbulletin->userinfo['userid'] != $groupinfo['creatoruserid'] AND $vbulletin->userinfo['usergroupid'] != 6)
        {
            
print_no_permission();
        } 

Enjoy!


thank master! .. it fix my problem :D

marshal_ramdev 05-15-2010 06:14 PM

thanks wil install it ;) ..

|Jordan| 10-06-2010 02:22 AM

Any possibility to make it so that messages PM's to members dont trigger email notification of the pm? Domains can get blacklisted as spammers if the group leader sends out too many pm's to people who have email notification enabled.

mgurain 11-26-2010 12:24 PM

vb 4.x version ?

licensinglinks 10-16-2011 08:01 AM

OK - I have installed this to vBulletin 4.

So how do I send a PM to a group? Where is the link????? :confused:

dougdirac 07-02-2014 03:27 PM

Is there a version of this for vB4?

audzilla 07-14-2014 06:02 PM

I would also be very interested in a 4.x version. :)

kandhro 08-13-2014 10:39 AM

Hay Guys
is there any thing like this is available for send PMs to user groups for vb 4.x ?

please let me know if there is any thing available ....

DEGE 08-19-2014 02:07 PM

Hi everybody
Does anybody realize how to add a footer disclaimer to this Private Messages only? I mean... I do not want the social group owners to spam users, and also I want some note in the footer that clearly specifies that this PM was received due to the subscription on <name> Social Group. I think adding some text to the PM prior to the send process would make the trick... but not sure how to do it.

markoroots 04-12-2016 01:59 PM

Is there a version of this for vB4?


All times are GMT. The time now is 01:42 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.01061 seconds
  • Memory Usage 1,742KB
  • 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
  • (2)bbcode_php_printable
  • (1)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
  • (10)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