MyBB Community Forums

Full Version: difference between private_send_do_send and private_do_send_end?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can any body guide that what is difference between private_send_do_send and private_do_send_end?


and difference between newthread_do_newthread_end & newthread_end?
private_send_do_send => run after submitting message. next process is validating it (check for duplicates .. etc.)
private_do_send_end => run after completion of message sent. i.e. message sent successfully
This is more of something that matters to plugin and isn't general support so moved to Plugin Development.
(2014-09-03, 03:59 AM).m. Wrote: [ -> ]private_send_do_send => run after submitting message. next process is validating it (check for duplicates .. etc.)
private_do_send_end => run after completion of message sent. i.e. message sent successfully
thank you very much
and difference between newthread_do_newthread_end & newthread_end?
(2014-09-03, 04:43 AM)dragonexpert Wrote: [ -> ]This is more of something that matters to plugin and isn't general support so moved to Plugin Development.

thanks..
------------
منابع آزمون نظام مهندسی
نمونه سوالات نظام مهندسی
نمونه سوالات آزمون نظام مهندسی
منابع ازمون نظام مهندسی
منابع آزمون نظام مهندسی عمران
سوالات آزمون نظام مهندسی
newthread_end is on the page where you are filling out the forum. newthread_do_newthread_end is after the thread is inserted. newthread_do_newthread_start is run before any validation occurs.