MyBB Community Forums

Full Version: make a custom User CP setting
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I would like to make a custom User CP settings.Im modifying a plugin that does something to all users, but i want to make a User CP setting for them to choose whether they want it or not.

the condition would be in the javascript section of this part
https://github.com/lukasamd/MyBB-View_Un...adPosts.js

to allow whether or not users want the document.title updated or not (i modified the plugin a little)

Does javascript have to check the User CP settings or does PHP have to do it?