This is a discussion on "Help with Phpbb forum" within the Scripts and Online Services section. This forum, and the thread "Help with Phpbb forum are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Help with Phpbb forum
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Help with Phpbb forum
Hi,
Could anybody tell me where I would put the following code for resizing photos on my forum www.ofear.com.
John |
|
|
|
||||
|
Re: Help with Phpbb forum
The code you posted is just a html form. By itself it can't resize anything. To do that you need some server side language like PHP that receives the posted values from this form, stores the image on the server and then resizes it. I formatted the code for you:
Last Blog Entry: 10 Reasons Why My Laptop Is Better Than Your Girlfriend (Dec 15th, 2007)
|
|
|||
|
Re: Help with Phpbb forum
Thanks for your help, its really appreciated.
Maybe following this link it might make more sense what I want. http://www.resize.it/client/demo-one.html This is what I would like on my forum for people to be able to resize a photo quickly to post on the forum. Thanks once again. John |
|
||||
|
Re: Help with Phpbb forum
Ok, but if you use your current form the resized image is processed by the resize.it server, outputted to the page, and then it is most likely deleted. You would have to get the same script that they use and run it on your server to process the stuff posted by your form and store the images on your server.
Last Blog Entry: 10 Reasons Why My Laptop Is Better Than Your Girlfriend (Dec 15th, 2007)
|
|
|||
|
Re: Help with Phpbb forum
Im happy for it to work that way and they just right click the picture and save as to their pc.
So now is the code I posted ok to use for that purpose and where would I put it? Thanks John |
|
||||
|
Re: Help with Phpbb forum
Ummm... Anywhere you want inside of a file that ends with .htm, .html, .php, .php3, .php4 would be ok.
Last Blog Entry: 10 Reasons Why My Laptop Is Better Than Your Girlfriend (Dec 15th, 2007)
|
|
|||
|
Re: Help with Phpbb forum
That sounded pretty vague lol but what if I want it in a particular forum?
|
|
||||
|
Re: Help with Phpbb forum
Sorry, I'm not familiar with the forum package that you are using so I can't really help you further...
Do you own the server where to forum is hosted (do you have access to the HTML / PHP source files), (it looks like you do). If you have access to the files, you just have to find the page where you want the form to appear and paste the code into the file. If you are totally lost then maybe you should PM me and we can see if we can work something out...
Last Blog Entry: 10 Reasons Why My Laptop Is Better Than Your Girlfriend (Dec 15th, 2007)
|
![]() |
| Tags |
| forum, phpbb |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Backup phpbb forum? | GuNka | PHP Forum | 8 | Apr 8th, 2008 21:13 |
| Help width alignment in phpbb forum | RASHID | Starting Out | 4 | Nov 6th, 2007 03:17 |
| phpBB | alexgeek | Website Planning | 34 | Oct 2nd, 2007 23:30 |
| forum phpbb | MetallicWarfare | Webforumz Cafe | 13 | Aug 15th, 2007 15:52 |
| PHPbb forum help | RSStites | PHP Forum | 5 | Aug 8th, 2005 00:10 |