Skip to main content
G5_Matty
Known Participant
July 8, 2014
Answered

Can I hide a book or entry within the TOC, based on a parameter?

  • July 8, 2014
  • 2 replies
  • 820 views

Hi, all. I am currently using RH 11.  Is there a way in which I can hide a book or entry within the TOC, based on a parameter passed in the URL?

    This topic has been closed for replies.
    Correct answer Peter Grainge

    Thanks for the response, Peter.  I may end up with up to 15 categories of users, so I was hoping to work out something in the code.  If need be, I can go the manual route and create 15 versions of help though.


    Rh10 introduced Dynamic User Centric Content, otherwise known as Content Categories. In one SSL you can create different outputs. The idea is the help is opened with a dropdown where the user can select a category. If you look in the output folder, there is a folder for each category and you can open that help to a specific category. However the user can then select the other categories.

    The method is described in the Rh Tour on my site and the sample projects have an SSL showing the method.

    To open a specific category, you point to the start page for the category, it bears the name of the category. Thus the TypeA category can be opened from TypeA.htm.


    See www.grainge.org for RoboHelp and Authoring tips

    @petergrainge

    2 replies

    G5_Matty
    G5_MattyAuthor
    Known Participant
    September 22, 2014

    Thanks very much, guys.  Great options

    Peter Grainge
    Community Expert
    Community Expert
    July 9, 2014

    Not that I am aware of. Perhaps if you explain why you want to do this, someone can suggest a different approach.


    See www.grainge.org for RoboHelp and Authoring tips

    @petergrainge

    Use the menu (bottom right) to mark the Best Answer or Highlight particularly useful replies. Found the answer elsewhere? Share it here.
    G5_Matty
    G5_MattyAuthor
    Known Participant
    July 9, 2014

    Hi, Peter.  Thanks for the reply, I guess that I should have been more specific.  What I have is an extensive help resource for a shopping cart application.  However, there are some users of the shopping cart system who won't see certain features.  I was going to try to hide those features' instructions from those users, by passing a parameter in the URL (we can assign whatever help "launch" URL we'd like, in the system).

    Peter Grainge
    Community Expert
    Community Expert
    July 10, 2014

    How many permutations of user categories? I am wondering if you could just produce a number of outputs and link to the appropriate one when you know the user type. Not quite what you asked for the same end result.


    See www.grainge.org for RoboHelp and Authoring tips

    @petergrainge

    Use the menu (bottom right) to mark the Best Answer or Highlight particularly useful replies. Found the answer elsewhere? Share it here.