Skip to main content
Participant
August 3, 2012
Question

Related Topics and Master Pgaes

  • August 3, 2012
  • 2 replies
  • 498 views

Our team has used a BMP image replacing the default gray button of the Related Topics button in the Master Page. But the change is not reflecting on existing pages that are using this master page. We need to go and reapply the change on all existing pages individually.

But any new topic we create hereafter is showing the new Related Topic BMP image.

Any suggestions how we might get this to work for existing pages?

This topic has been closed for replies.

2 replies

Peter Grainge
Community Expert
Community Expert
August 5, 2012

At the end of each topic you will find the code for your related topics. One line will read something like:

  <param  name="Button"  value="Bitmap:myimagename.bmp" />

You could try a multifile find and replace to change that.

Make sure you back up the project first.


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.
Captiv8r
Legend
August 3, 2012

HI there

My guess is that you have this inside the Body placeholder. And when things are inside the Body placeholder, you don't see changes cascade across topics as you do with the Header and Footer. Think of the Body placeholder as being very similar to a piece of paper going through a copier. You make 10 copies of a form and 10 folks complete the copies. Perhaps you are asking for Name, Address and whatnot. Then later you decide you forgot to ask for email address. You change the master copy. But the first 10 are unaffected. Any copy thereafter *WILL* have an area for the email address though.

Cheers... Rick

Helpful and Handy Links

RoboHelp Wish Form/Bug Reporting Form

Begin learning RoboHelp HTML 7, 8 or 9 within the day!

Adobe Certified RoboHelp HTML Training

SorcerStone Blog

RoboHelp eBooks

Participant
August 7, 2012

This worked great, but now the problem is that the Related Topics button  has become static, I am unable to modify it for each topic.

Think I'll try out what Peters suggested  as well.