02-13-2018, 04:05 PM
You can. We have that already.
If you want to add custom fields to the tabbed section at the top, that is in
And if those are form fields that need to be posted, you can put that code in...
If you want to add your own buttons at the top of the admin panel, you can do that in
If you want something to show up between the admin buttons and the tabbed thing at the bottom, you can do that by creating the file
and it will appear in that space between.
I hope this helps.
If you want to add custom fields to the tabbed section at the top, that is in
Code:
usersc/includes/admin_panel_custom_settings.php
And if those are form fields that need to be posted, you can put that code in...
Code:
usersc/includes/admin_panel_custom_settings_post.php
If you want to add your own buttons at the top of the admin panel, you can do that in
Code:
usersc/includes/admin_panel_buttons.php
If you want something to show up between the admin buttons and the tabbed thing at the bottom, you can do that by creating the file
Code:
usersc/includes/admin_panels.php
and it will appear in that space between.
I hope this helps.