Ok - we've finished a beta version of the dpe plugin, so anybody who'd like to give it a try please let us know how it goes! To use the plugin, just install the attached file, adjust the plugin parameters to your likings, enable and save. Then you will need to do a small tweak to your 'com_iproperty/views/property/tmpl/default.php' file. Change:
echo $this->p->description;
TO:
echo JHTML::_('content.prepare', $this->p->description );
(This has already been done in the next release (v1.5.5) but will need to be added to 1.5.4 in order to work).
Finally all you need to do is add the content plugin code to your main property description in the following format:
{dpe_energie 400, 25.2} -- where '400' is the energy consumption value and '25.2' is the CO
2 emissions value.
If you only want to display one chart and not the other, enter 'null' as the value like:
{dpe_energie 400, null} -- this will display the energy chart but not the CO
2 emissions chart.
Please provide feedback - thanks!
Attachment plg_ip_dpe_v155beta.zip not found