View Full Version : delete & move notify
illogicalx
01-19-2002, 10:00 PM
this hack will notify the thread create if his thread deleted or moved to another forum.
in moving operation the thread creator will notify if his thread moved a straight move .
Lucky
01-20-2002, 01:55 AM
Great hack again buddy!
Are you on a role or something? hehe
This is the 3rd hack from you I have installed today.
Keep up the awesome work my friend!
:)
Shenlong
01-20-2002, 02:55 AM
is the variable supossed to be:
$usenrma[username]
was that ment to be username?
Shenlong
01-20-2002, 03:00 AM
by the way, just installed the hack, everything seems to be working great so far. u got good ideas and I am sure my members will be happy to be informed if a post is moved
illogicalx
01-20-2002, 03:36 AM
Originally posted by Lucky
Great hack again buddy!
Are you on a role or something? hehe
This is the 3rd hack from you I have installed today.
Keep up the awesome work my friend!
:)
thanks there is one more also :)
illogicalx
01-20-2002, 03:43 AM
Originally posted by Shenlong
by the way, just installed the hack, everything seems to be working great so far. u got good ideas and I am sure my members will be happy to be informed if a post is moved
about
$usenrma[username]
i jsut used it from my mind :)
i was having a problem in my forum when some one moved or deleted a thread , our member got angry :cry:
now the are happy
thanks Shenlong :)
Lesane
01-20-2002, 10:58 AM
Great hack. I luv it ;)
Admin
01-20-2002, 11:05 AM
Next time, instead of:
$result=$DB_site->query("SELECT userid FROM user WHERE userid=$userid");
$row=$DB_site->fetch_array($result);
just do:
$row=$DB_site->query_first("SELECT userid FROM user WHERE userid=$userid");
:)
squawell
01-20-2002, 12:04 PM
thankz buddy
this is very useful hack!!
illogicalx
01-20-2002, 12:16 PM
Originally posted by FireFly
Next time, instead of:
$result=$DB_site->query("SELECT userid FROM user WHERE userid=$userid");
$row=$DB_site->fetch_array($result);
just do:
$row=$DB_site->query_first("SELECT userid FROM user WHERE userid=$userid");
:)
thanks alot chen , ok i'll use it .
thanks
:kiss: lol
Mystics
01-20-2002, 07:01 PM
Thx for the Hack, have translated (to German) and installed it :)
GeorgeofCS
01-25-2002, 11:30 PM
Anyway to get this hack to not notify members when stuff is deleted in certain forums?
Xelation
01-25-2002, 11:46 PM
Just tested it out and... Worked perfectly!
Logician
02-09-2002, 09:14 AM
great hack! :)
Hello,
Nice hack I'll try it. Can you expand this hack a little bit? Like sending the notices via PM and some other stuff. Please take a look at my ideas (https://vborg.vbsupport.ru/showthread.php?s=&threadid=34751). Thanks
nafae
02-09-2002, 04:12 PM
cool hack, I will install in a bit
I love this hack! With one drawback....:(....Can you turn it off for cleaning purposes? For instance, when threads get old or are inappropriate, we move them to a special forum called "The Dump". I don't want the user notified everytime we move a thread in there. But I would like the option to notify the member if we move a thread because it was in the wrong forum, etc....
Any way this will be possible?
inetd
04-28-2002, 10:10 AM
hi
I need small changes in hack. I need notify by PM, but not email.
You can help me? Please :)
mvigod
04-29-2002, 04:50 PM
Firefly or anyone who might know this...
Shouldn't you also add these templates to the $templatesused variable in order to not create another query or something like that? I read in another thread that if a custom template wasn't included that vbulletin ran another query to bring the template in and this is of course ineffecient for heavily loaded boards. Is this true or doesn't matter?
Keyser S?ze
04-30-2002, 04:08 PM
i assume this notifiys by PM, does it say "who" moved or deleted it, and also do it provide a link to respond to that person?
Janet
04-30-2002, 07:49 PM
Does it give them a link to the thread in its new location?
What if a thread is moved to a private forum...ie: Moderators Forum? can they access this?
I had a user in which has email notification turned on. I had moved a thread into my mods forum which is private and the mods commented regarding the post and this user still received email that her post was replied to and was able to actually post replies to the thread. Maybe I have a problematic board however, I think this hack is awesome just do not want to take chances with that situation happening.
Les Shaw
05-05-2002, 03:37 PM
Along these sames lines, is there a hack which will allow admins or mods to see who had moved or deleted posts/threads?
Originally posted by Les Shaw
Along these sames lines, is there a hack which will allow admins or mods to see who had moved or deleted posts/threads? This is a good hack:
https://vborg.vbsupport.ru/showthread.php?s=&threadid=35585&highlight=moderator+and+activity
Keyser S?ze
05-25-2002, 03:33 AM
getting a error on line 129 in postings.php, this is line 129 and all the code around it, can anyone tell me whats wrong
thanks
/////
eval("\$emailsubject =
\"".gettemplate("emailsubject_thoprtion",1,0)."\";");
eval("\$emailmsg =
\"".gettemplate("email_thread_delete",1,0)."\";");
mail($usenrma[email],$emailsubject,$emailmsg,"From:
\"$bbtitle Mailer\" <$webmasteremail>");
/////
eval("standardredirect(\"".gettemplate("redirect_deletethre
ad")."\",\"forumdisplay.php?
s=$session[sessionhash]&forumid=$threadinfo[forumid]\");");
}
############################### start delete posts
Cool hack ... Any update for this hack for VB 3.0.3 illogicalx?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.