Topic: Playing with Extension
Hi PunBB Dev Team
I'd like to know if you could provide us the schema of a xml file of an extension ?
i mean something like that (i'm not sure to have correclty read the xml.php file :
<extension>
<id> </id>
<title> </title>
<version> </version>
<author> </author>
<description> </description>
<hooks>
<hook id=111>
<content></content>
</hook>
</hooks>
</extension>
and what kind of value do we have to put in each node.
Kind Regards.