The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
FORM to THREAD/ FORUM/ POLL/ PM/ EMAIL - CUSTOMIZABLE FORMS - Mod Apps, Orders, News. Details »» | |||||||||||||||||||||||||||
FORM to THREAD/ FORUM/ POLL/ PM/ EMAIL - CUSTOMIZABLE FORMS - Mod Apps, Orders, News.
Developer Last Online: May 2013
FORM to THREAD/ FORUM/ POLL/ PM/ EMAIL - Totally CUSTOMIZABLE FORMS
Version 1.6 for vBulletin 3.x.x by Dr Erwin Loh Features: Ever wanted an online form that a user can fill out, which when submitted gets: 1. Posted into a new thread in a forum of your choice 2. Create a new poll in the new thread with options of your choice 3. Posted as a reply in an existing thread of your choice 4. PMed to you or someone else 5. Emailed to an email address you specify 6. Choose to redirect to the post, thread or forum, or a custom thank you message 7. Choose to redirect to editpost to upload attachments Or any combination or all of the above? Well, this is the hack for you! You can use this for: 1) Moderator Applications 2) Quiz Submit Form which gets PMed to a moderator 3) Contact Form that goes to PM, email or thread 4) Guests to apply to be members 5) Report a Moderator form that goes as a PM to you 6) Guests can PM you for whatever reason 7) Order form to buy things 8) Donation form 9) News or Articles submissions that can go straight to a thread Or anything you like - this hack is totally customizable via the PHP file. Basically, this hack involves modifying 1 PHP file form.php (you add questions, options etc. in the PHP file itself), uploading it, and then adding 2 templates. The beauty of this hack is that once you have added the 2 templates, to make a new form, all you need to do is copy the form.php and rename it to form2.php, edit the variables in the PHP file, and you have a totally new form!!! You do not need to touch the templates again. Format of the form: 1. One main input question 2. 2 Radio buttons Choice questions 3. 3 Normal text input questions 4. 1 Long answer question This is customizable via the PHP file. Also: - You can set the usergroups you want access to this form. - Depending on your forum permissions, if the new thread is in a public forum, members can reply to it. This hack allows a form to submit the new thread or post wherever you want it to go. - Force the user to answer all questions. INSTALLATION Easy - takes only a few minutes: 1. Add the 2 templates. 2. Edit form.php - the instructions are all inside the PHP file itself, in the top half. Follow the instructions carefully! 3. Upload form.php Just link to form1.php eg. http://www.yourforum.com/forums/form.php Done! Use this hack to make as many forms as you like! Enjoy! Updates: Version 1.1 - Option to force user to answer all questions. Version 1.2 - Thread count and lastposter information now updated if form is sent to existing thread. Version 1.3 - ADDED CREATE POLL OPTION! Version 1.4 - Fixed bug with Form-to-thread code Version 1.5 - Major update: - fixed bug where thread count not updated when form to forum - fixed default posting to allow smilies and sigs when reply to thread - added templates to cache (saves 2 queries) - added option to change thank you message - added options to redirect to post, thread or forum when submit Version 1.6 - Choose to redirect to editpost to upload attachments Screenshot is an example of a form - the form title and questions are customizable: Show Your Support
|
Comments |
#402
|
|||
|
|||
Quote:
|
#403
|
|||
|
|||
Excellent work, Erwin. I've installed and it works great.
|
#404
|
|||
|
|||
Quote:
The problem is that there is no template for the redirect, it's only this line in the php file: PHP Code:
Could you help me please? Sorry but I'm just a beginner in php . MFG datainternet |
#405
|
|||
|
|||
Nice work, no issues. i haven't tried the customization yet, but basic installation of flawless.
thx; Install! |
#406
|
|||
|
|||
Has anyone had problems with the form not posting? I am using the form for a membership application on my site and using it to process 12 or so different questions. I've had a number of people say that they've submitted the form and then it never shows up in the approval area..
Anyone else had any trouble with this? Any suggestions? -Jonathan |
#407
|
|||
|
|||
I've had a couple more problems with this and its quite discouraging for the membership.. any ideas on why it would not actually be posting when people submit?
-Jonathan |
#408
|
||||
|
||||
Quote:
|
#409
|
|||
|
|||
Yes . I added all the variables and for most people it works great. There are just some who have filled it all out, post, and it never shows up in the forum.
I've worked on the permissions and I'm pretty sure its not that.. You are required to register before you access the form. Can you think of any reasons why it would work for most people and then not for some? -Jonathan |
#410
|
||||
|
||||
Hi Erwin
Great hack! I hope you can help me :-) Is there anyway to modify the hack so that I can have 3 form fields for the TITLE? I dont actually need to make use of the full hack as all I am trying to do it 'force' people to add certain things in the titles of one particular forum (which uses a seperate style so no probs in modifying it's templates). so for eg I could have 3: Field 1 [item for sale]: Grandfather clock Field 2 [price]: ?400 Field 3 [city]: London then the title for that thread would read: Grandfather clock ?400 London In the threadbit template I did try to copy/duplicate: PHP Code:
Would really appreciate some help on this.. Thanks in advance. |
#411
|
||||
|
||||
Razasharp,
you need to input 3 fields - lets name them subject1, subject2 and subject3. Then you'll need to edit the php script which processes your forum to set the subject PHP Code:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|