Skip to main content
December 20, 2012
Answered

How to construct a shortcut to a topic for distribution?

  • December 20, 2012
  • 2 replies
  • 987 views

RH10, WebHelp Pro

I  find  that if I "copy shortcut" of a topic in the browser (IE), the resulting shortcut looks like this:

http://server.server/context/directory/server/general/projects/Myproject/Myproject.htm#topicname.htm

When I then use this URL on our intranet, it does find the correct topic, however the Window is not correct. Specifically, it is using the correct skin but it displays buttons in the toolbar that are NOT selected in the window properties. For example, I do not have "Glossary" selected, but it gives me the glassary button anyway.

However if the help system is opened via the standard URL which opens the first topic, the window is properly configured, and I assume this is because the string that opens the help system includes the name of the Window.

Is there a way to insert the Window name in a copied topic shortcut so that if a user enters a topic directly (without opening the helpfile using the standard URL) they will see the correctly confugured toolbar?

Thank you.

This topic has been closed for replies.
Correct answer

I have found a way to do this. As far as I know, it is not documented.

  1. In RH10, access the published output via File>View>Primary Layout from server.
  2. In the browser, capture the URL of the displayed output.
  3. In a text editor, change the target *.htm page from the default landing page to the page you want a link to. Remember to include a containing sub-folder if the page is not sitting at root level in the project.
  4. Save and distribute the amended URL.

The URL contains a lot of escape characters, and is therefore a bit tricky to edit.

Cheers,

Mike

2 replies

Correct answer
April 3, 2013

I have found a way to do this. As far as I know, it is not documented.

  1. In RH10, access the published output via File>View>Primary Layout from server.
  2. In the browser, capture the URL of the displayed output.
  3. In a text editor, change the target *.htm page from the default landing page to the page you want a link to. Remember to include a containing sub-folder if the page is not sitting at root level in the project.
  4. Save and distribute the amended URL.

The URL contains a lot of escape characters, and is therefore a bit tricky to edit.

Cheers,

Mike

RoboColum_n_
Brainiac
December 20, 2012

No. When you display your help on the RH Server it uses the correct configuration. Because you are trying to display the help away from the RH Server application it will always display all the buttons regardless of whether you have selected them in your skin. If you want to have an additional output placed on your intranet I suggest you create WebHelp from your project as well and publish this to your intranet.

December 21, 2012

It isn't that we want to bypass the server. We want to give people direct links to some topics (htm pages) on the server rather than sending them to the home page and making them navigate to the topics, but we want the links to activate the frame set and the designated window. Is that possible?

  

Willam van Weelden
Inspiring
December 21, 2012

Hi,

Can't you use the CSH API for that? If you make it a CSH call, you can have the user call the correct page by using the map number.

Greet,

Willam