Tags:
create new tag
, view all tags

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

TWiki version: TWikiRelease04x01x02
TWiki plugins: DefaultPlugin, EmptyPlugin, InterwikiPlugin, TagMePlugin
Server OS:  
Web server:  
Perl version:  
Client OS:  
Web Browser:  
Categories: Plugins

-- MichaelSchneider - 20 Apr 2007

Answer

ALERT! 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 smile

Thanks, Michael

-- MichaelSchneider - 23 Apr 2007

 
Change status to:
Topic revision: r3 - 2007-04-23 - MichaelSchneider
 
TWiki logo Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2012 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.