Question
I'm in the process of setting up a new TWiki installation using TWiki20030811beta version. After moving over some webs from my other installation, I noticed some anomolies.
Specifically, an included topic that used the %INCLUDINGWEB% variable was not displaying properly. It is trying to fine the topic within web of the topic being included. Also, cells in a formatted search are displayed oddly.
I know this is not real clear so here are links: (the included topic creates the right side bar)
Doing a search around TWiki.org, I found
TopicsInIncludedLinkToIncludingWeb which seemed to address this problem and so loaded up the lastest Alpha version of TWiki.pm. This did not fix the problem.
Anyone have further suggestions?
Environment
--
LynnwoodBrown - 24 Oct 2003
Answer
Since you are using the included topic from several webs you need to specify the INCLUDINGWEB for topic names and the $web for topics in formatted search:
%SEARCH{".*" web="%INCLUDINGWEB%" format="| [[$web.$topic][$topic(20, ...)]] |" ... }%
_See full list of [[%INCLUDINGWEB%WebChanges][Recent changes]]._
--
PeterThoeny - 25 Oct 2003