Viewing 2 reply threads
  • Author
    Posts
    • #907

      I wrote a small framework Similar to Picklist there are a few features Picklist doesn’t replicate just yet but for the most part Picklist replaces most of it 🙂 although I am deciding as my plugins are based on this framework to make some of the framework be powered by Picklist underneath.

      Anyways, I had a feature where you could set a directory for help files and it would read all these files and show them as the contextual help. It would take the first <h1> tag of each file and use that as the tabs title and stripped it out of the tabs content.

      I was wondering if you would concider adding this to Piklist ?

    • #910
      Steve
      Keymaster

      @jamescampbell– Have you taken a look at how Piklist implements help? Not much different then you describe, but we have a few other parameters:

      <?php
      /*
      Title: Piklist Demos
      Capability: manage_options
      Page: piklist_demo,piklist_demo_page_piklist_demo_fields,profile
      */
      ?>
      
      <p>
        <?php _e('The Piklist Demos post type is designed to show off Piklist features, test them, and demonstrate how to use them.', 'piklist');?>
      </p>
    • #923

      Ah didn’t spot it, thank you 🙂 This framework is amazing wish I had seen it before I made my own but I’ll see wht I can donate from mine and perhaps see if I can evolve mine into something else 🙂

Viewing 2 reply threads
  • You must be logged in to reply to this topic.