MyBB Community Forums
how to ReadOnly Setting to show plugin installed or uninstalled State? - Printable Version

+- MyBB Community Forums (https://community.mybb.com)
+-- Forum: Extensions (https://community.mybb.com/forum-201.html)
+--- Forum: Plugins (https://community.mybb.com/forum-73.html)
+---- Forum: Plugin Development (https://community.mybb.com/forum-68.html)
+---- Thread: how to ReadOnly Setting to show plugin installed or uninstalled State? (/thread-113879.html)



how to ReadOnly Setting to show plugin installed or uninstalled State? - zbaig - 2012-02-22

Hi All,

i have a table for bad-words Filter and i do not want to drop it on uninstall.

i want a read only setting will be manage able only from backend on install or uninstalled.

how i can make a setting for plugin which is read-only for admin.
admin will see it read-only and can not change.

i will use this setting in my plugin function for is_installed_check rather than db exists or not....