View Full Version : PM on Thread Move v1.0
Alan @ CIT
10-09-2005, 10:00 PM
A New Version of This Hack has been Released with Support for most Moderation Functions!
Get it from: https://vborg.vbsupport.ru/showthread.php?t=115677
Please UNINSTALL this mod before installing the new one :)
Description
This is a simple little plugin which will send a PM to the thread owner when one of their threads is moved to a different forum, and a re-direct is NOT used.
Quite often the problem arrises of re-directs cluttering up a forum, but if you move a thread without a redirect, then users cannot find it.
This plugin should solve that problem.
Installation
Just upload the attached product XML file. It will add 2 new hooks, and 2 new phrases.
Notes
This currently only works if you move the thread using either the ajax inline moderation, or the Thread Tools menu. If you move the thread from within the ModCP or the AdminCP, then it will not send a PM.
The PM subject and text are stored in the GLOBAL phrases "q_pm_on_move_message_subject" and "q_pm_on_move_message_text" respectivly
Important: Unfortunately, my leased vBulletin licence has now expired, and I won't be renewing it until September which means I will be unable to reply to this thread, or update this mod until then. I'm hopeful that the great vBulletin.org community will step in to answer any questions in my absence though :) See you all in early September! :D
theArchitect
10-10-2005, 09:24 AM
Many thanks. I use to have a mod on my 3.0.* board which would PM the thread starter on any form of moderatoin. ie. move, close, delete etc.
I would love to see these other aspects of moderation added to this mod too.
Though it is still very handy in its existing form, thanks for sharing it.
Alan @ CIT
10-10-2005, 10:40 AM
Good idea. I've started work on this now, I'll (hopefully) have it finished in the next day or so.
devguru
10-10-2005, 10:43 AM
thanks. it works great for me.
OmaniMan
10-10-2005, 12:24 PM
Great :) ... Installed
We need also for : " Delete, Merge, Spilt, Stick, UnStick ... Other :) ... "
Valter
10-10-2005, 12:54 PM
Hi Alan @ CIT
Can you add an option "Send a user PM info about moving thread" or something like that because I don't wish to send this PM every time I move thread.
Nice work, thanks.
Alan @ CIT
10-10-2005, 01:45 PM
Glad to hear it's working ok.
OmaniMan: The other moderation options (close, sticky, delete, etc) will be included in the next release. I'm working on it now, and hope to have it finished in a day or 2.
Cybernetec: Good idea, I'll try and work it into the next release.
Jacuma
10-10-2005, 03:58 PM
thx Alan great idea... Installed!!
michaelbenson
10-10-2005, 05:11 PM
Great :) ... Installed
We need also for : " Delete, Merge, Spilt, Stick, UnStick ... Other :) ... "
I am eagerly anticipating this addition too.
Good work here :)
Alan @ CIT
10-10-2005, 05:32 PM
The next update is coming along nicely now. I've finished adding the PM code to the other options when using the "Thread Tools" menu, just starting on the Ajax ones now :)
twitch
10-10-2005, 06:12 PM
The next update is coming along nicely now. I've finished adding the PM code to the other options when using the "Thread Tools" menu, just starting on the Ajax ones now :)
saweet
ben_erhan
10-10-2005, 08:10 PM
I want to ask a thing.
For example sometime we move the thread a forbidden area.And the users dont know where th thread.If we send pm they know where it is.For example Administrator room.
I dont want this.Because they musnt not know this room.
In my opinion we can change this code.But how?If any person please reply.I want to give only url.Like this. http://www.myforum.com//forumdisplay.php?f=123456
New Forum: {5} ({4}) we should be able to change this code
fortnox
10-10-2005, 08:12 PM
Thanks !
*klicks install* :banana:
Neal-UK
10-10-2005, 08:22 PM
Who ID number will this send the message from as on my forum I am 2
utw-Mephisto
10-10-2005, 08:39 PM
Very nice and working *installed*
smokering
10-11-2005, 02:07 AM
another good one thank you as i click install
Keyser S?ze
10-11-2005, 05:01 AM
Many thanks. I use to have a mod on my 3.0.* board which would PM the thread starter on any form of moderatoin. ie. move, close, delete etc.
I would love to see these other aspects of moderation added to this mod too.
Though it is still very handy in its existing form, thanks for sharing it.
yea i agree, in vb 2.3 i think it was, there was a hack that would send a PM on move, close or delete, that was a nice hack
but a step further id like to see the PM state "who" did it, and if a reason was put in (like when its deleted) that included too
also the option to turn on/off each notification in the admincp, and wether u want a PM sent even if there is a redirect
q8manar
10-11-2005, 05:55 AM
Great
I installed it and it is a great product
Thanks
Alan @ CIT
10-11-2005, 07:30 AM
First off, thanks to everyone who installed it :)
ben_erhan: I'll be sure to add permission checking into the next release. If the user doesn't have permission to view the forum it's being moved to, then it won't tell them about the forum.
nealparry: It sends the PM from whoever moderateted the thread (you, one of your moderators, etc).
Keyser S?ze: The PM is currently sent from the person who did the thread move (ie, the moderator), and I've added the "reason" (ie, for deletions, etc) into the next release, so it tells them what it was. Also, the options have been added to the AdminCP for the next release, and it supports all of the other mod functions (including move with redirects) :-)
I'm hopefull to have the next release out by Friday, but don't hold me to that :D
q8manar
10-11-2005, 09:43 PM
Thank Alan
If I want to make the sender is one person (like user id = 10) .
Please tell me what is the modification that need in the product.
Please .
Sadie Frost
10-12-2005, 01:22 AM
Thank you so much - this is the one hack I cannot live without! :D
Alan @ CIT
10-12-2005, 06:10 AM
q8manar,
In the hooks inlinemod_domovethread and threadmanage_move_simple, find the following code:
// Fill in the blanks
$pm->set('fromuserid', $vbulletin->userinfo['userid']);
$pm->set('fromusername', $vbulletin->userinfo['username'])
This is the code you need to change. For example, if you wanted to send it from userid 10, and the username of ModBot, you would change it to:
// Fill in the blanks
$pm->set('fromuserid', "10");
$pm->set('fromusername', "ModBot")
I'll make this an option in the next version.
Startinfresh
10-13-2005, 08:45 PM
Ok, I am new to this. Where do I upload the file to?
TIA
Great hack
Did it check if $threadinfo['postuserid'] = 0 (post created by guests)?
Mr Chad
10-13-2005, 09:52 PM
very nice. This should be a standard option.
... and I've added the "reason" (ie, for deletions, etc) into the next release, so it tells them what it was. Also, the options have been added to the AdminCP for the next release, and it supports all of the other mod functions (including move with redirects) :-)
well, supposed that the option to PM on move is turn on (in AdminCP) (I guest), or like right now, it's always PM on move, if you have "reason to send to thread poster", you can also add an option above it, asking of the Mod want to send the PM or not. Sometime, when you need to move something, and you dont really need to PM first poster, especially when you re-organize your posts, or your group's work space that the group know where the new location should be.
extend this, Admin can disable this option for mod in admincp.
The eyes lover
10-14-2005, 02:31 AM
Great hack :)
I've 1 question..How can I change the the sender number, when I install the hack it sending by the member number 1 it's the administrator, I wanna change the sender please,
Thanks in advance
Paul M
10-14-2005, 02:45 AM
Great hack :)
I've 1 question..How can I change the the sender number, when I install the hack it sending by the member number 1 it's the administrator, I wanna change the sender please,
Thanks in advanceTry looking about six posts up ^^^^^
Alan @ CIT
10-14-2005, 05:51 AM
Hi,
Ok, I am new to this. Where do I upload the file to?
TIA
In your vBulletin AdminCP, go to:
Plugin System -> Manage Products -> Add/Import Product
And follow the instructions from there.
piXelatedEmpire
10-14-2005, 10:13 AM
wow.. some of the new features you are speaking of sound fabulous! I can't wait to see the new release
dutchbb
10-14-2005, 12:39 PM
Great, we use to have it on 3.0 and it's very user-friendly to send an auto pm for these actions. Just waiting for the new release to install :)
Basit
10-15-2005, 01:37 AM
Installed. Waiting for new version with all other necessary features.
Thanks.
Yorixz
10-15-2005, 11:45 AM
Very nice mod, would be totally perfect if it also pmed users if their thread was deleted or closed - the ultimate addition ;)
karrerax
10-15-2005, 01:12 PM
Installed!
Excellent Plugin :squareeyed:
ben_erhan
10-15-2005, 08:45 PM
First off, thanks to everyone who installed it :)
ben_erhan: I'll be sure to add permission checking into the next release. If the user doesn't have permission to view the forum it's being moved to, then it won't tell them about the forum.
nealparry: It sends the PM from whoever moderateted the thread (you, one of your moderators, etc).
Keyser S?ze: The PM is currently sent from the person who did the thread move (ie, the moderator), and I've added the "reason" (ie, for deletions, etc) into the next release, so it tells them what it was. Also, the options have been added to the AdminCP for the next release, and it supports all of the other mod functions (including move with redirects) :-)
I'm hopefull to have the next release out by Friday, but don't hold me to that :D
Thanks alot for your explain Alan
Kihon Kata
10-17-2005, 09:47 PM
Many thanks. I use to have a mod on my 3.0.* board which would PM the thread starter on any form of moderatoin. ie. move, close, delete etc.
I would love to see these other aspects of moderation added to this mod too.
Though it is still very handy in its existing form, thanks for sharing it.
BAM! Installs. This hack was a HUGE hit with my all my mods
the only thing is it only sends a PM once. Like if you move the same thread twice, it won't PM the second time.
Alan @ CIT
10-19-2005, 07:32 AM
Hi SVZ,
It works fine here. The plugin doesn't keep track of if a threads been moved before, it just gets called everytime the domove code is run.
Are you certain your moving the thread without a redirect the second time?
COBRAws
10-19-2005, 09:53 AM
First off, thanks to everyone who installed it :)
ben_erhan: I'll be sure to add permission checking into the next release. If the user doesn't have permission to view the forum it's being moved to, then it won't tell them about the forum.
nealparry: It sends the PM from whoever moderateted the thread (you, one of your moderators, etc).
Keyser S?ze: The PM is currently sent from the person who did the thread move (ie, the moderator), and I've added the "reason" (ie, for deletions, etc) into the next release, so it tells them what it was. Also, the options have been added to the AdminCP for the next release, and it supports all of the other mod functions (including move with redirects) :-)
I'm hopefull to have the next release out by Friday, but don't hold me to that :D
looking foward D:
Xajel
10-23-2005, 09:31 AM
Wow great plug man...
- add an option to make it send email rather than PM or send both, or send email for users less than X posts as some forums admins uses the ( Disable PM's for users less than X posts )
- What If we can have an option to enable/disable pming while doing mod stuff; something like checkbox..
- under that checkbox ( send or not ), we can have a small text area if we would like to inform the thread writer for moving/closing/deleting reasons..
- Some Forums have a special Forum for deleted threads, so when they want to delete a thread; they simply move the thread to that forum.. so you can put a forum id's targets wich uses the ( Thread Deleted ) Template rather than ( Thread Moved )
banshee
10-24-2005, 09:58 AM
What about notifying other members who have posted in the thread? Just trying to eliminated the people who create a new thread "Where did XYZ thread go".
Looks good I will install when the new release comes out.
athoob
10-24-2005, 11:56 AM
Thank you so much I really need that. it's great :)
Sadie Frost
10-25-2005, 01:34 PM
Wow great plug man...
- What If we can have an option to enable/disable pming while doing mod stuff; something like checkbox..
I'd second this one - we move old threads to an archive and pming then isn't really necessary :)
BANDiT600
10-25-2005, 07:18 PM
Here it's a little modification, or right to say russian translation... ;)
Njoy!
// Send the PM
if (empty($pm->errors))
{
// There are no errors, so send the PM
$pm->save();
}]]></phpcode>
</plugin>
</plugins>
<phrases>
<phrasetype name="GLOBAL" fieldname="global">
<phrase name="q_pm_on_move_message_subject"><![CDATA[Ваша тема была перемещена!]]></phrase>
<phrase name="q_pm_on_move_message_text"><![CDATA[Здравствуйте уважаемый(ая) {1},
Тема, которая была создана Вами, была перемещена в другой раздел, так как администрация посчитала, что она не соответствовала тематике раздела, в которой она была опубликована.
----------
Тема: {3} ({2})
Новый раздел: {5} ({4})
----------
С Уважением,
{6}]]></phrase>
</phrasetype>
</phrases>
<options>
</options>
</product>
And BTW, nice mod!!! ;)
ConqSoft
10-25-2005, 07:23 PM
Great mod. Holding out for the expanded version though. ;)
Alan @ CIT
10-25-2005, 07:33 PM
It's on its way folks, just been a bit delayed due to real work :)
Omranic
10-26-2005, 12:16 AM
thanks man
Installed & waiting for the extended (all in one :) ) version
Xajel
10-26-2005, 09:06 AM
It's on its way folks, just been a bit delayed due to real work :)
we are waiting Alan, thanks very much for each second working on it :)
phonexpo
11-03-2005, 10:32 AM
Installed, Thanks ;)
michaelbenson
11-03-2005, 01:24 PM
It's on its way folks, just been a bit delayed due to real work :)
Cant wait, remember dont sacrifice quality for a silly unwritten deadline :nervous:
ShadowOne
11-19-2005, 03:32 PM
everything seems to be working good on 3.5.1....except it shows this
New Forum: Suggestions & Complaints ---------- Thanks,
how do i get rid of that amp;?
ShadowOne
11-19-2005, 03:36 PM
ah found something else....i moved it to a forum to test and it sent the pm and was fine except for the above comment..then tryed to move it back, it moved, it did send me the PM... but i clicked it and it says
Invalid Private Message specified. If you followed a valid link, please notify the administrator
any suggestions?
again im using 3.5.1
richard4339
11-22-2005, 06:31 PM
I'm really enjoying this hack. Thanks!
Rubal
11-22-2005, 06:53 PM
Thanks .. Just installed it.
Alan @ CIT
11-22-2005, 08:07 PM
ShadowOne: Sorry, just seen your questions - I'll look into this tomorrow for you
Richard / Rubal: Good to hear :)
Chadi
11-23-2005, 01:42 AM
{6}
It shows that by default in one phrase. Is that the group ID? I need to add other groups. How do I do this correctly?
Alan @ CIT
11-23-2005, 07:22 AM
{6} is the name of the moderator who moved the thread.
What do you mean by group?
Chadi
11-23-2005, 07:23 AM
What if an admin or super mod moved the thread? Does it show basically the member name regardless what group?
Alan @ CIT
11-23-2005, 07:33 AM
Yes, it will always show the name of the person who moved the thread.
ConqSoft
11-25-2005, 04:30 PM
Has anyone seen a hack to automatically post a reply to the thread that says something like:
Thread Moved To: [forum name]
Or, could it be added to this one? ;)
EricR
12-01-2005, 10:55 PM
It's on its way folks, just been a bit delayed due to real work :)
Any news on the enhanced version?
Ncturnal
12-02-2005, 02:20 AM
Awesome plugin!
Ramsesx
12-02-2005, 03:00 AM
cool stuff, thanks a lot.
Ncturnal
12-02-2005, 03:36 AM
One thing I would like to see is the ability to not send a PM when a thread is moved to a specific forum. We have a Recycle Bin forum that users don't have access to where we move deleted threads to sometimes for admin reference (such as when board rules have been broken). Still a great plugin. Thanks!
Alan @ CIT
12-02-2005, 06:04 PM
EricR: It's on its way :)
Ncturnal: That is an option in the next version - you can exclude specific forums
icemann
12-02-2005, 09:01 PM
Thanks Alan, I installed this for now but look forward to the new features. :)
bottesini
12-09-2005, 10:18 AM
Waiting for new version... need to exclude private forums from PM. Any ETA?
Alan @ CIT
12-09-2005, 10:31 AM
Sorry, no ETA at this time.
LBSources
12-10-2005, 07:01 PM
Alan.. great add-on .. but ive had to disable it. It hasnt caused me any grief, but i would love to use it :disappointed:
when i move a thread i get a message that reads..
Parse error: parse error, unexpected T_VARIABLE in /home/techneti/public_html/postings.php(620) : eval()'d code on line 22
Ive checked that file and line 620 and it reads the following..
($hook = vBulletinHook::fetch_hook('threadmanage_move_simpl e')) ? eval($hook) : false;
when i disable the plugin, it stops the error, but obviously doesnt send a PM ..
any ideas? thanks in advance..
Lenny :)
Alan @ CIT
12-10-2005, 10:20 PM
Hi Lenny,
That error is refering to line 22 of the plugin code that this hack adds. I'm not sure what would be causing that error at all. What version of vBulletin are you running?
Also, if possible, could you uninstall the hack, re-download the XML file from above, and then re-install it please - see if that helps.
Many thanks,
Alan.
naqalone
12-10-2005, 10:30 PM
Many thanks. I've installed it without any problem.
LBSources
12-10-2005, 10:31 PM
Hi Lenny,
That error is refering to line 22 of the plugin code that this hack adds. I'm not sure what would be causing that error at all. What version of vBulletin are you running?
Also, if possible, could you uninstall the hack, re-download the XML file from above, and then re-install it please - see if that helps.
Many thanks,
Alan.
Alan,
thanks for the response.. will try and let you know how it works out..
LBSources
12-10-2005, 10:39 PM
Alan .. excellent.. seems to work now.. thanks!
lazytown
12-10-2005, 11:38 PM
Eagerly awaiting the new version!
Thanks -vissa
jancarlo
12-12-2005, 09:39 AM
How to exclude the shipment of the PM if it comes moved in a hidden forum?
jancarlo
FleaBag
12-12-2005, 10:26 AM
Hi! Just installed... Thanks Alan! :)
Kihon Kata
12-13-2005, 01:12 PM
EricR: It's on its way :)
Ncturnal: That is an option in the next version - you can exclude specific forums
Is there a way PM the thread starter when TWO of their threads are MERGED?
theArchitect
12-14-2005, 09:31 AM
Many thanks. I use to have a mod on my 3.0.* board which would PM the thread starter on any form of moderatoin. ie. move, close, delete etc.
I would love to see these other aspects of moderation added to this mod too.
Though it is still very handy in its existing form, thanks for sharing it.Any update on this idea?
Alan @ CIT
12-14-2005, 09:40 AM
It's a work in progress - no ETA at the moment I'm afraid.
lanc3lot
12-14-2005, 12:01 PM
One thing I would like to see is the ability to not send a PM when a thread is moved to a specific forum. We have a Recycle Bin forum that users don't have access to where we move deleted threads to sometimes for admin reference (such as when board rules have been broken). Still a great plugin. Thanks!
This one is very important to me too :(
Great plugin, hope we can have someday soon the new version:)
For now, i just tell my mods - smods to move the threads through modcp if they want to move them to recycle bin, as Alan said that with this, no pm is sending:)
Noonster
12-14-2005, 02:56 PM
Installed this and it didnt send a pm :(
Do you have to move a thread without leaving a re-direct for it to work or should it work either way??
Thanks
ConqSoft
12-14-2005, 02:57 PM
Installed this and it didnt send a pm :(
Do you have to move a thread without leaving a re-direct for it to work or should it work either way??
Thanks
From the description at the top:
This is a simple little plugin which will send a PM to the thread owner when one of their threads is moved to a different forum, and a re-direct is NOT used.
Noonster
12-14-2005, 02:59 PM
woops missed that - thanks!!
ConqSoft
12-14-2005, 03:06 PM
It should be pretty easy to modify it to send a PM in either case though.
Fj?rgyn
12-16-2005, 10:08 AM
How can I exclude some forumid's?
If any mod delete/move/merge... a thread from forumid = '1,2,5' the hack should don't send a message.
Smiry Kin's
12-17-2005, 05:35 PM
very usful.
kadafi_alive
12-18-2005, 01:55 PM
Any update on the soon new release?
Alan @ CIT
12-21-2005, 12:55 PM
Hi all,
As of right now, I'm going away on holiday for 2 weeks :)
I will answer any questions, fix any bugs, deal with any comaplaints, and test any suggestions when I return in January :)
Happy Holidays all!
Alan.
jmottle
01-02-2006, 01:45 PM
If you move a post to a forum that is not accessible to the user (like a moderation forum), they get a message that says" $bbuserinfo[username], you do not have permission to access....."
Seems it is not able to find their username if they do not have permission for that page.
Alan @ CIT
01-08-2006, 07:43 PM
Hi all,
I have now returned from my holidays, hope you all had a good <insert-seasonal-holiday-name-here> :)
I'll start answering any questions, fixing any bugs, and adding any new features next week, but I've got a lot of hacks to update, so it might not be immediate :)
Thanks,
Alan.
Julie
01-09-2006, 09:04 PM
Welcome back!
Any way to exclude forums? I have a dead archive which threads are moved to then pruned... A LOT of PMs go out just there... Any way to have it NOT sent PMs when forum moved to is id 'X'?
Thanks! :D
lazyseller
01-09-2006, 10:29 PM
i believe thats on the next release... .. im waiting as well..
TraumTeam
01-15-2006, 02:40 PM
interesting would be to send the thread owner a customized msg after moving the thread.
My moderators always have to write a pm manually ...
But writing a short msg to the owner inside the move menu would be great.
Perhaps you can think of that idea ...
rob
interesting would be to send the thread owner a customized msg after moving the thread.
My moderators always have to write a pm manually ...
But writing a short msg to the owner inside the move menu would be great.
Perhaps you can think of that idea ...
rob
thank you for this hack, wonderfull tool for me and moderators .-)
Idea for next release:
I do a lot "move post to new thread". It would be nice to have automated PM here too with message with meaning like:
Your post was off topic in thread "xy", so we created new thread that you can find here: "xy".
I would very appreciate this feature :-)
TouranMan
01-28-2006, 06:24 PM
Sorry for being thick but how can I download this? The link is just to an XML file.
lazyseller
01-29-2006, 02:43 AM
right click... save target as...
tommyxv
02-20-2006, 09:43 AM
BUMP....
Is the enhanced version ready yet?
Thanks Alan, works perfect. :)
creedmaniac
02-25-2006, 06:59 PM
is there a way to disable this when a thread is moved to certain forums?..i.e...i never delete anything on my site...it's moved to 'the garbage'...but i don't want members to know i've thrown their stuff in 'the garbage'...that would just be wrong.
BeaLzeBuB
03-04-2006, 11:37 PM
very nice, thx
installed
is there PM on Thread/Message Delete v1.0 ??? :D
Tralala
03-04-2006, 11:52 PM
Any way to exclude forums? I have a dead archive which threads are moved to then pruned... A LOT of PMs go out just there... Any way to have it NOT sent PMs when forum moved to is id 'X'?
Same situation here.
Ideally there could be an interstitial dialog: "Do you want a PM to be sent to the Threadstarter telling them their thread has been moved?"
90% of the time I love this timesaving hack. But there are times when I really DON'T want a PM sent, and I forget I have this hack installed. :nervous: A dialog like that would let me "confirm" beforehand.
the Sandman
03-04-2006, 11:55 PM
As a workaround until this is addressed, what I've been doing when I don't want the PM sent is this: Copy the thread to the destination forum, then go back and physically delete the original.
xlguy
03-06-2006, 11:57 AM
Just adding another request to have a tickbox option "Should send Move PM?". That way, if we move to a hidden forum, it won't PM the user a link and confuse them!
Tralala
03-08-2006, 05:32 AM
As a workaround until this is addressed, what I've been doing when I don't want the PM sent is this: Copy the thread to the destination forum, then go back and physically delete the original.
Seems like a good idea, only problem is, you can only copy one thread at a time. No way to "mass copy" many selected threads at a time, AFAIK.
So instead I think I'll have to go to AdminCP, temporarily disable this hack, move the threads, then re-enable the hack... ugh.
LiveMicSociety
03-08-2006, 04:16 PM
Installed :up:
LiveMicSociety
03-08-2006, 04:30 PM
Installed :up:
BabyNameAddict
03-09-2006, 02:23 AM
Good Stuff!
dsotmoon
03-10-2006, 10:52 PM
ben_erhan: I'll be sure to add permission checking into the next release. If the user doesn't have permission to view the forum it's being moved to, then it won't tell them about the forum.
Alan, any update to this hack? i'd like to add it but dont want certain forums showing if they are admin or usergroup based
thanks
Julie
03-19-2006, 10:33 PM
So instead I think I'll have to go to AdminCP, temporarily disable this hack, move the threads, then re-enable the hack... ugh.
Yeah, but that only works when you're the only one doing the moving :P I have a sup mod on my board, and she's one cleaner! She sweeps everything, especially when I'm sleeping (different timezones) and can't disable it :P And I don't want to allow her into the AdminCP...
*calls* Aaaalaaaan? You there? I got... *looks* .... candy! Or, coffee, if that's what you prefer!
Nathan2006
03-20-2006, 04:36 AM
Thank you :)
Install
silurius
03-21-2006, 06:56 PM
Hi Alan, any updates to this hack on the way? :)
Also, I've had to make changes to how I use this, and I forgot one thing. In the plugin, I've modified the fromuserid and fromusername settings to be from a different user now, but I can't figure out how to change the text of the message to show that it is signed by someone else (the "Thanks, {6}" part). Do I change it there, or is this hack managed somewhere in the admincp I forgot about?
Nathan2006
03-23-2006, 02:59 AM
I have just checked on a test account on a normal user and its now saying:
your thread has now been moved to the admin section:surprised:
So I'm going to have to disable it before everyone finds out all the hidden parts of the board :(
Hope there is an update :)
Tralala
03-23-2006, 05:13 AM
I have just checked on a test account on a normal user and its now saying:
your thread has now been moved to the admin section:surprised:
So I'm going to have to disable it before everyone finds out all the hidden parts of the board :(
Hope there is an update :)
Yeah. Same thing happened to me. It was embarrassing. :confused:
camry
03-23-2006, 07:52 AM
Where the new hack :(
We are watting and watting .. :(
dtdesign
03-29-2006, 07:50 AM
Doh ! I was reading thru this and as I was reading I installed the hack to test it to see if it was updated !
*sigh* good hack Alan but the new version would be excellent dude !
It's been 5 months and I'm still waiting.
Would it be that hard to say that there won't be any next version ?
Any one can work on this very important hack and release a new version ?
cmiller1014
05-08-2006, 12:22 PM
Umm it works fine as is. Why would anyone need another version?
very cool .
click install :banana:
Glad to hear it's working ok.
OmaniMan: The other moderation options (close, sticky, delete, etc) will be included in the next release. I'm working on it now, and hope to have it finished in a day or 2.
Cybernetec: Good idea, I'll try and work it into the next release.
That was posted at 10. Oct 2005, 17:45
COBRAws
05-08-2006, 02:45 PM
How can i set the UserID of author of the PM? I want to use the global admin account.
Thanks
Tralala
05-10-2006, 03:51 PM
That was posted at 10. Oct 2005, 17:45
^ bump ^
Dude, chill out. This is a free hack, and clearly the original coder isn't involved with its active development and support anymore. Get over it. Constant bumpings are selfish, rude and add nothing.
Either learn to code to make improvements for yourself, or sit back and be patient for Alan @ CIT to either come back to support it, or pass on permission to someone else who will.
Alan @ CIT
05-10-2006, 03:57 PM
Stop: What Tralala said :)
All: I realize that a lot of people have been waiting for an update to this hack, and many of my other hacks, but unfortunately real-life issues have wiped out all of my free time recently, and will continue to do so for the next few months.
Although it's easy to say "Why can't you just make a quick update? Why can't you just reply to my post? why etc..etc..etc", supporting and developing 10 hacks takes an extreme amount of time - sometimes I'd be coding for 4 hours in an evening, then replying to support questions, feature requests and the 20 or so PM's I'd got that day for another 2 hours. That's just time I don't have anymore.
For what it's worth, a couple of people have PM'd me in the past asking to release this hack with the added features, and I've said yes to them all, but to date, none of them have released anything (that I've seen), so I'm not deliberately stopping people from improving this hack.
Thanks,
Alan.
Alan @ CIT
05-14-2006, 03:12 PM
Hi all,
The next version of this hack is now finished. It supports sending PMs for:
Thread Tools Menu
Open
Close
Delete
Undelete
Stick
Unstick
Move
Inline Mod Menu
Attachments: Approve
Attachments: Unapprove
Threads: Delete
Threads: Undelete
Threads: Open
Threads: Close
Threads: Approve
Threads: Unapprove
Threads: Stick
Threads: Unstick
Threads: Move
Posts: Move
Posts: Delete
Posts: Undelete
Posts: Approve
Posts: Unapprove
It also includes a few new features:
* Exclude forums - will not send a PM if the thread is in a forum in this list
* Checks permissions - it now checks to make sure the user can view the source/destination forum on thread moves, if they can't, it won't tell them where the thread is being moved to, just that it has been moved.
* Send From - Lets you choose who PMs are sent from, or use the default (the mod who made the change)
* You can enable/disable sending of PMs by action (move, delete, stick, etc) and type (thread/post/attachment) in the AdminCP -> Options
Now for the important part... Instead of releasing this as a public beta to find any bugs, I will be releasing it as a closed beta to a small number of people. If you are interested in testing this new version, please drop me a PM with your e-mail address and I'll send you the .zip
Note: I'll only be sending the .zip to 3 or 4 people, so if I don't reply to your PM, it's because enough people have already applied :)
Thanks,
Alan.
Boofo
05-14-2006, 04:14 PM
Can this also be turned off for when undeleting a thread, for instance?
Alan @ CIT
05-14-2006, 04:17 PM
Sorry, I'm not sure what you mean. Do you mean can you stop a PM being sent when un-deleting a thread? If so, yes - there are options in the AdminCP to turn on/off sending of PMs for each action (move, delete, etc) and type (thread, post, etc).
Thanks,
Alan.
Boofo
05-14-2006, 04:39 PM
Sorry, I'm not sure what you mean. Do you mean can you stop a PM being sent when un-deleting a thread? If so, yes - there are options in the AdminCP to turn on/off sending of PMs for each action (move, delete, etc) and type (thread, post, etc).
Thanks,
Alan.
Exactly what I was looking for, sir. Looking forward to the update. ;)
Alan @ CIT
05-15-2006, 05:52 PM
Good news!
For all those who have been waiting for the next version, it's finally ready :banana:
It's been re-named to Moderation Auto-PM and can be found in the extensions forum as it now adds 3 files :)
Get it here! https://vborg.vbsupport.ru/showthread.php?t=115677
Please make sure all posts for Moderation Auto-PM go in that thread, not in this one, as they are seperate hacks :)
IMPORTANT NOTE: You will need to fully uninstall this hack before installing Moderation Auto-PM
Thanks,
Alan.
Mr Chad
05-15-2006, 08:56 PM
wow thanks :)
ramone_johnny
05-28-2006, 06:55 AM
Easiest install ever!!!! :D
RJ
yakusasc
08-12-2006, 02:28 PM
It doesn't work with VB 3.6 ?
ConqSoft
08-12-2006, 02:29 PM
Working fine on 3.6 for me. (The replacement Alan listed above. Not this particular one.)
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.