MyBB Community Forums

Full Version: Hacking the MyBB code - do I need to restart MyBB?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi

I have made a small change to the MyBB PHP code on my system so that email notifications are sent regardless of whether the user has read the thread since the last notification was sent.

I don't know how php systems work, but I do know other languages well enough to guess at the function of the code.

If I make a change to the php code, when does the change take effect?  Does Apache re-read the code each time an action is required or do I need to restart MyBB in some way?

Best regards

David
which file exactly you have modified ?
if it is MyBB system core file then there should be no need to restart the Apache server
(2015-03-15, 05:56 PM).m. Wrote: [ -> ]which file exactly you have modified ?
if it is MyBB system core file then there should be  no need to restart the Apache server

I modified inc/datahandlers/post.php