- This topic has 2 replies, 2 voices, and was last updated 8 years, 6 months ago by
jamescampbell.
-
AuthorPosts
-
-
July 17, 2013 at 6:36 pm #907
jamescampbellMemberI 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 ?
-
July 17, 2013 at 7:53 pm #910
SteveKeymaster@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> -
July 18, 2013 at 4:30 am #923
jamescampbellMemberAh 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 🙂
-
-
AuthorPosts
- You must be logged in to reply to this topic.