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 |
#1032
|
|||
|
|||
read this works on 3.7 and appears to with stock .xml file. however when i attempt to use my customized one. i get a white page? cant diagnose the error with a white page with no output source code.
anyone have any ideas? edit: *blush* i figured it out! template naming mismatch |
#1033
|
|||
|
|||
I am trying to set up some conditional check for my fields but where should I put them in? In the plugin itself or the main template? I have been playing around with the codes for days but just can't seem to get the conditional syntex right :down:
What is going to happen is that I will have 3 fields in my form, namely $radiochoice1a, $radiochoice1b, and normalanswer1. If a member select $radiochoice1a as his answer, normalanswer1 will be disabled and no information can be entered in that field. Else, if the member select $radiochoice1b as his answer, normalanswer1 will be enable. Thanks! |
#1034
|
|||
|
|||
How can I remove the VB text input area? I tried to remove '$messagearea' but the three buttons (Submit, Preview, Reset) below also disappeared
|
#1035
|
||||
|
||||
Quote:
I haven't had much time to help recently because of my job,,, but yeah you can use the standard if conditional to work out your issue... What I recommend is downloading a few easy mods and take a look at the XML code... Look for mods that use the if statment allot... Im still half way out of the PHP twilight zone and on top of that my job wont allow my ball and chain to come off very often... Take a look at this site...>>> PHP HELPER If you still need help after checking over there,,, Give me until tuesday and I will assist U... ************************************************* ccplim,,, VB Text edit...>>> delete both lines listed below... HTML Code:
<td class="alt2" valign="middle" colspan="3"> <b>$vbtextquestion</b><br /> <<<......{{{delete this}}} $vbtextexplain <<<......{{{delete this}}} <div align="center"> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td> $messagearea </td> </tr> </table> </div> </td> </tr> <if condition="$attachmentoption"> <tr> <td class="alt1" colspan="3" align="center"> <div style="width:$stylevar[formwidth]" align="$stylevar[left]">$attachmentoption</div> </td> </tr> </if> <tr> <td valign="top" colspan="3"> <p align="center"> <input type="submit" value="Submit" name="submit" style="font-family: Verdana; font-size: 10pt" class="button" /> <input type="submit" value="Preview" name="submit" style="font-family: Verdana; font-size: 10pt" class="button" /> <input type="reset" value="Reset" name="reset" style="font-family: Verdana; font-size: 10pt" class="button" /> </p></td></tr> </table> </form> That should do the trick... ************************************************* ccplim,,, Using the disable feature seems to work better with ajax,,, the only problem is that I haven't worked with ajax modifications yet... Too many things going on now,,, so maybe next month If Im not burnt out with mod updates,,, I will attempt adding some ajax... ************************************************* uberjon,,, Beauts! |
#1036
|
|||
|
|||
Quote:
|
#1037
|
|||
|
|||
I've managed to customise my form, (finally) and can PM it to myself, but I can't seem to get the submit to a forum work. I've set the Forum id to a couple of forums to ensure it works, but alas it does not.
Anyone have an idea as to why it may not work? Will supply the link if needed. |
#1038
|
|||
|
|||
Quote:
|
#1039
|
||||
|
||||
does this work in 3.7.?
as looking for something like this again |
#1040
|
|||
|
|||
Oh my goodness..... my form shown up alright in Internet Explorer (see attached "Internet explorer.jpg) but not in Firefox (see attached "Firefox.jpg).
What could have gone wrong? |
#1041
|
||||
|
||||
Quote:
At least IE8 will come out with Standard mode available. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|