Tags:
create new tag
, view all tags

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 60

How it looks on my server

g1.png

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

Topic attachments
I Attachment Action Size Date Who Comment
PNGpng g1.png manage 2.0 K 2003-04-07 - 23:12 StevenLumos  
Topic revision: r2 - 2003-04-08 - PeterThoeny
 
Twitter Delicious Facebook Digg Google Bookmarks E-mail LinkedIn Reddit StumbleUpon    
  • Download TWiki
TWiki logo Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2012 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.