Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons

Reply
 
Thread Tools
Mass PM Social Group Members Details »»
Mass PM Social Group Members
Version: 1.1, by WhaLberg WhaLberg is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Social Group and Album Enhancements - Version: 3.8.x Rating:
Released: 12-26-2008 Last Update: 12-26-2008 Installs: 145
Uses Plugins Auto-Templates
Translations  
No support by the author.

I have coded this addon for the users requested on this thread.

This products lets forum administrators and group founders send mass pm to the group members. Do not forget to enable via AdminCP -> vBulletin Options -> vBulletin Options -> Mass PM Social Group Members. Option to send the PM to users who don't wish to receive private messages is only available to the forum administrators. I have tested it on vBulletin 3.7.x and it works fine.

Please don't be afraid to post any problem that you face.

Enjoy!

Download Now

File Type: xml product-mass_pm_social_group.xml (9.4 KB, 813 views)

Screenshots

File Type: png masspmlink.png (1.8 KB, 0 views)
File Type: png masspmpmpage.png (35.8 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #62  
Old 08-16-2009, 12:47 PM
wmlvb's Avatar
wmlvb wmlvb is offline
 
Join Date: May 2008
Posts: 200
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by wmlvb View Post
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
Reply With Quote
  #63  
Old 08-25-2009, 12:51 AM
wmlvb's Avatar
wmlvb wmlvb is offline
 
Join Date: May 2008
Posts: 200
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

any support here?
Reply With Quote
  #64  
Old 09-16-2009, 11:11 AM
Mobo Mobo is offline
 
Join Date: Jan 2004
Location: Colorado
Posts: 319
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #65  
Old 09-16-2009, 11:32 AM
Alecsmith Alecsmith is offline
 
Join Date: Sep 2009
Location: Still On Earth
Posts: 217
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Working fine for me good job.
Reply With Quote
  #66  
Old 10-04-2009, 01:00 AM
DieselMinded's Avatar
DieselMinded DieselMinded is offline
 
Join Date: Mar 2007
Posts: 1,655
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bjhuang View Post
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 !
Reply With Quote
  #67  
Old 11-19-2009, 01:46 AM
m2006's Avatar
m2006 m2006 is offline
 
Join Date: Jan 2006
Posts: 76
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you verygood mod
Reply With Quote
  #68  
Old 02-02-2010, 12:42 PM
babynino babynino is offline
 
Join Date: Oct 2005
Posts: 12
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed... had to do some minor template editing since I used the new social group template mod
Reply With Quote
  #69  
Old 03-25-2010, 10:37 PM
dimmicosacerchi dimmicosacerchi is offline
 
Join Date: Jun 2009
Location: Italy
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Unfortunately it only works if you send me the administrator.
The founder of the group did not.
Somebody can help me?
Thank you.
Reply With Quote
  #70  
Old 03-29-2010, 12:12 AM
MoMan MoMan is offline
 
Join Date: Oct 2005
Location: USA
Posts: 301
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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!
Reply With Quote
  #71  
Old 03-29-2010, 12:20 AM
MoMan MoMan is offline
 
Join Date: Oct 2005
Location: USA
Posts: 301
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 05:15 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.10109 seconds
  • Memory Usage 2,329KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (3)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete