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 |
#602
|
||||
|
||||
Quote:
SuthernKumfort, I extracted the code thats causing the black bkgd issue that U want 2 correct... Look 4 this {{{ <td class="alt1" colspan="3"> }}} code and edit class options in Radioquestions 1,2 and 3... HTML Code:
<tr> <td class="alt1" colspan="3"> <b>$radioquestion1</b> </td> </tr><tr> <td><input type="radio" name="radioanswer1" value="$radiochoice1a" <if condition="$radiochoice1a == $radioanswer1">checked="checked"</if> /> $radiochoice1a </td> <td><input type="radio" name="radioanswer1" value="$radiochoice1b" <if condition="$radiochoice1b == $radioanswer1">checked="checked"</if> /> $radiochoice1b </td> <td> </td> </tr> <tr> <td class="alt2" colspan="3"> <b>$radioquestion2</b> </td></tr><tr> <td><input type="radio" name="radioanswer2" value="$radiochoice2a" <if condition="$radiochoice2a == $radioanswer2">checked="checked"</if> /> $radiochoice2a </td> <td><input type="radio" name="radioanswer2" value="$radiochoice2b" <if condition="$radiochoice2b == $radioanswer2">checked="checked"</if> /> $radiochoice2b </td> <td><input type="radio" name="radioanswer2" value="$radiochoice2c" <if condition="$radiochoice2c == $radioanswer2">checked="checked"</if> /> $radiochoice2c </td> </tr> <tr> <td class="alt1" colspan="3"> <b>$radioquestion3</b> </td> </tr><tr> <td><input type="radio" name="radioanswer3" value="$radiochoice3a" <if condition="$radiochoice3a == $radioanswer3">checked="checked"</if> /> $radiochoice3a </td> <td><input type="radio" name="radioanswer3" value="$radiochoice3b" <if condition="$radiochoice3b == $radioanswer3">checked="checked"</if> /> $radiochoice3b </td> <td>If $radiochoice3a, please explain: <input type="text" value="$radioanswer3other" name="radioanswer3other" /></td> </tr> 1.) change td class 2 alter bkgd color 2.) add css style in header of template Example code *********** <style> .radio button class { background: #FFFFFF; } </style> above is added 2 header area of template *********** <td class="alt1" colspan="3"> before changes <td class="radio button class" colspan="3"> after changes edit all three radioquestion td classes in radioquestions 1,2 and 3... I hope this gets U over the hump |
#603
|
||||
|
||||
Quote:
I discovered Abe1's excellent "Force Users to Read a Thread" mod: https://vborg.vbsupport.ru/showthread.php?t=151737 So I am hoping there's a way to "force users to fill out the form!" |
#604
|
|||
|
|||
Thank You Grunt For Link!
And Thanks For Fixing My File Deepdog009 |
#605
|
||||
|
||||
Quote:
Shanevas2 Im glad U got it sorted out and Alive and Kicking... I liked your earlier post about { how the hell do i install it } Im still laughing on that one... ****************************************** Tralala thats great U found what U where looking 4...:up: ABE1 has mega mods that help all... Theres another modder that uses conditionals alot and has useful hacks... check Logician mods... |
#606
|
||||
|
||||
Quote:
I will search on Logician now, too. Thanks again! |
#607
|
|||
|
|||
Quote:
|
#610
|
||||
|
||||
Quote:
SuthernKumfort I think its best that U go back 2 your post that has your form code, copy and paste it back 2 your main form template, next if U look closely at my post about editing your form 2 change background colors in only Radioquestions 1,2 and 3, it only shows edit the CLASS of those three RADIO buttons listed... The only area of that template that U will edit is here...>>> ********************************************** Edit only Radioquestions 1,2 and 3 <td class="alt1" colspan="3"> before changes <td class="radio button class" colspan="3"> after changes That should fix all yo troubles... |
#611
|
||||
|
||||
The Form Hack seems to be working okay on my forum. I set up a job request sheet (for volunteer hours) and everyone seems to be liking it. The form results are posted into a thread.
One issue I note is that the "last post" for this thread, on FORUMHOME doesn't seem to accurately update and reflect what the last post actually is. I've had 25 responses so far and the "last post" is displaying the 22nd one. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|