Please post all questions and comments regarding Help & Manual 7 here.
Moderators: Alexander Halser , Tim Green
bilaai_b
Posts: 8 Joined: Mon Feb 04, 2019 6:13 am
Unread post
by bilaai_b » Sat Aug 10, 2019 7:19 am
Is there a way to show the Topic ID (found in Topic Options screen) on the help page?
I've tried it by using the global predefined variable <%TOPICMETA:NAME%> and change NAME to TOPIC ID but the result is just blank space
. Am I using <%TOPICMETA:NAME%> incorrectly and if this is the case how can I use it correctly to show the Topic ID?
Thanks and regards.
Martin Wynne
Posts: 1026 Joined: Mon May 12, 2003 3:21 pm
Location: West of the Severn, UK
Unread post
by Martin Wynne » Sat Aug 10, 2019 3:13 pm
bilaai_b wrote: Is there a way to show the Topic ID (found in Topic Options screen) on the help page?
Hi,
Just enter
<%TOPICID%> in your topic text.
The ones you are using are for use in the HTML page templates, not topic text. The one above works for both.
cheers,
Martin.
bilaai_b
Posts: 8 Joined: Mon Feb 04, 2019 6:13 am
Unread post
by bilaai_b » Tue Aug 13, 2019 7:46 am
Hi Martin,
Yes, this is exactly what I'm looking for.
Thanks alot for your help. Appreciate it.
Cheers,
Billy
Martin Wynne wrote: bilaai_b wrote: Is there a way to show the Topic ID (found in Topic Options screen) on the help page?
Hi,
Just enter
<%TOPICID%> in your topic text.
The ones you are using are for use in the HTML page templates, not topic text. The one above works for both.
cheers,
Martin.