Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Super Private Message Details »»
Super Private Message
Version: 1.0.1, by uae uae is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Version: 3.0.7 Rating:
Released: 06-01-2005 Last Update: 06-15-2005 Installs: 78
DB Changes Template Edits
 
No support by the author.

-------------------------------------
Super Private Message

-------------------------------------
Hack Version: 1.0.1
vB-version: 3.0.7
Developer: WwW.UAEWEB.CoM
Install-difficulty: Easy


What is it:
Ever wanted to send a mass private message to a group of members?
well, yeah, but what if you want to specify who gets to send this private message and to whome it should be sent.

Private Messages being an effective tool at times Administrators or Moderators are forced to send mass number of private messages. Currently the limitation of sending private messages for various reasons (such as announcement for certain groups, with certain criteria ?etc) is frustrating and that is why the idea of current hack came along.

Super Private Message will give you the convinous and enable you to provide many different options for sending mass private messages to users by any one you choose to assign this task to based on Conditionals (if):
  1. User's Usergroup is Y.
  2. User's has posts greater than x posts.
  3. User's has posts less than x posts.
  4. User's Join Date is After (yyyy-mm-dd).
  5. User's Join Date is Befor (yyyy-mm-dd).
  6. User's Last Activiy is After (yyyy-mm-dd).
  7. User's Last Activiy is Befor (yyyy-mm-dd).
  8. User's Last Post is After (yyyy-mm-dd).
  9. User's Last Post is Befor (yyyy-mm-dd).
Settings in the Admin CP:
  • Specify who gets to use the Super Private Message System by Assigning their User Names or User IDs.
  • Specify the usergroup they can send a mass pm to.
  • Select what usergroup to be visible for selection(s).
  • Select to have the assignee change his identity when sending.
  • Control what fields to be visible for each assignee.
  • List All assignee, delete/edit them.
Super Private Message 1.0.1 Updates:
- New Addition: Can send messages to individuals who are in the usergroup as a Secondary Usergroup instead of just the Primary. ( Credit goes to msgotit )

Installation Update For Super Private Message 1.0.1
You may install v1.0.1 fresh
You may upgrade from v1.0.0 -> 1.0.1 (Read UPGRADE.txt)


Screenshots:

See attachments.

Hack Installation Details:

New files for this Hack: 2
/admincp/adminsuperpm.php
/superpm.php

New templates for this Hack: 1
pm_newsuperpm

File-edits: 1
/admincp/index.php

Template-edits: 1
pm_newpm

DB Tables modified for this Hack: 1
user
-------------------------------------

PLEASE REMEMBER TO BACKUP BEFORE YOU BEGIN!


If you like this hack, please be kind and click on "" Link.

Show Your Support

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

Comments
  #42  
Old 12-18-2005, 12:12 PM
tekram's Avatar
tekram tekram is offline
 
Join Date: Jan 2005
Location: Germany
Posts: 88
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thx Dude for this Hack. Testet on vb 3.0.10 and its running great
Reply With Quote
  #43  
Old 02-01-2006, 09:47 PM
mhuckaby's Avatar
mhuckaby mhuckaby is offline
 
Join Date: May 2005
Posts: 31
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Will this work in 3.5 or greater?

Thanks,
Mark
Reply With Quote
  #44  
Old 02-01-2006, 10:34 PM
Tralala's Avatar
Tralala Tralala is offline
 
Join Date: Jan 2006
Posts: 1,207
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

When I use this to send PM's, recipients do not get email notifications about the PM (even though they have that preference checked in their User CP options, and even though they get email notifications about other "individually sent" PM's.)

NOW, I'm not saying this is a bad thing, for some "mass PM's" I actually prefer it. But it's unexpected behavior.

Ideally what I'd like to see is a pulldown/confirmation when I create a Super PM. Something like:

-Follow users' setting, with regards to email notification
-Do not send email notification, regardless of users' setting
-Send email notification, regardless of users' setting (including a disclaimer/explanation is suggested.)
Reply With Quote
  #45  
Old 04-28-2006, 02:21 PM
XJeepguy XJeepguy is offline
 
Join Date: Aug 2003
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Had the exact same error , thanks for the fix :banana: :banana:

XJ


Quote:
Originally Posted by princessfrozen
I think I fixed it...

In superpm.php on Line 404
Found:
Code:
				$DB_site->query("INSERT INTO " . TABLE_PREFIX . "pmtext (fromuserid, fromusername, title, message, iconid, dateline, showsignature, allowsmilie) VALUES ($pm[userid], '" . addslashes($pm['username']) .  "', '$title', '$message', $iconid, " . TIMENOW . ", $signature, $disablesmilies)");
Replaced with:
Code:
				$DB_site->query("INSERT INTO " . TABLE_PREFIX . "pmtext (fromuserid, fromusername, title, message, iconid, dateline, showsignature, allowsmilie) VALUES ($bbuserinfo[userid], '" . addslashes($bbuserinfo['username']) .  "', '$title', '$message', $iconid, " . TIMENOW . ", $signature, $disablesmilies)");
Reply With Quote
  #46  
Old 05-31-2006, 10:09 AM
Nizar Nizar is offline
 
Join Date: May 2006
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mhuckaby
Will this work in 3.5 or greater?

Thanks,
Mark
I repeat the question. did somebody try it ??
Reply With Quote
  #47  
Old 06-03-2006, 02:31 PM
Tralala's Avatar
Tralala Tralala is offline
 
Join Date: Jan 2006
Posts: 1,207
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Works for me in 3.5.3.
Reply With Quote
  #48  
Old 06-07-2006, 10:23 AM
FatalBreeze FatalBreeze is offline
 
Join Date: Apr 2004
Location: Haifa - Israel
Posts: 163
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi, i've got a bit of a problem with this hack. Every time I try send PMs, it just stops and gives me a blank page. I mean, I click on "Count & Confirm" and then a blank page appears and nothing happens... What is the problem?
Reply With Quote
  #49  
Old 07-17-2006, 07:41 AM
Mysticales's Avatar
Mysticales Mysticales is offline
 
Join Date: Oct 2005
Posts: 168
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey I have 40k users on my forums.. Um.. if I used Super PM to msg them all at the same time.. I take it that would cause me a issue right? Table locking?

Or whats the deal? Is there batch processing? Or something secure? Or should I just not use this?
Reply With Quote
  #50  
Old 08-28-2006, 04:25 PM
Dennis Olson Dennis Olson is offline
 
Join Date: Jul 2004
Location: Wisconsin
Posts: 137
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Will this work in 3.6.x?
Reply With Quote
  #51  
Old 08-31-2006, 10:59 AM
Slyfox1 Slyfox1 is offline
 
Join Date: Jul 2006
Posts: 54
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No, all seems to be fine, but sending the message doesn't do anything. There are other MassPM hacks that also fail with 3.6, so I assume there's something broken between versions

Pitty, this is a VERY usable hack.
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:34 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.04833 seconds
  • Memory Usage 2,313KB
  • Queries Executed 25 (?)
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_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)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
  • (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_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete