PDA

View Full Version : How to incorporate a web form into UserCP


shortbus1662
06-02-2009, 11:24 PM
I am the programmer for a large site using Vbulletin 3.8.2 among other solutions. I am currently designing a recruitment solution allowing job seekers to post their resume and those with the user level: Recruiter to have the ability to review these resumes.

How would I go about adding an option to the User CP to upload a resume? I dont want to just open the actual user cp .php page and hard code it in as I fear that would come back to haunt me on the next forum upgrade.

Thanks,

Robert F

Dismounted
06-03-2009, 06:19 AM
To add a link inside the User CP "links bar", edit the USERCP_SHELL template. You will need to create your own vBulletin powered page to display a form and do processing.

shortbus1662
06-08-2009, 12:19 AM
Thanks, bud.