MyBB Hacks

Full Version: PM to New Users
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
For those running higher PHP versions like me (7.0.8) and experiencing issues with MyBB errors and board member count not updating auto without rebuilding cache there's a strong possibility this plugin is causing it. Just a heads up for those out there that don't know how to debug for whatever reason...
I can confirm this issue. Statisticis are not updated automaticaly, I have o run recount manualy... can you fix it please?
Code uses preg_replace/eval which was removed in PHP7, so that's probably the issue.
I don't have a PHP7 environment at the moment, but I've made a change which avoids using that - see first post for v1.3.
Thank you very much! Great support and great mod!
Thanks for the update ZiNgA.
After installing the plugin, I registered a user and noticed that the `{username}` and `{$mybb->settings}` do not parse correctly as they do not appear in the PM sent.

Will check the plugin file later.
Does this plugin work more or less without issues at this point? Were all the kinks ironed out?
(03-13-2019 07:08 PM)Techie69 Wrote: [ -> ]After installing the plugin, I registered a user and noticed that the `{username}` and `{$mybb->settings}` do not parse correctly as they do not appear in the PM sent.
Updated the plugin to fix this issue, thanks for reporting.
Pages: 1 2
Reference URL's