MyBB Community Forums

Full Version: _activate function
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
You're getting an error from the double "include" yes. This is why you should always use include_once or require_once instead. I use require_once in all of my plugins, as include is... not needed in most cases. You can read about the differences between include, include_once, require, and require_once on www.php.net - which is a great resource for you.
This is working now as I wanted. Thanks for all advice. I liked a lot too the last one to show a warning in plugins list.
(2011-05-06, 09:25 AM)manfer Wrote: [ -> ]This is working now as I wanted. Thanks for all advice. I liked a lot too the last one to show a warning in plugins list.

We're here to help.
Pages: 1 2 3