• I would like to use blogging software as a help authoring tool, rather than using something like RoboHelp. By help authoring tool, I’m referring to software that creates online help or some other help file.

    Here’s the problem. I’m not quite sure how to organize the posts in the table of contents. I could make different categories for the different main topics of the help, and then call only those posts that belong to distinct categories, but I’m not sure that’s the best way. Plus, I’d have to create a new style for their display in a sidebar.

    Is there any such thing as help templates? I tried organizing the sidebar manually for some basic help content about customizing connections (which you can see at https://stc-suncoast.org/customizing-connections/). But it seems like there must be a better way, a more automated way.

    Here’s a larger question: If I created page templates that were specific to the help topics, is there a way that I could call only pages based off those specific page templates, rather than all pages?

    Thanks for your help.

Viewing 9 replies - 1 through 9 (of 9 total)
  • Personally, I don’t see any blog system as really suitable to what you’re trying to do, mainly due to the fact that blogs are chronological. I’d suggest considering a forum package instead.

    Alas, I’m with pizdin_dim. I’ve had the same idea as you (wouldn’t a blog for a help system be nifty?) but… it just is a bit of a stretch.

    I went with a wiki instead. ??

    Maybe Mark Jaquith’s WordPress Hooks site, which is an installation of WordPress set up as an API reference for WordPress, will give you some ideas:

    https://wphooks.flatearth.org/

    I used WordPress to do the FAQ system for my hosting business:

    https://hosting.birdhouse.org/faqs/

    Rather than work around the chronology problem, I worked with it – I control index order by manipulating the publication date. It’s a hack, but gets the job done. It would be nice to have a plugin that would A) Override chronology for ordering and B) Provide a nice admin interface for setting post order.

    I’ve thought about this for some uses.

    There was/is a plugin called narchives, which is a sort of sitemap that can sort posts chronologically *and* by category. (For an example, here’s one of mine:
    https://developedtraffic.com/sitemap.php — scroll down a bit.)

    It wouldn’t be too hard to get it to sort by category, remove the sorting option, and use it for a home page.

    It’s one thought. No nice admin area for sorting, though.

    Thread Starter TomJohnson

    (@tomjohnson)

    Thanks for your comments. Just to follow up, no one knows how to call posts only from specific page templates?

    https://codex.www.ads-software.com/Template_Tags/query_posts

    Using that to initialize The Loop in your Page template would allow you to display specific posts (depending on what you’re trying to display). As an example, I use a combination of query_posts() with the ‘category_name’ parameter and a test on custom field keys for my plugins Page.

    Thread Starter TomJohnson

    (@tomjohnson)

    Shacker,

    I really like how you created your FAQ. That’s clever and it looks good.

    I can hardly believe there’s not a plugin to control the posts.

    Kafkaesqui, thanks for the link. I will look at it again.

    “I went with a wiki instead.”

    An even better idea, thanks HandySolo!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘using blogs as help authoring tools?’ is closed to new replies.