SID-01767: How to get all topics related to perticular Template?
| Status: |
Answered |
TWiki version: |
|
Perl version: |
5.10 |
| Category: |
|
Server OS: |
CentOS 5 |
Last update: |
10 years ago |
I have two template topics as:
1)
OneTemplate
2)
TwoTemplate
I want to show all topics list in which
OneTemplate is used.
--
Amol Bansode - 2013-07-22
Discussion and Answer
I presume these are template topics you use to create new topics. You can search for shared content on topics created on a template topic. If the template topic has a
TWiki Form you can do a
QuerySearch that identifies all topics that have that form attached. You could also search for some marker in the topic itself, such as an HTML comment
<!--ONE-TEMPLATE--> that you placed in the template topic. That approach is not as reliable as the forms approach because a user can easily (accidentally) remove the marker.
--
Peter Thoeny - 2013-07-22
Closing this question after more than 30 days of inactivity. Feel free to reopen if needed. Consider engaging one of the
TWiki consultants if you need timely help. We invite you to
get involved with the community, it is more likely you get community support if you support the open source project!
--
Peter Thoeny - 2015-12-03
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.