First: this is a fantastic app. Thx.
Now the problem
I designed my own template, and I have a little problem.
It's name is "{PERCENTCOMPLETE}"
How should I change from "%" to "number"
Example : 3/6 [3 step from 6]
[the variable {PERCENTCOMPLETE} in the survey.pstpl of the template ] ??
I find makegraph function in /index.php [#711] and /admin/templates.php [#829], but I'm not sure if this is correct way
Additionaly I think about adding number of percent ...
Now we have 0% ... 100%
My change : 0% ..X_NUMBER%Complite.. 100%
Example: 0% ..12%.. 100%
I find this line
| Code: |
$size=intval(($thisstep-1)/$total*100);
|
and use $size into chart.jpg status bar.
But, still I'm searching a way to have "number" instead of "percent" ...
Someone help ?
I use 1.7 ver.