-
1. Re: Can I hide a book or entry within the TOC, based on a parameter?
Peter Grainge Jul 9, 2014 12:47 AM (in response to G5_Matty)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
-
2. Re: Can I hide a book or entry within the TOC, based on a parameter?
G5_Matty Jul 9, 2014 6:44 AM (in response to Peter Grainge)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).
-
3. Re: Can I hide a book or entry within the TOC, based on a parameter?
Peter Grainge Jul 10, 2014 5:50 AM (in response to G5_Matty)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
-
4. Re: Can I hide a book or entry within the TOC, based on a parameter?
G5_Matty Jul 11, 2014 11:30 AM (in response to 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.
-
5. Re: Can I hide a book or entry within the TOC, based on a parameter?
Peter Grainge Jul 14, 2014 12:26 PM (in response to G5_Matty)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
-
6. Re: Can I hide a book or entry within the TOC, based on a parameter?
G5_Matty Jul 14, 2014 1:29 PM (in response to Peter Grainge)I took at look at it over at your site. Thanks very much, that will be a terrific help and should do nicely!
-
7. Re: Can I hide a book or entry within the TOC, based on a parameter?
rwrich21 Sep 17, 2014 5:32 AM (in response to G5_Matty)Hello
I am using Rh9, and I am building a new section of books and I would not like anyone to see them until they are finished. Is there anything I can do in RH9 to hide them until they are complete?
System Attributes:
RoboHelp HTML V9.0
RoboSource Control 3.1
RoboHelp Server V9.0
WebHelp Pro 9.0.1.262
-
8. Re: Can I hide a book or entry within the TOC, based on a parameter?
Captiv8r Sep 17, 2014 5:39 AM (in response to rwrich21)Hi there
Simple to do.
Define a Conditional Build Tag named InProgress or UnderConstruction or whatever makes sense. Apply the tag to the topics. Then use a Conditional Build Expression defined as NOT InProgress or NOT UnderConstruction or whatever you used. When you generate the output the topics will not be included. And if the topics aren't there, the book(s) won't be either.
Cheers... Rick
-
9. Re: Can I hide a book or entry within the TOC, based on a parameter?
rwrich21 Sep 17, 2014 9:16 AM (in response to Captiv8r)Works like a charm. Very easy to set up.
Thanks.
-
10. Re: Can I hide a book or entry within the TOC, based on a parameter?
G5_Matty Sep 22, 2014 6:13 AM (in response to G5_Matty)Thanks very much, guys. Great options




