Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons
FAQ Community Calendar Today's Posts Search

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
  #42  
Old 02-22-2009, 05:20 PM
MoMan MoMan is offline
 
Join Date: Oct 2005
Location: USA
Posts: 301
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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!
Reply With Quote
  #43  
Old 02-24-2009, 04:33 AM
ViViD ViViD is offline
 
Join Date: Nov 2001
Posts: 55
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you very much , worked for me
Reply With Quote
  #44  
Old 03-06-2009, 03:24 AM
DieselMinded's Avatar
DieselMinded DieselMinded is offline
 
Join Date: Mar 2007
Posts: 1,655
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

When i click the link i get this page
Attached Images
File Type: jpg doh.jpg (70.5 KB, 0 views)
Reply With Quote
  #45  
Old 03-06-2009, 08:24 AM
KURTZ KURTZ is offline
 
Join Date: Nov 2006
Location: Italy
Posts: 2,257
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

there are too many uncached templates ... have you seen that?

is possible to fix this ...? also i've got an uncached template when someone invited me into a new group ...
Reply With Quote
  #46  
Old 03-06-2009, 05:14 PM
DieselMinded's Avatar
DieselMinded DieselMinded is offline
 
Join Date: Mar 2007
Posts: 1,655
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

i really need this mod , why wouldnt my pm page load up past title?
Reply With Quote
  #47  
Old 03-08-2009, 05:33 AM
Kaelon's Avatar
Kaelon Kaelon is offline
 
Join Date: Jan 2002
Posts: 405
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This mod appears to have been abandoned. There are several major no-go issues with using this mod on any production board:

-- Most templates are uncached.
-- Numerous whitescreen and timeout errors.
-- Incompatibility with standard and WYSIWYG Editors.

This is unfortunate, because this is a pretty cool feature.
Reply With Quote
  #48  
Old 03-08-2009, 04:12 PM
htscpl's Avatar
htscpl htscpl is offline
 
Join Date: Sep 2003
Location: Houston
Posts: 151
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Very disappointed as this would be a great mod and help with social groups if it worked. I don't have the Mass PM link showing up and have yet to figure out why ???

Anyone have a solution ?
Reply With Quote
  #49  
Old 03-09-2009, 03:32 AM
Merriweather Merriweather is offline
 
Join Date: Nov 2006
Posts: 389
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Kaelon View Post
This mod appears to have been abandoned. There are several major no-go issues with using this mod on any production board:

-- Most templates are uncached.
-- Numerous whitescreen and timeout errors.
-- Incompatibility with standard and WYSIWYG Editors.

This is unfortunate, because this is a pretty cool feature.
Stupid question... what does uncached template mean?

I don't get whitescreens or timeouts and have no issues using WYSIWYG editor with mine.

Quote:
Originally Posted by htscpl View Post
Very disappointed as this would be a great mod and help with social groups if it worked. I don't have the Mass PM link showing up and have yet to figure out why ???

Anyone have a solution ?
On the group home page, to the right of the "Transfer Group Link" is where it shows for me.
Reply With Quote
  #50  
Old 03-09-2009, 03:36 AM
Merriweather Merriweather is offline
 
Join Date: Nov 2006
Posts: 389
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Also, htscpl, did you enable the mod in your Vb Options?
Reply With Quote
  #51  
Old 03-09-2009, 08:47 PM
DieselMinded's Avatar
DieselMinded DieselMinded is offline
 
Join Date: Mar 2007
Posts: 1,655
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Wished this worked , I think its giving me trouble even tho i uninstalled im getting an error'

A required field called sendpm is missing or has an invalid value.
Reply With Quote
Reply


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 03:39 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.05555 seconds
  • Memory Usage 2,344KB
  • 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
  • (2)bbcode_php
  • (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
  • (4)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
  • (5)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