PDA

View Full Version : Urgent Help Required, Plugin Development


danishravian
05-12-2010, 04:17 PM
I am to develop a plugin for a vbulletin.
it conatins three pages.

first page to enter data, this page has just a form with image upload
second page where user can search data .
third page where results are to display


i have attached images to understand my problem as well.
i am good in php.but dont know how to work for vbulletin.
can some body learn me from scratch.or some link of tutorials.

Lynne
05-12-2010, 10:44 PM
This will get you started with a page - [HOW TO - vB4] Create your own vBulletin page (https://vborg.vbsupport.ru/showthread.php?t=228112) But you will then have to input all your php and render your templates in there. There is this tutorial on rendering templates - [vB4] Rendering templates and registering variables - a short guide (https://vborg.vbsupport.ru/showthread.php?t=228078) But there isn't a tutorial on how to do all the php and templates and such on a page. You can look on a page like forum.php to see how vbulletin does it.

danishravian
05-13-2010, 01:30 PM
can you please give me some more helping links?

Lynne
05-13-2010, 01:53 PM
I can link you to a whole lot - ARTICLES (https://vborg.vbsupport.ru/forumdisplay.php?f=184)

danishravian
05-13-2010, 02:23 PM
cant it be a plugin???
or it can only be done by making my own vbpages.?

Lynne
05-13-2010, 02:34 PM
I don't know how you would do it all in a plugin. I would just write one page with several "do" sections. Plugins are for when you need to insert code into an existing page. I suppose you would use plugins if you were wanting to do all of this inside an already existing page - was that the plan? which page?

danishravian
05-13-2010, 02:39 PM
Thanx A Lot, I Got It ...