Wordpress Mod Idea

Antarctic

Seasoned Veteran
Joined
Feb 24, 2010
Messages
3,282
Reaction score
0
FP$
585
I have an idea for a Wordpress Modification.

Basically, i have the idea in my head. Basically, on the wordpress admin panel there is going to be a page for you to submit a movie. It's mainly for my collection, but i want to be able to put a image in and the title of the movie and it adds it to the page.

But when you put the movie image in, it makes it a certain size and uploads to the server.


Any idea on how to do this? Cheers.
 
Umm, how big are your images? Most images are resized through different image hosters. I don't know, normally I would but this is a weird one 😛.
 
I don't think you understand. It's a mod i want to create for wordpress, not anything to do with image hosts.
 
Yeah I know, but are you trying to upload the images? Didn't you say that? Because alot of image hosts resize images before you upload them, im thinking this is what you mean?
 
No, i don't want to upload the images to a image host. I'm trying to do it with onto my server, via PHP, and it automatically re sizes it upon upload.
 
Um, to resize the image before PHP uploads it, you would need a program running on the server that would do this. This, I have no idea how to do. That method can be accomplished, though you can just use the PHP combined with CSS and HTML.

So like use PHP when retriving the images to use that information to display the location of the image and put that in the src of an HTML img tag and use that img tag to size that img. If you understand what I mean?
 
Back
Top Bottom