Question
I'm trying to generate a table showing active plugins with associated versions, and I've had a hack at using the
ForEachPlugin (awsome plugin Mangus!).
I've run across something I don't get: the following is supposed to render as a table of all active plugins with versions. Instead it is a single row - any ideas what I've done wrong?
%FOREACH{"plugin" in="%ACTIVATEDPLUGINS%" }%
| TWiki.$plugin | %PLUGINVERSION{$plugin}% | TWikiPlugVer:$plugin |
%NEXT{"plugin"}%
Where:
TWikiPlugVer is http://twiki.org/cgi-bin/view/Plugins/$page#Plugin_Info
What I want:
Instead it shows:
| TWiki.TWiki.DefaultPlugin, SpreadSheetPlugin, ... |
0 |
TWikiPlugVer:TWiki.DefaultPlugin, SpreadSheetPlugin, ... |
Ref:
Environment
--
PaulWatson - 04 Dec 2005
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.
You mean like at
InstalledPlugins ?
--
AntonAylward - 04 Dec 2005
Sort of, that doesn't show versions for me.
I've added an example of what I'm looking for.
--
PaulWatson - 04 Dec 2005
Maybe you need Dakar. It does show revisions.
--
AntonAylward - 04 Dec 2005