![]() |
Is it full 3.0.7 compatible?
|
I have no reason to believe it wouldn't work with 3.0.7, but if you get any problems feel free to let me know.
- Zero Tolerance |
Quote:
Nice hack :) |
Quote:
|
Quote:
Also, this doesn't support Secondary Usergroups. - Zero Tolerance |
I'm the 100th install :-) Very useful little hack, thanks.
|
in a 18.000 user database, i put 300 send pm times, and after tried 50, and get stuck... only the blue screen of cp, and nothing more.. only appears at top, PM Users [Created By Zero Tolerance].
|
Zero. I will not question your way to make hacks, but checking a few posts back, i see that the users with a lot of records in USER table in database, get stuck when trying to send this. You replied that's is a UPLOAD problem.. or any other problem like this.
I will explain this for you.. checking your hack, it's really good constructed, but you miss a little detail. when you LIMIT the send of PM's, you must LIMIT the QUERY to DB too. I looked that the query is static in all "retries" to send PM's: PHP Code:
The way to solve this, is LIMIT the query to database, in the one by one step to sending pm's. (LIKE the vB do while sending mass emails) Example: Sending to 150 users in usergroup 6, send amount by step is set in 50. - START SCRIPT - CHECK THE AMOUNT OF PM'S SENT BY STEP (50) - QUERY DATABASE TO USERGROUP 6, LIMIT RECORDS FROM 0 TO 50 - SEND PM'S 0 TO 50 - SHOW OK RESULTS AND CONTINUE TO NEXT STEP (SEND THE "STARTAT") - QUERY DATABASE TO USERGROUP 6, LIMIT RECORDS 51 TO 100 (START - START + AMOUNT) - SEND PM'S 51 TO 100 AND CONTINUE... TO END ------------------------- your actual script works like this: Sending to 150 users in usergroup 6, send amount by step is set in 50. - START SCRIPT - CHECK THE AMOUNT OF PM'S SENT BY STEP (50) - QUERY DATABASE TO USERGROUP 6, NO LIMIT RECORDS (ALL RESULTS) *** IF THE USERS ARE A LOT, YOU GET A HANGED DB IN A SUPER BIG QUERY ** ----------------- It will be much better if you correct this issue... :D |
One more thing: I would like to NOT include the sending Admin's signature-line (or at least have it as a yes/no checkbox). How can that be done please?
Thanks! |
I find this hack.. VERY useful. I installed it today.
However I have a question. When i sent an PM to all my members using this mod, no one got a automated email in their inbox telling them that they have recieved a new PM (!?) any suggestion what could be wrong. they all get notified otherwise. |
All times are GMT. The time now is 02:33 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|