<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Support Forum &#187; Topic: HowTo: Create a Nexty plugin</title>
		<link>http://projects.binnyva.com/forum/topic/howto_create_a_nexty_plugin</link>
		<description>Support for my OSS Projects</description>
		<language>en-US</language>
		<pubDate>Wed, 08 Feb 2012 11:53:56 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://projects.binnyva.com/forum/search.php</link>
		</textInput>
		<atom:link href="http://projects.binnyva.com/forum/rss/topic/howto_create_a_nexty_plugin" rel="self" type="application/rss+xml" />

		<item>
			<title>theresaliao on "HowTo: Create a Nexty plugin"</title>
			<link>http://projects.binnyva.com/forum/topic/howto_create_a_nexty_plugin#post-340</link>
			<pubDate>Fri, 06 Feb 2009 01:16:04 +0000</pubDate>
			<dc:creator>theresaliao</dc:creator>
			<guid isPermaLink="false">340@http://projects.binnyva.com/forum/</guid>
			<description>Hello,&#60;br /&#62;
&#60;br /&#62;
I try to create a plugin.&#60;br /&#62;
&#60;br /&#62;
Here are some informations to do so for beginers (like me).&#60;br /&#62;
I will add informations as soon as I discover one or have answers.&#60;br /&#62;
&#60;br /&#62;
[size=150:5jf1t6v9]Initialisation&#60;br /&#62;
&#60;ul&#62;&#60;br /&#62;
&#60;li&#62; Create a new dir in plugins directory (it will be the name of the plugin)[/*:m:5jf1t6v9]&#60;br /&#62;
&#60;li&#62; Create a index.php file with&#60;br /&#62;
&#60;blockquote&#62;&#38;lt;?php&#60;br /&#62;
include('../../common.php');&#60;br /&#62;
render();&#60;br /&#62;
&#60;/blockquote&#62;[/*:m:5jf1t6v9]&#60;br /&#62;
&#60;li&#62; Create a template.php file with&#60;br /&#62;
&#60;blockquote&#62;&#60;br /&#62;
&#38;lt;h1&#38;gt;My Plugin !&#38;lt;/h1&#38;gt;&#60;br /&#62;
Hello World !&#60;br /&#62;
&#60;/blockquote&#62;[/*:m:5jf1t6v9]&#60;/ul&#62;&#60;br /&#62;
&#60;br /&#62;
Now you have a menu entry plugin, with a new plugin test inside, which who &#38;quot;Hello World !&#38;quot; when called.&#60;br /&#62;
&#60;br /&#62;
For the moment, there is some bug on windows system: api directory is not correctly handled (some / \ pb). And the template file is not located...&#60;br /&#62;
&#60;br /&#62;
bye&#60;br /&#62;
Vicnet</description>
		</item>

	</channel>
</rss>

