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)

wmlvb 08-16-2009 12:47 PM

Quote:

Originally Posted by wmlvb (Post 1866973)
I click mass pm and get blank white page! I would love this mod to work. Thanks

any chance of getting support for this brand new mod? Thanks so much

wmlvb 08-25-2009 12:51 AM

any support here?

Mobo 09-16-2009 11:11 AM

To anyone trying to use and having the link to send the PM out… do you happen to also have the “New Social Groups page layout” mod installed as well?

Alecsmith 09-16-2009 11:32 AM

Working fine for me :) good job.

DieselMinded 10-04-2009 01:00 AM

Quote:

Originally Posted by bjhuang (Post 1837591)
my fixed version:

Code:

[OPEN]
plugin: Mass PM Social Group Members - Cache Template

[REPLACE ALL]
if (THIS_SCRIPT=='group'&&$_REQUEST['do']=='masspm'&&$vbulletin->options['mass_pm_social_group_members'])
{
        $globaltemplates[] = 'socialgroups_masspm';
        $globaltemplates[] = 'editor_clientscript';
        $globaltemplates[] = 'editor_css';
        $globaltemplates[] = 'editor_jsoptions_font';
        $globaltemplates[] = 'editor_jsoptions_size';
        $globaltemplates[] = 'editor_toolbar_on';
}
[OPEN]
plugin: Mass PM Social Group Members - Mass PM

[FIND (two instances)]
if ($vbulletin->userinfo['userid'] != $groupinfo['creatoruserid'] OR $vbulletin->userinfo['usergroupid'] != 6)

[REPLACE]
if ($vbulletin->userinfo['userid'] != $groupinfo['creatoruserid'] AND $vbulletin->userinfo['usergroupid'] != 6)

[FIND]
                                            AND sgm.userid != " . $vbulletin->userinfo['userid'] . "

[REPLACE]
                                            AND sgm.type = 'member'
[FIND]
if ($_POST['override'])

[REPLACE]
if ($_POST['override'] AND $vbulletin->userinfo['usergroupid'] == 6)

[OPEN]
Mass PM Social Group Members - Insert Link

[FIND]
if ($vbulletin->options['mass_pm_social_group_members'] AND $vbulletin->userinfo['userid'] == $group['creatoruserid'] OR $vbulletin->userinfo['usergroupid'] == 6)

[REPLACE]
if ($vbulletin->options['mass_pm_social_group_members'] AND ($vbulletin->userinfo['userid'] == $group['creatoruserid'] OR $vbulletin->userinfo['usergroupid'] == 6) )


This Works !

m2006 11-19-2009 01:46 AM

Thank you verygood mod

babynino 02-02-2010 12:42 PM

Installed... had to do some minor template editing since I used the new social group template mod

dimmicosacerchi 03-25-2010 10:37 PM

Unfortunately it only works if you send me the administrator.
The founder of the group did not.
Somebody can help me?
Thank you.

MoMan 03-29-2010 12:12 AM

Change the OR to an AND in my post earlier in this thread.

Also FYI to users: the plugin Mass PM Social Group Members - Insert Link breaks 'mark group read' functionality (don't ask me why!); manually edit your templates instead!

MoMan 03-29-2010 12:20 AM

Another bug: socialgroups_masspm is missing $footer above </body>.


All times are GMT. The time now is 11:38 AM.

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.01299 seconds
  • Memory Usage 1,741KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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