Tagged: piklist, setting page, tabs
- This topic has 5 replies, 2 voices, and was last updated 6 years, 3 months ago by
Steve.
-
AuthorPosts
-
-
October 11, 2015 at 4:44 am #4530
rcreatorsMemberHello,
I have admin setting page, which have different tabs. It worked well with old version but when i update to beta version 0.9.9.2, Tabs not working.
I tried with the documentation provided in other ticket for same but still not working. Let me know step by step procedure on how i can make it right. Below is a files and folder structure for same
My Plugin
/inc
wp-hr-pages.php – it have code which adds custom setting page
/parts
/settings
general-tab.php – tab fields for setting page
advance-tab.php – tab fields for setting page
/workflows
page-settings.php – main workflow header file
general-tab.php – tab declaration for workflow
advance-tab.php – tab declaration for workflowLet me know if there is anything wrong in it. I think there is quite less documentation on how to build setting stuff.
-
October 13, 2015 at 10:39 am #4545
SteveKeymaster@rcreators– Please zip up and email your code to [email protected] Happy to take a look at it.
-
October 13, 2015 at 10:45 am #4547
rcreatorsMember@steve – Sent @ support email id.
-
October 13, 2015 at 11:15 am #4549
SteveKeymaster@rcreators— I fixed your Workflows and just emailed them back. You had two issues:
1) PAGE: The page you want the Workflows on is
admin.php?page=wp_hr_settings, so the page parameter should look like thisPage: admin.php, wp_hr_settings.2) TAB: In your settings/ files you need to let Piklist know what tab you want the settings to display on.
Let us know if you need any more help.
-
October 13, 2015 at 1:31 pm #4555
rcreatorsMemberHi Steve,
Thanks for the quick check on it. Was never thought to put admin.php in page list. Also i like to know, do you have planning to add functionality by which developers can add their custom database table and generate cross query and other stuff with Piklist. Also generating field with specific custom table data and make cross entry with it in another custom table. I am not sure is it possible right now or not as user guide not having something like that.
-
October 13, 2015 at 2:22 pm #4559
SteveKeymaster@rcreators— Email us at [email protected] to discuss.
-
-
AuthorPosts
- The topic ‘Not getting to setup tabs with new workflow system on setting page’ is closed to new replies.