vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Super PM (Mass PM) (https://vborg.vbsupport.ru/showthread.php?t=100314)

tpearl5 02-21-2007 08:57 PM

Any idea on how to get this to work using filters on 'User Profile Fields' ?

simalert 02-22-2007 07:54 AM

Quote:

Originally Posted by Strat (Post 1186758)
How can I prevent people from replying to the mass PMs? It's annoying to have to go through those everyday.

I just put in bold red letters at the bottom of the PMs

** This is an automatic PM, replies to this PM will NOT be received **

which seems to work and people don't reply

simalert 02-22-2007 07:55 AM

I've discovered that I sang the praises of this mod a little too quickly.

I am using vBulletin 3.6.4 and have 8825 members at the time of typing this. When trying to send PMs to them all it only sends to a fraction of them. If the counter is set to send in batches of 500 then it only sends 500 and nothing more. If I set it higher, it sends about 1,000 before stopping.

So it's sort of working for me on 3.6.4, but not properly.

stinger2 02-22-2007 11:18 AM

aha...............at last you saw it...............wel people are crying for months now.......but unfortunatly no one is hearing...

simalert 02-22-2007 01:21 PM

Well however makes a decent fully working mass PM mod for 3.6.4 onwards will be popular and could even make quite a bit of money from it if they made it chargable like the many mods that have lite and full versions knocking about. It seems demand for this sort of thing is all over the net yet nobody has come up with anything since 3.5.x

PoetJA-1975 02-25-2007 04:09 AM

Quote:

Originally Posted by simalert (Post 1188286)
Well however makes a decent fully working mass PM mod for 3.6.4 onwards will be popular and could even make quite a bit of money from it if they made it chargable like the many mods that have lite and full versions knocking about. It seems demand for this sort of thing is all over the net yet nobody has come up with anything since 3.5.x

Oh if I only had a code...
inspiration from the movie: Wizard of Oz
https://vborg.vbsupport.ru/

DannyITR 02-25-2007 11:20 PM

Well that sucks. This is the second mass PM hack I install that doesn't work.

Tralala 03-10-2007 03:17 PM

Quote:

Originally Posted by simalert (Post 1188286)
Well however makes a decent fully working mass PM mod for 3.6.4 onwards will be popular and could even make quite a bit of money from it if they made it chargable like the many mods that have lite and full versions knocking about. It seems demand for this sort of thing is all over the net yet nobody has come up with anything since 3.5.x

This just in:
https://vborg.vbsupport.ru/showthread.php?t=141622

Obi Wan 03-11-2007 11:03 AM

gibt es hier zu eine neues Update ?

cdembek 03-20-2007 03:05 PM

Not sure why the following aren't being cached

Uncached templates: editor_clientscript (1)
Uncached templates: editor_jsoptions_font (1)
Uncached templates: editor_jsoptions_size (1)
Uncached templates: editor_smilie (15)
Uncached templates: editor_smiliebox (1)
Uncached templates: editor_smiliebox_row (5)
Uncached templates: editor_toolbar_on (1)
Uncached templates: forumrules (1)
Uncached templates: newpost_disablesmiliesoption (1)
Uncached templates: pm_newsuperpm (1)
Uncached templates: posticonbit (14)
Uncached templates: posticons (1)

It appears to be cached in the super PM file..

PHP Code:

// pre-cache templates used by specific actions
$actiontemplates = array(    
    
'newsuperpm' => array(
        
'pm_newsuperpm',
        
'editor_clientscript',
        
'editor_jsoptions_font',
        
'editor_jsoptions_size',
        
'editor_smilie',
        
'editor_smiliebox',
        
'editor_smiliebox_row',
        
'editor_toolbar_off',
        
'editor_toolbar_on',
        
'newpost_disablesmiliesoption',
        
'editor_smiliebox_straggler',
        
'posticonbit',
        
'posticons',
    ),    
    
'trackpm' => array(
        
'pm_trackpm',
        
'pm_receipts',
        
'pm_receiptsbit',
    ),
    
'messagelist' => array(
        
'pm_messagelist',
        
'pm_messagelist_periodgroup',
        
'pm_messagelistbit',
        
'pm_messagelistbit_user',
        
'pm_messagelistbit_ignore',
    )
); 

Anyone??


All times are GMT. The time now is 11:57 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.01274 seconds
  • Memory Usage 1,750KB
  • 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_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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