The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Form Hack Details »» | |||||||||||||||||||||||||
Form Hack 4.1 Features: Ever wanted an online form that a user can fill out, which when submitted gets:
Or any combination or all of the above? Well, this is the hack for you! You can use this for:
Or anything you like - this hack is totally customizable via the AdminCP. The beauty of this hack is that once you install this hack, to make a new form all you need to do is copy the main hook, rename it to whatever you want, edit the variables in the hook, and you have a totally new form!!! You do not need to touch the templates again, but can always create new ones and use different templates for different forms. Format of the form:
This is customizable via the hook. Also:
INSTALLATION Easy - takes only a few minutes:
Done! Use this hack to make as many forms as you like! Enjoy! Updates: Version 4.0: (09/15/2006)
Version 4.1: (04/24/2008)
MAKE SURE YOU CLICK INSTALL! You will get an email when a new version is released. Abe1 with rights from Dr Erwin Loh Supporters / CoAuthors Show Your Support
|
Comments |
#562
|
||||
|
||||
Quote:
U be requesting the same var...{{{$messagearea }}}... Mod required Im kinda busy with creating some stuff and forms so ABE1 can assist U better... Im here 2 help with the easy stuff... Good Luck |
#563
|
|||
|
|||
Quote:
|
#564
|
|||
|
|||
SuthernKumfort:
To make those boxes NOT black you need to edit the form template. To do this go to: > Styles & Templates > Style Manager > Click on "EDIT TEMPLATES" using the drop-down menu from the template you are using for your site appearance > Find and double click on "form" (about half way down the templates list) > Open the code Now from viewing that code, you can edit to make the questions say what ever you want and have the blocks what ever color you want, using the six (6) digit color code. Keep in mind if you modify the questions, you will also need to modify the questions in the formanswers template and the main form question plugin. |
#565
|
|||
|
|||
Deepdog009:
Attached are copies of my existing code for the SECOND form. Please keep in mind that for the form2 and formanswers2 templates, the TITLE has a description of "vBulletin" while the other two templates for the form that does work has a title of "Form Hack." I can not for the life of me figure out how to fix that so it also reads "Form Hack." I have a good feeling that is the cause of the problem. But still look at my code if you have time and would like to. Take your time. On Sunday I leave for a 3 day backpacking trip and will not be able to have computer access until next Thursday, one week from today. Thanks again for your continued support in this product As before, I will remove the attachments when this problem is resolved |
#566
|
||||
|
||||
vFan give ABE1 a jingle and maybe he might add this in his next updates...
If U have any easy requests I will try 2 help if time permits... ************************************************** **** StudMuffin21 im checking yo form now... ************************************************** **** If this Mod helps U get more Members... Please Support it... |
#567
|
|||
|
|||
Well i found out what my problem was, I was trying to introduce more then 1 vbtextquestion when only 1 was allowed. Changed it to longquestion and everything works perfect for me. (Just have to remember to backup code before i delete it lol...)
|
#568
|
|||
|
|||
Quote:
Code:
<font color="#C0C0C0"> For example: Code:
<tr><font color="#C0C0C0"> <td class="alt1" valign="middle"> <b>$longquestion1</b><br /> $longexplain1</td> <td class="alt1" valign="middle" colspan="2"> <textarea rows="20" cols="70" name="longanswer1">$longanswer1</textarea> </td> |
#569
|
||||
|
||||
Quote:
//QUESTION 6 (do not use quotation marks or you will get a parse error, besides the quotes around the whole text) $question6 = "What is your occupation?" <... Missing {{{ ; }}} //QUESTION 7 (do not use quotation marks or you will get a parse error, besides the quotes around the whole text) $question7 = "What is your in-game name?"; &question7 = "Please list the account you play most often."; Question (7) take a look above and im sure U can C the problem...? Last its not really a problem, but I think its best 2 add it anyways... *** below code *** HTML Code:
// Part 1 $vbulletin->input->clean_array_gpc('p', array( 'radioanswer3other' => TYPE_STR, 'answer1' => TYPE_STR, 'answer2' => TYPE_STR, 'answer3' => TYPE_STR, 'answer4' => TYPE_STR, 'answer5' => TYPE_STR, 'answer6' => TYPE_STR, 'answer7' => TYPE_STR, 'answer8' => TYPE_STR, 'answer9' => TYPE_STR, 'answer10' => TYPE_STR, 'dropdownanswer1' => TYPE_STR, 'longanswer1' => TYPE_STR, 'longanswer2' => TYPE_STR, 'longanswer3' => TYPE_STR, 'longanswer4' => TYPE_STR, 'longanswer5' => TYPE_STR, 'longanswer6' => TYPE_STR, 'longanswer7' => TYPE_STR, 'longanswer8' => TYPE_STR, 'longanswer9' => TYPE_STR, 'longanswer10' => TYPE_STR <... { U dont need comma on last option } )); |
#570
|
|||
|
|||
All right, well after fixing what I had overlooked, and a few other things, it is now operational!
I did have to change the "product name" to "vBulletin" cause as I said earlier, the templates had the product name of "vBulletin.'' But it works just fine!! Thank you so much |
#571
|
|||
|
|||
I'm posting the answers to the form as a New Thread! Is there a way to use one of the answers for the "thread title" that gets posted?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|