The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Integration with phuploader
Was wondering if anyone know an easy way to implement something like http://www.phphq.net/scripts.php?scr...der#phUploader which is a very simple uploading script written in php/html into vBulletin to make it look like a fully themed part of a vbulletin site, im guessing it wouldnt be too hard if whoever was doing it had any experience with products, alternatively are there any file uploading softwares thats not like the attachment systems?
|
#2
|
||||
|
||||
There's probably a better way but I would do the following...
Make a "blank" vbulletin page (there are articles on how to do this) call it something like upload.php... In the UPLOAD template you make as part of step 1 make an iframe that points to the phUploader page you already installed. This way people using phUpload will look like it's all being done within your forum- it will have the common header, footer, etc.. Finally make a custom BB Code that auto fills in the URL to wherever the files are uploaded, if they are images something like: Code:
<img src="http://www.yourdomain.com/phUploader/files/{param}" /> It's not super-integrated but it would work. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|