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)

msgotit 12-07-2005 01:01 PM

Quote:

Originally Posted by Digma
Msgotit, this is exactly what I was looking for and am tempted to try once we upgrade to 3.5.x. :cool:

However, with around 5,000 users I am affraid to do so until some load management has been built in. Sending the PM to 250 users max at a time and a quick pause before continuing with the next 250, until you have PM-ed everyone.

You mentioned you would look into it, any luck so far?

Keep up to good work :up:

Digma,

If you have a test board I would love to see what happens, I had a test board that I set up 1500 users on and with what I have done it was quick and didn't seem to effect anything, although it is just a test board and didn't really have any other traffic. It PM's 100 at a time, but there isn't a pause.

If anyone else has a test board and wanted to try it that would be great.

IamPud 12-07-2005 01:24 PM

msgotit,

installs works but still no love. Getting the same error. I just don't think it likes me. I do appreciate your hard work though.

msgotit 12-08-2005 02:49 AM

Quote:

Originally Posted by IamPud
msgotit,

installs works but still no love. Getting the same error. I just don't think it likes me. I do appreciate your hard work though.

Did you replace the files when after installing it? Once again, this happens after you have clicked count and confirm and are trying to actually send the message is that correct? I will look at it some more and see if I can figure out where it is doing that.

da420 12-08-2005 03:23 AM

Ok, this would be a good hack if I could get it to work right... lol...

Im almost sure it's probably something I did..

This is what I get when I try to send a super PM when I tryed testing it to the Administrators.

1. Invalid recipient username. Please press the back button, enter the correct username and try again. Click Here to See the Members List

msgotit 12-09-2005 04:02 AM

da420,

I am looking into this, I haven't found anything so far, but will keep looking. I might at somepoint want to see what is happening, but I will look a little longer and see if I can't find it. I think IamPud is having the same problem, so there is obviously something going on. Sorry it is taking so long.

Mark

da420 12-09-2005 11:47 PM

Alright, msgotit... this is a cool extension and I look forward to using it when we get it fixed.

Thanks.

msgotit 12-10-2005 01:53 PM

da420,

In the superpm.php...

Find this:
PHP Code:

$pmdm->do_set('touserarray'$temp); 

And comment it out like this:
PHP Code:

//$pmdm->do_set('touserarray', $temp); 

That might work, I figure it is worth a try.

da420 12-10-2005 02:15 PM

This is what I get when I replace the $pmdm->do_set('touserarray', $temp); with //$pmdm->do_set('touserarray', $temp);

Fatal error: Unable to proceed with save while $errors array is not empty in class vb_datamanager_pm in /includes/class_dm.php on line 758

da420 12-10-2005 02:18 PM

Wierd. I just put the code back to the way it was, and now it's working. lol, Thanks.

msgotit 12-10-2005 09:13 PM

Quote:

Originally Posted by da420
Wierd. I just put the code back to the way it was, and now it's working. lol, Thanks.

Well I am glad to hear that, I will try and figure out what it was/what is going on but I am glad it is working!

sagiklein 12-16-2005 07:30 PM

Error:

Code:

Database error in vBulletin 3.5.1:

Invalid SQL:
INSERT INTO pm (pmtextid, userid, folderid, messageread) VALUES (60483, 6417, 0, 0), (60483, 7758, 0, 0), (60483, 8166, 0, 0), (60483, 9872, 0, 0), (60483, 11129, 0, 0), (60483, 12516, 0, 0), (60483, 14312, 0, 0), (60483, 14879, 0, 0), (60483, 15109, 0, 0), (60483, 15732, 0, 0), (60483, 17072, 0, 0), (60483, 17221, 0, 0), (60483, 17662, 0, 0), (60483, 19080, 0, 0), (60483, 20308, 0, 0), (60483, 20483, 0, 0), (60483, 21270, 0, 0);

MySQL Error  : Table 'pocket4.pm' doesn't exist
Error Number : 1146
Date        : Friday, December 16th 2005 @ 11:27:39 PM


LBSources 12-17-2005 09:20 PM

seems to work for me.. thanks.. problem is it seems to have nuked my pm_popup hack.. cant seem to fix it..

