<?xml version='1.0' encoding='UTF-8'?>
<rss version='2.0'>
	<channel>
		<title>cotonti.com : Problems with Attachments 1.1.0</title>
		<link>https://www.cotonti.com</link>
		<description>Son konu mesajları</description>
		<generator>Cotonti</generator>
		<language>en</language>
		<pubDate>Sat, 11 Apr 2026 19:57:16 -0000</pubDate>

		<item>
			<title>Heater</title>
			<description><![CDATA[thank you very much Kingsley...]]></description>
			<pubDate>Sal, 23 Kas 2010 04:48:15 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/tr/forums?m=posts&q=6045&d=0#post27240]]></link>
		</item>
		<item>
			<title>Kingsley</title>
			<description><![CDATA[almost the same code yes.<br />
<br />
search for similar parts and just add enctype=&quot;multipart/form-data&quot; to form tag<br />
<br />
and this: &lt;div style=&quot;width:100%;&quot;&gt;{FORUMS_POSTS_NEWPOST_ATTACH}&lt;/div&gt;<br />
(change NEWPOST to EDITPOST in the tag)<br />
<br />
at around the same place, and you'll be fine..]]></description>
			<pubDate>Sal, 23 Kas 2010 03:52:46 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/tr/forums?m=posts&q=6045&d=0#post27239]]></link>
		</item>
		<item>
			<title>Heater</title>
			<description><![CDATA[Tnx Kingsley,<br />
I replace this code for &quot;forums.post.tpl&quot;, but for edit.post.tpl and new.topic.tpl ?<br />
I must replace the same code ?<br />
<br />
Sorry for my bad English]]></description>
			<pubDate>Sal, 23 Kas 2010 01:55:47 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/tr/forums?m=posts&q=6045&d=0#post27238]]></link>
		</item>
		<item>
			<title>Kingsley</title>
			<description><![CDATA[open up forums.post.tpl<br />
<br />
search for:<br />
<br />
<pre class="code">
&lt;form action=&quot;{FORUMS_POSTS_NEWPOST_SEND}&quot; method=&quot;post&quot; name=&quot;newpost&quot;&gt;
&lt;div style=&quot;width:100%;&quot;&gt;{FORUMS_POSTS_NEWPOST_TEXTBOXER}&lt;/div&gt;
&lt;div class=&quot;valid&quot;&gt;&lt;input type=&quot;submit&quot; value=&quot;{PHP.L.Reply}&quot; /&gt;&lt;/div&gt;
&lt;/form&gt;
</pre>
<br />
replace with:<br />
<br />
<pre class="code">
&lt;form action=&quot;{FORUMS_POSTS_NEWPOST_SEND}&quot; method=&quot;post&quot; name=&quot;newpost&quot; enctype=&quot;multipart/form-data&quot;&gt;
&lt;div style=&quot;width:100%;&quot;&gt;{FORUMS_POSTS_NEWPOST_TEXTBOXER}&lt;/div&gt;
&lt;div style=&quot;width:100%;&quot;&gt;{FORUMS_POSTS_NEWPOST_ATTACH}&lt;/div&gt;
&lt;div class=&quot;valid&quot;&gt;&lt;input type=&quot;submit&quot; value=&quot;{PHP.L.Reply}&quot; /&gt;&lt;/div&gt;
&lt;/form&gt;
</pre>]]></description>
			<pubDate>Pzt, 22 Kas 2010 09:03:03 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/tr/forums?m=posts&q=6045&d=0#post27230]]></link>
		</item>
		<item>
			<title>Heater</title>
			<description><![CDATA[I have some problems with this plugin, Where do i add &quot;enctype&quot;multipart/form-data&quot; to forms&quot;?<br />
What forms?<br />
Can you help me to compile my sskin TPL file ?<br />
<br />
Thank you very much.]]></description>
			<pubDate>Pzt, 22 Kas 2010 08:08:46 -0000</pubDate>
			<link><![CDATA[https://www.cotonti.com/tr/forums?m=posts&q=6045&d=0#post27228]]></link>
		</item>
	</channel>
</rss>