Question
I'm trying to steal, er, duplicate something like the todo lists seen on e.g.,
CairoRelease. The following code works on twiki.org, but fails on my server. Is it possible I have an old version of something? I
just installed everything days ago.
The Code
| *A* | *B* |
| A | 10 |
| B | 20 |
| C | 30 |
| Total: %CALC{"$ROW(-2)"}% | %GAUGE{ type="tambar" name="g1" scale="10,33,66,100" value="%CALC{"$SUM($ABOVE())"}%" }% |
How it looks on twiki.org
| A |
B |
| A |
10 |
| B |
20 |
| C |
30 |
| Total: 3 |
|
How it looks on my server
On my server without %'s
GAUGE{ type="tambar" name="g1" scale="10,33,66,100" value="60"}
The last example shows that
SpreadSheetPlugin seems to be working, but then all of the tests included with
GaugePlugin look right too.
- TWiki version: 01 Feb 2003
- Perl version: 5.6.1
- Web server & version: Apache 1.3.27
- Server OS: Solaris 8
- Web browser & version: Mozilla 1.2.1
- Client OS: Solaris 8
--
StevenLumos - 07 Apr 2003
Answer
The trick is the correct Plugin execution order, see
TWikiPreferences, INSTALLEDPLUGINS setting.
--
PeterThoeny - 08 Apr 2003