Let users submit images v. wordpress

I have this wordpress site I’m about to roll out that I’ll need people to be able to go to a submit page and upload a picture in a contact form type deal that’ll email to me or store on my server. Any ideas? I’ve tried a bunch of plugins like contact form 7 but it gives me all these permissions errors () I also tried the contact form by yoast but that doesn’t have attachment functionality ()

help is much appreciated bros

maybe you could use something like this

Are you new to web development? Besides being a basic function, there’s a million code examples out there.

maybe you could use something like this

lemme try it out will report back

yeah bro, brand new. I’m not looking for some hacked up attachment script that’s going to get hacked easily (eggman, lol) but rather a solution created for wordpress that I can just drop in the plugins folder

TDO Mini Forms is the only "plugin" way of doing this reliably with WP. I’ve tried umpteen thousand plugins, ended up just hard-coding it. TDO does the job though, just a bit fiddly.

I’m messing with it right now, it’s actually pretty

If I have a contact form, I generally use Contact 7. Don’t know what your issue is. I do not recall it have a attachment function, but it shouldn’t be too difficult to hook up. PM me if you are willing to pay. (Not I, but a programmer I use.)

oh, and please tell me you are not going to have aannootthheerr peopleofwalmart type site? Although the funniest part of that site will be when Wal-Mart takes the domain away.

Contact 7 is for contact forms where you want info collected and sent to email.

TDO Mini Forms is for forms where you want info collected and stored inside your WP.. as posts, attachments, etc.

Between the 2, you can pretty much do whatever you want.. just takes some fiddling.

If I have a contact form, I generally use Contact 7. Don’t know what your issue is. I do not recall it have a attachment function, but it shouldn’t be too difficult to hook up. PM me if you are willing to pay. (Not I, but a programmer I use.)

oh, and please tell me you are not going to have aannootthheerr peopleofwalmart type site? Although the funniest part of that site will be when Wal-Mart takes the domain away.

I actually didn’t even know about that site until yesterday I got TDO Mini Forms to do exactly what I needed thanks for your help though

Contact 7 is for contact forms where you want info collected and sent to email.

TDO Mini Forms is for forms where you want info collected and stored inside your WP.. as posts, attachments, etc.

Between the 2, you can pretty much do whatever you want.. just takes some fiddling.

TDO MF was perfect for what I needed, thanks broheim

Pro tip: Web apps are so much easier to develop when you can program things yourself, and you’re not a slave to searching google for ready made scripts.

Pro tip: If you just want something done, and don’t really care HOW, pre-made scripts/plugins/CMS’s can cut your dev time down by shit-tonnes

Both the CMS route and the custom app route both have their time and place though.

Pro Tip: programmers are a clients bitch.

$pharmokan = "http://forums.offtopic.com/member.php?u=40481"

if function($pharmokan == thread) {

echo 'I HERD SHEEP HUR DUR DUR'

}

else {

echo 'YOU MAD DUMB SON'

}

return true;

echo ":bowdown:";

pro tip: you’ll get hacked with the quickness if you don’t know what you’re doing and allow image uploads.

Pro tip: If you just want something done, and don’t really care HOW, pre-made scripts/plugins/CMS’s can cut your dev time down by shit-tonnes

Both the CMS route and the custom app route both have their time and place though.

it’s just a fuck around site that I don’t really care about, no need to get all fancy with it