<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : calculator plugin</title>
		<link>https://www.cotonti.com</link>
		<description>Последние сообщения в теме</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Mon, 06 Apr 2026 23:08:12 -0000</pubDate>

		<item>
			<title>ruben</title>
			<description><![CDATA[<p>
	i'm looking for a very simple calculator plugin that shows on the index.<br />
	it is to calculate the volume of a room, like length x height x width, and multiply that times a factor and just show the outcome</p>
<p>
	i got this for the TPL file, but since i have no php knowledge i don't know how to turn this into a working plugin...</p>
<p>
	can someone help me with this?</p>
<pre class="brush:php;">
&lt;!-- BEGIN: PLUGIN_CALCULATOR --&gt;

&lt;form action="" method="post"&gt;

&lt;input type="text" name="l" value="F" /&gt; x &lt;input type="text" name="h" value="H" /&gt; x &lt;input type="text" name="w" value="W" /&gt;&lt;br /&gt;&lt;br /&gt;
x
&lt;br /&gt;&lt;br /&gt;
Factor &lt;select namme="factor"&gt; &lt;option value="30"&gt;30&lt;/option&gt;
&lt;option value="40"&gt;40&lt;/option&gt;
&lt;option value="50"&gt;50&lt;/option&gt;
  &lt;/select&gt; = OUTCOME HERE

&lt;input type="submit" name="submit" value="Go" /&gt;

&lt;/form&gt;

&lt;!-- END: PLUGIN_CALCULATOR --&gt;</pre>
<p>
	 </p>
<p><strong>Added 21 hours later:</strong></p><p>
	or is this very hard to do? i am willing to pay/donate a small amount for it :)</p>
]]></description>
			<pubDate>вт, 22 янв 2013 21:11:41 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/ru/forums?m=posts&q=7312&d=0#post36857]]></link>
		</item>
	</channel>
</rss>