cotonti.com : Problems with Attachments 1.1.0 https://www.cotonti.com Son konu mesajları Cotonti en Wed, 25 Feb 2026 17:38:42 -0000 Heater Sal, 23 Kas 2010 04:48:15 -0000 Kingsley
search for similar parts and just add enctype="multipart/form-data" to form tag

and this: <div style="width:100%;">{FORUMS_POSTS_NEWPOST_ATTACH}</div>
(change NEWPOST to EDITPOST in the tag)

at around the same place, and you'll be fine..]]>
Sal, 23 Kas 2010 03:52:46 -0000
Heater I replace this code for "forums.post.tpl", but for edit.post.tpl and new.topic.tpl ?
I must replace the same code ?

Sorry for my bad English]]>
Sal, 23 Kas 2010 01:55:47 -0000
Kingsley
search for:

<form action="{FORUMS_POSTS_NEWPOST_SEND}" method="post" name="newpost">
<div style="width:100%;">{FORUMS_POSTS_NEWPOST_TEXTBOXER}</div>
<div class="valid"><input type="submit" value="{PHP.L.Reply}" /></div>
</form>

replace with:

<form action="{FORUMS_POSTS_NEWPOST_SEND}" method="post" name="newpost" enctype="multipart/form-data">
<div style="width:100%;">{FORUMS_POSTS_NEWPOST_TEXTBOXER}</div>
<div style="width:100%;">{FORUMS_POSTS_NEWPOST_ATTACH}</div>
<div class="valid"><input type="submit" value="{PHP.L.Reply}" /></div>
</form>
]]>
Pzt, 22 Kas 2010 09:03:03 -0000
Heater What forms?
Can you help me to compile my sskin TPL file ?

Thank you very much.]]>
Pzt, 22 Kas 2010 08:08:46 -0000