Question
I followed the instructions to the letter on the "How to put tags on every page" section of the plugin docs, but it just isn't doing it.
TagMe is working correctly, as the other method of putting it in the COPYRIGHT works just fine.
Where should I start looking to debug this?
Environment
--
TWikiGuest - 03 Oct 2007
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
Please check if you have the template file
templates/view.tagme.tmpl.
--
ArthurClemens - 04 Oct 2007
Yes, the installer created it:
[root@wiki templates]$ more view.tagme.tmpl
%TMPL:INCLUDE{"view"}%
%TMPL:DEF{"contentheader"}%
%TMPL:END%
--
TWikiGuest - 05 Oct 2007
I installed a brand new TWiki instance on my home Linux (
CentOS 4) box, and again installed the
TagMe extension, and again followed the directions to add it under my breadcrumbs, and it didn't work there either...
Has anyone actually gotten
TagMe inserted under the breadcrumbs other than on twiki.org itself? Is there a step missing from the docs?
--
TWikiGuest - 08 Oct 2007
No, it doesn't work for me either...
--
TWikiGuest - 10 Oct 2007
Can you tell me what does work? Do you see any tags if you write the code as in
"other places for the tag interface"?
--
ArthurClemens - 11 Oct 2007
Yes, if I put in the COPYRIGHT tag, it works perfectly.
--
TWikiGuest - 11 Oct 2007
OK, it must be in the template then:
- Check if you have the file
templates/view.tagme.tmpl
- This file works with pattern skin only
- Try out by appending
?skin=tagme,pattern to the topic url
--
ArthurClemens - 11 Oct 2007
- The file view.tagme.tmpl exists, as installed by the installer. I pasted it in my first response above.
- I am using pattern, I use tagme,pattern as stated above.
- Appending
?skin=tagme,pattern made no difference.
--
TWikiGuest - 15 Oct 2007
Found it. The new template is not compatible with shipping TWiki. I will post an alternative one.
--
ArthurClemens - 16 Oct 2007
I have updated the plugin with the template you need. See
TagMePlugin: How to put tags on every page
.
I have also attached the template here.
--
ArthurClemens - 16 Oct 2007
Thank you, that fixed it!
--
TWikiGuest - 03 Nov 2007