any ideas?

Lenny :)

msgotit 12-17-2005 11:55 PM

sagiklein

Find this:
PHP Code:

$db->query("INSERT INTO pm (pmtextid, userid, folderid, messageread) VALUES " implode(", "$toInsert)); 

Replace with this:
PHP Code:

$db->query("INSERT INTO " TABLE_PREFIX "pm (pmtextid, userid, folderid, messageread) VALUES " implode(", "$toInsert)); 

I believe that will fix it. Let me know.

msgotit 12-18-2005 12:00 AM

Quote:

Originally Posted by LBSources
seems to work for me.. thanks.. problem is it seems to have nuked my pm_popup hack.. cant seem to fix it..

any ideas?

Lenny :)

LBSources,

What is happening, it just doesn't pop-up, or what, I don't know for sure off hand, but if you have some more details, maybe I can figure it out. Mainly what is going on, and what the hack did in the first place? Sorry about that.

Mark

LBSources 12-18-2005 01:09 PM

Quote:

Originally Posted by msgotit
LBSources,

What is happening, it just doesn't pop-up, or what, I don't know for sure off hand, but if you have some more details, maybe I can figure it out. Mainly what is going on, and what the hack did in the first place? Sorry about that.

Mark

DISREGARD!

silly me and sorry for wasting your time.. i dont know what the heck happened..

it works now

Lenny :)

Ok.. users do NOT receive an email that they received a new PM when i send a user the SuperPM .. they also dont get the unread message notification that says they have a new message

i cant explain it.. maybe now the blinking pm hack is now in conflict .. i dont mind that the new pm message doesnt show up; but i like to get atleast an email sent.. any idea?

ronoxQ 12-18-2005 11:04 PM

The PM options aren't appearing! What did I do wrong?

LBSources 12-18-2005 11:40 PM

Quote:

Originally Posted by ronoxQ
The PM options aren't appearing! What did I do wrong?

happened to me; if its now happened to you.. the settings are in the Users section of the AdminCP .. SuperPM

HTH

Lenny

msgotit 12-19-2005 03:36 AM

LBSources,

I know that it isn't sending the email, and what not, part of the problem, is that if your board is very big (a lot of users), running this and having all of that happen will be very server intensive, for those that have a lot of users it often would bring their board down, if you don't have that many users, I could probably find an older copy that would do all of that. I will look into just the email part, you might be ok if you just did that, although I don't know for sure. Let me know what you would like and I will see what I can do!

Mark

msgotit 12-19-2005 03:37 AM

Quote:

Originally Posted by ronoxQ
The PM options aren't appearing! What did I do wrong?

Did you find it, if not let me know! If you uploaded the xml file then it should be under the users section.

LBSources 12-19-2005 03:40 AM

Quote:

Originally Posted by msgotit
LBSources,

I know that it isn't sending the email, and what not, part of the problem, is that if your board is very big (a lot of users), running this and having all of that happen will be very server intensive, for those that have a lot of users it often would bring their board down, if you don't have that many users, I could probably find an older copy that would do all of that. I will look into just the email part, you might be ok if you just did that, although I don't know for sure. Let me know what you would like and I will see what I can do!

Mark

Mark, its ok .. i dont plan to use this hack for the whole board. I use it really for staff and when i need them to know something and i want their attention.

For the rest of the board i use the mass email sending ..

so if you could find that ability to send the email notifications; i would like to try it..

Thanks..

Lenny :)

Smiry Kin's 12-19-2005 12:43 PM

very nice

*install

ronoxQ 12-20-2005 01:05 AM

Quote:

Originally Posted by LBSources
happened to me; if its now happened to you.. the settings are in the Users section of the AdminCP .. SuperPM

HTH

Lenny

I see. Thanks a lot.

Lapsetur 12-21-2005 01:45 PM

I don't know I missed or not my roblem is when I send the Super PM to selected groups no notifacation is shown when the users get the PM.

msu2k 12-23-2005 01:31 PM

Quote:

Originally Posted by Lapsetur
I don't know I missed or not my roblem is when I send the Super PM to selected groups no notifacation is shown when the users get the PM.

