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.phpAnd if those are form fields that need to be posted, you can put that code in...
Code:
usersc/includes/admin_panel_custom_settings_post.phpIf 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.phpIf 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.phpand it will appear in that space between.
I hope this helps.

