It would be very nice to be able to have either the topic (alias) id or the full path (including sub-folders) to the topic, as a system variable.
I need to have the full direct topic link on the HTML page itself.
-cpede
Topic path or id as system variable
-
Carsten Pedersen
- Propeller Head
- Posts: 96
- Joined: Wed Feb 08, 2006 1:11 am
Re: Topic path or id as system variable
You can submit feature requests here:
https://www.madcapsoftware.com/feedback ... quest.aspx
Alternatively, you should be able to use a script to include the path. I stuck the below code into my masterpage (Insert > Script) and it displayed the full path in a webhelp project. It's not pretty, but then, I don't really know how to write javascript.
If you know more or have access to a developer, you should be able to something a bit more fancy.
document.write(location.href);
HTH,
Amber
https://www.madcapsoftware.com/feedback ... quest.aspx
Alternatively, you should be able to use a script to include the path. I stuck the below code into my masterpage (Insert > Script) and it displayed the full path in a webhelp project. It's not pretty, but then, I don't really know how to write javascript.
document.write(location.href);
HTH,
Amber