NOTE: If you are a developer, please use a private wiki based on foswiki/trunk on a daily base ...or use
trunk.foswiki.org to view this page for some minimal testing.
Use
Item11383 for general documentation changes for release 1.1.5. Use
Item9693 for docu changes for release 2.0.
Item4628: Document error in TagMePlugin
| Priority: |
CurrentState: |
AppliesTo: |
Component: |
WaitingFor: |
| Normal |
Closed |
Extension |
TagMePlugin |
|
--
TWiki:Main/BobGoldstein - 14 Sep 2007
The doc suggests one can show a tag cloud in a
WebHome using this:
...format="<a href=\"http://www.foswiki.org/Tasks/TagMeSearch?tag=$tag\" ...
However, this fails because the topic
TagMeSearch? .txt does not exist in most webs, it
exists in the TWiki web. If you want to limit the search to a given web, and to
also limit the resulting urls to the same web, this works for me (although somewhat undocuments):
...format="<a href=\"http://www.foswiki.org/TWiki/TagMeSearch?tag=$tag&qweb=Tasks\" ... > web="Tasks"...
finally commited a fix.
--
SvenDowideit - 26 Jun 2011