If you want to force fields on plugin tabs you need to edit those plugin tabs in _comprofiler_tabs database table and change their fields column from 0 to 1. This will let you place fields on them, but running tools check or updating the plugin will likely reset that value.
An alternative is you can make a new tab with a Custom HTML field that substitutions in the plugin tab. This would give you a bit more control over where the plugin content is rendered and allow tabs above or below the tab content. See the tab substitution information in the below tutorial on how to do this.
Kyle (Krileon) Community Builder Team Member Before posting on forums:
Read FAQ thoroughly
+
Read our Documentation
+
Search the forums CB links:
Documentation
-
Localization
-
CB Quickstart
-
CB Paid Subscriptions
-
Add-Ons
-
Forge
-- If you are a Professional, Developer, or CB Paid Subscriptions subscriber and have a support issue please always post in your respective support forums for best results!
-- If I've missed your support post with a delay of 3 days or greater and are a Professional, Developer, or CBSubs subscriber please
send me a private message
with your thread and will reply when possible!
-- Please note I am available Monday - Friday from 8:00 AM CST to 4:00 PM CST. I am away on weekends (Saturday and Sunday) and if I've missed your post on or before a weekend after business hours please wait for the next following business day (Monday) and will get to your issue as soon as possible, thank you.
-- My role here is to provide guidance and assistance. I cannot provide custom code for each custom requirement. Please do not inquire me about custom development.
Thanks! I changed the database table and it worked as I wanted it to. I always take notes when I changes plugin files/tables. So the update is not such a big deal for me. I always look in my documents before I update anything.