Forums / Cotonti / Extensions / Attach plugin

enctype"multipart/form-data" to forms

DemptD
#1 2009-03-01 18:01
Where do i add "enctype"multipart/form-data" to forms"?

What forms?

I have added the tags to forums.newtopic.tpl but nothing comes up on that page.

I added the tag here:

<!-- BEGIN: FORUMS_NEWTOPIC_TAGS -->
				<tr>
					<td>
						{FORUMS_NEWTOPIC_ATTACH} {FORUMS_NEWTOPIC_TOP_TAGS}: {FORUMS_NEWTOPIC_FORM_TAGS} ({FORUMS_NEWTOPIC_TOP_TAGS_HINT})
					</td>
				</tr>
				
				<!-- END: FORUMS_NEWTOPIC_TAGS -->
oc
#2 2009-03-01 18:20
<form action="{FORUMS_NEWTOPIC_SEND}" method="post" name="newtopic">

not in the attach plugin tpl's, to your skin files. like this one is from /skins/skin/forums.newtopic.tpl
Brock
#3 2009-03-02 00:27
I installed this yesterday, and I must say that I am slightly disappointed.

There's no way to change the file sizes via the admin panel. Is there an easy way of doing this?
Web Design Database - www.wddb.com
Trustmaster
#4 2009-03-02 02:23
# Brock : I installed this yesterday, and I must say that I am slightly disappointed.

There's no way to change the file sizes via the admin panel. Is there an easy way of doing this?
LOL, it uses group settings just like PFS does.
May the Source be with you!
Brock
#5 2009-03-02 04:11
AHA! When I saw that it doesn't use PFS in the Readme, I assumed it would require a separate configuration for the file sizes. Stupid me. I retract my previous statement. =P
Web Design Database - www.wddb.com