We relaunched the TWiki.org project with an expanded TWiki charter, and we invite you to participate! The TWiki.org Code of Conduct agreement took effect on 27 Oct 2008. We ask existing twiki.org users to opt-in. You need to opt-in to participate in the Blog, Codev, Plugins and TWiki webs. -- PeterThoeny - 27 Oct 2008
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 - 23 Apr 2007 - 08:43:33 - MichaelSchneider
 
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback