Summarising appraisals into a results table
I think appraisals should be more visible: preferably on the plugin page but if not definitely on the dev page. I'm going to assume the majority agree with me. Let me know if you don't.
So my question is:
- How do we make this happen?
The structure is currently:
PLUGINNAMEAppraisal (
INCLUDE Appraisal Header
TABLE OF RESULTS
INCLUDE PluginAppraisalStatistics
)
We need something that just shows the result of the Statistics so the dev header topic would have an include:
INCLUDE{PluginAppraisalResults(PLUGINNAME)
and
PluginAppraisalResults would be something like:
<--
get the data with INCLUDE(PLUGINNAMEAppraisals)
-->
INCLUDE PluginAppraisalStatistics
This fails dismally
Suggestions?
--
MartinCleaver - 09 Apr 2006
I think a small teaser in the Plugin topic would be useful. Not the whole appraisal statistics, possibly just this:
Overall rating: 3.5 -- max: 5 -- number of appraisals: 5 -- rate this extension
Not sure why your commented out INCLUDE doesn't work.
--
PeterThoeny - 09 Apr 2006