cotonti.com : Problems with Attachments 1.1.0 https://www.cotonti.com Laatste forum onderwerpen Cotonti en Thu, 26 Feb 2026 08:58:30 -0000 Heater Di, 23 Nov 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..]]>
Di, 23 Nov 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]]>
Di, 23 Nov 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>
]]>
Ma, 22 Nov 2010 09:03:03 -0000
Heater What forms?
Can you help me to compile my sskin TPL file ?

Thank you very much.]]>
Ma, 22 Nov 2010 08:08:46 -0000