Forums / Setup & design / Ez Module
Mahesh Arvind
Monday 21 June 2004 8:50:29 am
Hi,
I am creating a new module for my website. I have followed the steps mentioned in the link http://www.ez.no/ez_publish/documentation/development/extensions/building_an_ez_publish_module.
However, I am not able to see the output. What would be the URL I have to use to see the output. I am using a single site.
ThanksMahesh
Thanks & Regards Mahesh
Kåre Køhler Høvik
Tuesday 22 June 2004 2:04:29 am
The url will be : <your base eZ publish url>/eurofxref/overview
--Kåre Høvik
Kåre Høvik
Wednesday 23 June 2004 5:31:45 am
Hi, I have given that url but it is not working. It diplays a plain page. Any more ideas about what I would be missing?
Thursday 24 June 2004 2:35:11 am
If I tried to put eurofxref.php and the xml file under main eZPublish directory and then run the php file, will I get the output. I am not getting anything here now. I want to know whether this one will work only if its called inside a template. Any more ideas is appreciated.
Thursday 24 June 2004 7:10:29 am
I managed to display the template. But, its not calling the PHP function. This is my template code.
{let details=fetch( 'reports', 'fxref' )} <br/> <table border="1"> {section loop=$details.UserId} <tr><td> {$:key} </td><td> {$:item|l10n( 'number' )} </td></tr> {/section} </table> {/let}<br />
Any help appreciated.