Viewing 5 reply threads
  • Author
    Posts
    • #4530
      rcreators
      Member

      Hello,

      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 workflow

      Let me know if there is anything wrong in it. I think there is quite less documentation on how to build setting stuff.

    • #4545
      Steve
      Keymaster

      @rcreators– Please zip up and email your code to [email protected] Happy to take a look at it.

    • #4547
      rcreators
      Member

      @steve – Sent @ support email id.

    • #4549
      Steve
      Keymaster

      @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 this Page: 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.

    • #4555
      rcreators
      Member

      Hi 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.

    • #4559
      Steve
      Keymaster

      @rcreators— Email us at [email protected] to discuss.

Viewing 5 reply threads
  • The topic ‘Not getting to setup tabs with new workflow system on setting page’ is closed to new replies.