![]() |
Auto PM to Thread Starter on Moderation
What does this Hack do?
When a thread is Opened/Closed, Stuck/Unstuck, Moved, Split, Merged, or a Post is deleted, a PM will be automatically sent to the Poster to inform them of this. If you don't want to have a PM sent for a specific action, just don't add the code for that bit. As requested here Don't forget to click Install. :) Update: PM now includes the name of the Moderator who actioned the changes. 22 December 2004 - Bugfix - missing variables. Thanks to Bison. 14 April 2005 - Fixed missing $action for Deleted threads. |
Really usefull, have waiting for such a hack a long time. Thanks!
|
Nice, I have some custom code that auto PM's the author when a thread has been moved that also says where it has been moved to, and who moved it.. I'll probably integrate some of these options in to it.
|
Quote:
|
Nice, do you have any idea on how does this hack respons in a large forum?
|
Very intetesting hack. I will consider installing this one :)
|
Quote:
:) |
thanks kall becuase you did what I requested
Thank you very much q? can we make the sender of PM is who did the modeartor task ??? |
Quote:
No worries, I saw you request it and am glad I was able to help. I think it is possible to do what you are asking, and it shouldn't be too hard, but it's not something I will be able to look at for at least a couple of days. At the moment, it's very rough, and quite limited. Eg: It only sends the PM to the thread starter. In the case of a thread being Split, the thread starter may not be the person whose posts have been split off..but they are the one who gets the message. I would like to have a switch/checkbox to tick if you don't want to send the auto-PM, among other things. I'll add your request to the wishlist. |
thanks kall
Quote:
|
Hey ... great hack (in theory .. lol .. as I haven't installed it yet) ... anyhow what would make it really great, is if you had a checklist of all the people who posted in that thread, and had the option of sending to those you checked. You could also add a [check all / uncheck all] box, as well as be sure there are no duplicate names. :)
Just a couple of ideas to make a good hack even better !!! :) |
Iam really don't know if word (( Thanks alot )) is enough to you because what did you do ??
I was waiting this hack creating since vB3.0.0 Beta 1 !! because I really need it too much ... I installed it ... |
Dear ...
I forgot to ask you : Can you add more feature to this hack for example : as same time a poster get PM because of his thread or post ... need to send auto email to poster to remind him by Email ?? Thanks ... :cool: |
Up :) >>> :disappointed:
|
Thank you very much
a very very great powrfull hack regards. |
Find:
$_REQUEST['forceredirect'] = 1; $url = "showthread.php?$session[sessionurl]t=$threadid"; eval(print_standard_redirect('redirect_openclose') ); __________________________________________________ _________________ there are 3 places, shall I modify all 3? |
No dear...
Only 1 Place ... Exactly Here ... Find : eval(print_standard_redirect('redirect_openclose') ); Then Above : $_REQUEST['forceredirect'] = 1; Add The Code .. :o and waiting for your answer dear kall ... about email ?? |
Dear kall,
i tried the hack with 3.0.1 but seem to have problems. am not sure with adding the request in data base shell i add every line alone or all togather |
hi there,
I don't know if somebody said this or not :) for me, I am using 'User Notes' to tell the user that something has been done against his thread/post... since many users are disabling their PM. so, It's would be great if it can be shifted to add a 'User Note' to the user notes... where you can assign moderators to see those notes also and track the history of the user. :) anybody agree?!! thanx |
In the instructions it states
Add $modby to your PM text in the Admin CP options. Where exactly does $modby go? |
Sensational idea for a hack, but i am getting the following DB error when i try and moderate a thread:
Code:
Invalid SQL: |
Quote:
@omaniman: Another good idea, but again, something I couldn't work out how to do. @futureye: if you are using vBs built in SQL thingame, one command at a time. If you are using phpmyadmin you can copy and paste the entire queries and run them at once. @theArchitect: I don't know why you are getting that error, it looks like it's not getting the postid for some reason. @Ageel: I agree, but I couldn't work out how to do that easily. If someone wants to write the code for that I can add it to the first post and credit them. :) |
can't get this working i installed tested it did a post with my "test user" logged out looged back in as admin locked the thread and finally checked the pm's on the test account but nope ... no errors at all but no pm either
pm is enabled on both accounts |
The variables to delete, close and move aren't printing in the PM...
|
Quote:
Fixed install file uploaded...I think that's correct, it's 11PM here and I'm rapidly losing consciousness. :) |
can't get this working no errors at all when i am done editing postings.php i upload the modified file to /forums/ then i goto
http://forums.mysite.com/admincp/opt...ing&do=options and i click save then i moderate a thread (i lock it) but no pm .... |
Quote:
|
i can't get this to work pm's on my testaccount are on i did the database querys you instructions tell us todo then i edit postings.php i upload the modified file (overwriting the existing one) then i close a thread and login with the test account but no pm ??????
PHP Code:
|
Hello,
I have found one problem in your script. When deleting one of any posts in the topic then confirmation message has been sending not to the author of the post but to the author of the topic. Could you please fix it? |
Does anyone know how to do undo the database? I'm gettin' a error when I try to moderate threads and posts.
I want to do delete the SQL queries I ran, what queries do I've to type in to delete? |
I am having a slight problem with this hack.
I didn't used it under 3.0.3 but have decided to under 3.0.4. However, I have noticed that whenever a thread is modified so too are the users settings for PM notification. The option is turned to on, and the user then needs to go into their user CP and turn them off again. It will then stay off for normal PMs but once another notification PM is sent about moderation the option is affected again. Is this normal for the hack? If so is there a way to change his as it could become annoying. |
now it works fine however one more small issue here it look like the $url variable isn't processed it just turns up as "located at URL $url" in the notification pm look at the attached image and you'll see what i mean
theArchitect, look at this line of php code PHP Code:
|
Quote:
|
i'm not sure but most of us have a testsite with a vbulletin installation (remember you have to call it 'testvb') and there you could test that i think the number controls wheter members want a notification about new pm's in a popup or not just an idea i have the author of this hack can help you better however
|
Quote:
The queries are: Quote:
|
Quote:
|
Dude, I am tired. I just installed this Hack/Mod and the $action varible isn't being printed. No intent to be rude, or anything negative like that but it would be really nice if you fixed it. Thanks! :)
Meanwhile I am going to look into myself and probably will end up using generic message until you come back, but you are coming back... right? OK, EDIT BIGTIME: If you are having a problem like me where your $action varible isn't defined for some of the moderation tasks then listen up. After looking around and comparing blocks of code I deducted that the $action varible was straight up forgetten about in some of the If cases, so I added: PHP Code:
See what I am saying? |
hi people,
i made a small modification to this hack basicly it hyperlinks the url where a thread is located rater then just plain text where a user can't click on in the code of this hack a variable $newurl is used (except in delete thread &post) modify this variable like this PHP Code:
$threadid is not always the same look in the instruction from this hack .... |
Great hack... .clicked install.
But this is the PM I get: Code:
@Delphiprogrammi Also not with your modification :disappointed: Cheers Smarty |
Quote:
|
All times are GMT. The time now is 10:29 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:
|