I am having the exact same problem, after sending out a Super PM, they show up in the user's PM box but on the main board there is no pop-up to tell them that there is a new PM and even if they haven't read the Super PM, it shows up as "Unread: 0" in the upper right hand of the board.

msgotit 12-23-2005 03:59 PM

msu2k,

Should be fixed now, redownload the zip and upload superpm.php and it should do what it is supposed to :)

Thanks for the input and let me know if there are other problems!

Mark

LBSources 12-23-2005 05:06 PM

Quote:

Originally Posted by LBSources
Mark, its ok .. i dont plan to use this hack for the whole board. I use it really for staff and when i need them to know something and i want their attention.

For the rest of the board i use the mass email sending ..

so if you could find that ability to send the email notifications; i would like to try it..

Thanks..

Lenny :)

bump ..

LBSources 12-23-2005 05:11 PM

actually.. outstanding.. the new php files DOES trigger the pm_popup hack and we get the new pm notification at the top of the screen... flashing evelope working also.. thanks!

Lenny :)

msgotit 12-23-2005 05:24 PM

Quote:

Originally Posted by LBSources
actually.. outstanding.. the new php files DOES trigger the pm_popup hack and we get the new pm notification at the top of the screen... flashing evelope working also.. thanks!

Lenny :)

Lenny,

Was there anything else you wanted, I mean is that what you wanted, earlier you asked about something similar, does this cover it? I can look into the email notification if you want still. let me know.

Mark

LBSources 12-23-2005 05:29 PM

Yes.. the email isnt a big deal since now the popup is working and the new pm message is showing ...

all is satisfied; thanks for you hard work.. its appreciated :)

Lenny

Lapsetur 12-24-2005 05:29 AM

Thanx now working fine

zooman 12-24-2005 07:30 PM

Am I looking in the right place chaps?

As it not in Admin cp > users for me :(
http://www.hfuk.org.uk/superpm.JPG

zooman 12-24-2005 07:40 PM

Forget it my FTP was not working ? Reinstalled it working fine now :)

http://www.hfuk.org.uk/superpm1.JPG

Kihon Kata 01-03-2006 08:58 PM

Quote:

Originally Posted by uae
yay first to click installed :)
Thanks dude, gonna try it now ....

[edit] Installed and working just fine, so far :up: [/edit]

Installed!!! Had to locate the permission section for like an hour, but now it's PEE PEE time

Wild Bronco 01-10-2006 06:59 PM

Any chance this will be made a plugin? :ermm:

msgotit 01-11-2006 01:46 PM

Quote:

Originally Posted by Geiri
Any chance this will be made a plugin? :ermm:

I don't think so anytime soon, although I will look into it. There is very little code editing (only one template) and other then that it is just a matter of uploading the files. It does have the product file to upload which makes installation really easy.

Mark

chet 01-20-2006 08:53 PM

I'm looking for a mass PM and by all accounts this looks like the bunny for me, only one question: - how stable is this beta?

Thanks

Chet

HO3R 01-21-2006 08:46 AM

Does this also work with 3.5.3 version of vb ?

Tnx in advance

Greetz

dubsbhoy 01-21-2006 10:26 AM

I've uploaded the whole folder to the server (should i have done ?) if it's just one file i upload what do i do then ?

Very new to this go easy on me but it sounds like a great addition and very useful

dubsbhoy 01-21-2006 11:06 AM

got it installed but it's not shown up anywere ??

Fofer 01-21-2006 11:04 PM

I check "No" to "Show Usergroups list" in the AdminCP's SuperPM settings, and then later type a PM and click "Count & Confirm," I get this error at the top of the page:

Warning: implode(): Bad arguments. in /superpm.php on line 252

The page generates fine and it may even send PM's fine (haven't tested yet) but the error shouldn't be there.

As soon as I check "Yes" to "Show Usergroups list" in the AdminCP's SuperPM settings, and generate the same PM, the error no longer appears.

Thanks for the great work on this...


All times are GMT. The time now is 04:52 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.01436 seconds
  • Memory Usage 1,838KB
  • 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
  • (4)bbcode_php_printable
  • (14)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
  • (40)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