I am building a plugin which needs to be able to save settings for each user. So I am attempting to use Piklist to build the settings page. The problem that I see is that if I build a workflow for the user profile and add two tabs, one for the general user settings which uses the “Default Form: true” option, and one for the custom settings for my plugin, any other workflows designed for the user profile page do NOT work.
In other words, if two plugins want to add a tab to the user profile page, only one of those workflows will be used and therefore all others will be excluded.
How do I go about adding a settings page/tab/meta-box etc, to the user profile in a way which is going to be compatible with all other plugins and potential piklist workflows?