2011-11-10, 01:48 PM
No, because they are raw queries. It only applies to insert_query() because it's a custom function which breaks queries down for easier use.
No longer involved in the MyBB project.
Plugin Settings
|
2011-11-10, 01:48 PM
No, because they are raw queries. It only applies to insert_query() because it's a custom function which breaks queries down for easier use.
No longer involved in the MyBB project.
2011-11-10, 01:52 PM
2011-11-10, 03:28 PM
again, you really should move the content of _activate to _install and the stuff in _deactivate to _uninstall functions. this will make your plugin match standards.
because right now, your code will require the admin to re-enter the setting into (like version number) every time they deactivate/activate the pluign. if you put the functions in install and uninstall the admin and deactivate without loosing any settings they had
Lost interest, sold my sites, will browse here once in a while. It's been fun.
Basic rule of thumb: If you modify it, installify it.
![]()
--Pyridine
|
« Next Oldest | Next Newest »
|