I have configured
TWiki:Plugins.TagMePlugin
for "split web" use.
I have a subweb: Vicki/Test
However, the
view all tags
link is still pointing to
TWiki/TagMeViewAllTags
.
I checked
templates/view.tagme.tmpl
and it shows
%TMPL:INCLUDE{"view"}%
%TMPL:DEF{"contentheader"}%
<div class="tagmetags hideInPrint"> Tags: %TAGME{ tpaction="%URLPARAM{tpaction}%" web="%WEB%" tag="%URLPARAM{tag}%" }%
[[%SYSTEMWEB%.TagMeViewAllTags][view all tags]] </div>
%TMPL:END%
Shouldn't a new
view.tagme.tmpl
be swapped in when
$TWiki::cfg{TagMePlugin}{SplitSpace}
is set to 1? There's only one
view.tagme.tmpl
in the source distribution.
--
TWiki:Main/VickiBrown
- 2017-04-27