Question
Hey everybody,
I installed the TAGME Plugin for TWiki and in the installation notes it was said to put the TAGME{ ... } line either in the
WebTopBar? or in the WEBCOPYRIGHT variable.
I am not satisfied with the given locations and the location like it is at the twiki on TWiki.org is perfect - Right after the "You are here" line on top of each topic page.
Can you please tell me where I can configure the TAGME tag to get the same position as in the twiki.org wiki?
Thanks alot and regards,
Michael
Environment
--
MichaelSchneider - 20 Apr 2007
Answer
If you answer a question - or have a question you asked answered by someone - please remember to edit the page and set the status to answered. The status is in a drop-down list below the edit box.
You need to put it in the templates.
The best way to do this is to create a new template file, called
templates/view.tagme.tmpl. In it, add the following:
%TMPL:INCLUDE{"view"}%
%TMPL:DEF{"beforetextcontents"}% Tags: %TAGME{tpaction="%URLPARAM{tpaction}%" tag="%URLPARAM{tag}%" }% %TMPL:END%
Then, add the following in
Main.TWikiPreferences (assuming you are using pattern skin):
* Set SKIN = tagme, pattern
This should protect you when you upgrade TWiki in the future.
--
AndrewRJones - 20 Apr 2007
Great, it works
Thanks,
Michael
--
MichaelSchneider - 23 Apr 2007