Log in

View Full Version : Application form needed


attroll
03-06-2007, 04:52 AM
I am looking for an application hack that will work with vBulletin.

I have a need for users to submit applications to gain access to a private section of my web site. I will have a lot of users applying for access to this section.

What I need in this application includes.


List of fields that users can fill in and submit.
Would like to be able to select what fields are required and which ones are not.
Need for a check box field that the user has to check to verify that they have read the user agreement.
Would like these application to be stored some how without going into the vBulletin database file for future reference to.
Would like to be able to set what user group along with Administrators can see the applications.
If at all possible I would like the person/moderator set to see these applications to be able to approve them and in doing so it will add the users to another usergroup. That is the basics of the application.

Please contact me if you are interested or know where I can find something like this.

Zachery
03-06-2007, 05:21 PM
I think Erwins one from back in the day still works, I believe I'm using it at one of my sites.

attroll
03-06-2007, 05:31 PM
I think Erwins one from back in the day still works, I believe I'm using it at one of my sites.
Thanks Zach, but do you have a link to it? I am looking but can not find it. I will keep looking.

Found the one I think your talking about.
https://vborg.vbsupport.ru/showthread.php?t=66082

Zachery
03-06-2007, 05:41 PM
Thats it, I believe he may have made a 3.5 one.

attroll
03-06-2007, 05:50 PM
Thats it, I believe he may have made a 3.5 one.
I hope so because thsi one does not work I get and


Fatal error: Call to undefined function: globalize() in /home/me/public_html/forum/form.php on line 24

This is the start of line 24.

globalize($_POST, array(
'normalanswer1' => STR,
'radioanswer1' => STR,
'radioanswer2' => STR,
'radioanswer3' => STR,
'radioanswer3other' => STR,
'answer1' => STR,
'answer2' => STR,
'answer3' => STR,
'longanswer1' => STR,
'action' => STR
));

I will look around and see if he did a 3.5 version.

Zachery
03-06-2007, 05:59 PM
<a href="https://vborg.vbsupport.ru/showthread.php?t=126676&highlight=Form" target="_blank">https://vborg.vbsupport.ru/showt...highlight=Form</a>

Possibly this?