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 |
#1102
|
|||
|
|||
For some reason this will not work for GUESTS in 3.7.2 pl1. It submits the form fine, but the thread doesn't appear in the mod section. It works fine for all other members.
Update: I had to turn off guest image verification in order for this to work for guests... -vissa |
#1103
|
|||
|
|||
Unfortunately all of the spam prevention options/plug-ins for this are gone. If you click the links within the first thread that point to the anti-spam plugins, they have been removed/disabled by the author.
So what are people using for spam protection / image verification / etc for this with 3.7? -vissa |
#1104
|
||||
|
||||
Quote:
Yes Stryker412,,, But it will require pulling info from your forum database... I only do simple add-ons with this mod,,, ABE1 can help you better... I been working on some options with this mod that work,,, but Im still not quite there... This mod has deleted many brain cells and so I break away and come back when replenished... Working several jobs,,, two wifes {computer and wife} and two kids {dog and kid} I need a VACATION... ******************************************* vissa,,, I was working on another image verification,,, but very little support using them so I put it on hold... |
#1105
|
|||
|
|||
I can worry about the auto filling fields later, but what's the best way to delete some of the existing questions?
|
#1106
|
||||
|
||||
You have to open the XML file do some dirty work
|
#1107
|
|||
|
|||
I have an issue, its probably something stupif, or im probably forgetting something, so i hope you can help, it is a very small problem but if i need to do something more important in the future then it will mess everything up.
I have made a Form for reporting issues with the wesbite, this is what the code says FOR THIS SPACIFIC PART when you click Plugins and Products --> Plugin Manager --> Site Issues Form Hack Code:
$dropdownquestion2 = "Importance:"; $dropdownchoice2a = " "; $dropdownchoice2b = "Low"; $dropdownchoice2c = "Medium"; $dropdownchoice2d = "High"; $dropdownchoice2e = "Urgent"; $dropdownchoice2f = "Critical"; You get this: Code:
<tr> <td class="alt2" valign="middle"> <b>$dropdownquestion2</b> </td> <td class="alt2" valign="middle" colspan="2"> <select name="dropdownanswer2"> <option value="$dropdownchoice2a" <if condition="$dropdownchoice2a == $dropdownanswer2">selected="selected"</if>>$dropdownchoice2a</option> <option value="$dropdownchoice2b" <if condition="$dropdownchoice2b == $dropdownanswer2">selected="selected"</if>>$dropdownchoice2b</option> <option value="$dropdownchoice2c" <if condition="$dropdownchoice2c == $dropdownanswer2">selected="selected"</if>>$dropdownchoice2c</option> <option value="$dropdownchoice2d" <if condition="$dropdownchoice2d == $dropdownanswer2">selected="selected"</if>>$dropdownchoice2d</option> <option value="$dropdownchoice2e" <if condition="$dropdownchoice2e == $dropdownanswer2">selected="selected"</if>>$dropdownchoice2e</option> </select></td> </tr> Code:
<font color="white"><strong>$dropdownquestion2</font></strong> $dropdownanswer2 When you go onto the form, it shows up fine and everything works, when it is submited it goes into the correct Forum Area, below is a picture showing the form before being submited: Below is a picture showing the form after it has been submited: As you can see there is a problem were it shows the "Importance" which i think i have spelt wrong lol, but as you can see nothing is written next to it, even though i do go into the frop down menu and select an option. Please be aware that i was not the one that set up the hack or created the forms, i just added the "Importance" drop down menu, but as you can see, my noobness makes me fail. I think i found everything that would need editing so if someone could please point me in the right direction as to were i am going wrong and how to resolve it, i would be so greatful. Thanks in advance, - David |
#1108
|
||||
|
||||
is there one for 3.7.2? or will this one work?
|
#1109
|
|||
|
|||
Im running 3.7 and it works
|
#1110
|
|||
|
|||
Can someone help me PLEASE!!
|
#1111
|
||||
|
||||
Big fan of this mod for a while now Abe1, thanks.
One thing I recently noticed however is that the form template isn't cached when viewing newthread.php?do=form. As we all know, this causes an unnecessary query on the server. This can be fixed by adding the following plugin to the product at hook location: cache_templates PHP Code:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|