Skip to main content
Inspiring
June 29, 2011
Question

Webhelp and toc links to external projects

  • June 29, 2011
  • 1 reply
  • 772 views

Hi all - new user so any help much appreciated.

I have created several individual Webhelp projects using robohelp 9.

Each project contains its own toc. At the end of each toc I have placed external links to the other projects as related topics.

I have directed the external links to the index.html file for each of the projects.

The problem that i have occurs when I click on the toc link to a related topic in the browser.

The browser displays the original toc, the new toc and the project that I have linked to (so I have 2 tocs displayed next to each other).

Is there a way that I can adjust the toc link so that only the new project is displayed and the toc of the original project disapears?.

Hope this makes sense.

Thanks

James

This topic has been closed for replies.

1 reply

Peter Grainge
Community Expert
Community Expert
June 29, 2011

If a TOC item links to the output of another project, it will open with the tripane in the topic window.

You need to consider

  • Merged help where there will be a book for each project and the user will select the book they want.
  • DUCC - Dynamic User-Centric Content where the user can select which help output they want to view. This would be set up from one project.

Merged Help is described on my site and DUCC is described in the RoboHelp Tour you can access from my site. It is also demonstrated int the RoboHelp 9 sample projects. Click Open on the RoboHelp Starter page and then click Samples in the ribbon on the left.

You cannot set up a TOC in the way you are trying to close one project and open another.


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.
Peter Grainge
Community Expert
Community Expert
June 29, 2011

Looks like I was wrong.

Rick did a bit more poking around and suggested this solution that does seem to do what you want.

Edit the properties of the TOC page pointing to the other WebHelp and look at the Advanced tab.

Choose Whole Page for the frame.


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.
diazoneAuthor
Inspiring
June 29, 2011

That is exactly what I was looking for.

Many thanks.