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 |
#342
|
||||
|
||||
Quote:
|
#343
|
|||
|
|||
I used the old version 3.5 and it worked very well, dont know when I upgrade to this version, it's still work well but after I edit something and import again, the error appears, I uninstall this hack but that error still remains. When I turn off the hook on vbb setting, that error disappear, it seems to be like the error due to the product... dont know how to solve that (
Edit: I worked out. Thanks |
#344
|
||||
|
||||
Im sure I could figure out how to do it if I had hours of free time but not.
How do I change the REDIRECTION to other url to external site??? How do I add IMAGE VERIFICATION??? Thanks 4 your time...<> |
#345
|
|||
|
|||
Go to Plugin Manager --> Form Hack (or if you've created duplicate form hacks, whatever you named yours)
In the PHP Plugin Code, scroll close to the bottom and find: Code:
if ($redirectoption == "4") { $vbulletin->url = 'editpost.php?do=editpost&' . $vbulletin->session->vars['sessionurl'] . "p=$newpost[postid]"; eval(print_standard_redirect('redirect_postthanks')); exit(); } Code:
if ($redirectoption == "5") { $URL="http://www.DOMAIN.com"; header ("Location: $URL"); } Now, just so you remember what option 5 does, find: Code:
// 4 - redirect to editpost (thread or reply) Code:
// 5 - redirect to external website I wouldn't use this unless you clearly state in the form that you're redirecting them to an external site... it just seems kind of... sneaky. They'll also have no indication that their form was submitted successfully. I hope you'll use this legitimately though. ----------------------- Edit: And about the image verification thing.. I'd really like that too. I have found a cool workaround though.. you can add a question to the bottom of the form that there is only one definite answer to, use an expression to limit the input, and make the form require it to be answered, or it won't submit. It's a little harder than the site redirect... so if you really want to know, maybe I can muster up the energy to explain it. |
#346
|
|||
|
|||
OK, sorry to double post..
I am very close to getting image verification to work in the form hack. My ONLY problem is that I don't receive an error message when entering the wrong verification code. However, it DOES know that it's the wrong code because the post doesn't enter my moderation queue. If I do enter the right code, it shows up in moderation. So can any more experienced coders than I tell me what code handles the Image Verifcation error message?? It's supposed to pop up in the same place the Preview would if I hit "Preview Post" Pretty please? Help? |
#347
|
|||
|
|||
I am having trouble with a emailed form. The email is blank. Can someone show me their code snippet that they use for emailed forms. I think it he forms and formanswer part I have a problem with.
|
#348
|
||||
|
||||
Good to Go MilkCarton
I saw that down there and was messing with it, but 4 the life of me I didnt get far. Nice work around. No, no, no... I dont redirect folks to BS links. Its internal links, Im using outsite of forum, same site. Yeah that image verification deal would be great. I've been working on some forms and wanted to know why that wansn't added before. I like this Hack because it saves me on using database form software for tracking folks. Also its easy to incorporate advanced forms. Thanks 4 your time...<> |
#349
|
|||
|
|||
I'm having trouble inserting more variables for the checkbox and dropdown choices. I'm adding the new variables to both Part 1 and Part 2, but when I try and access the form I get an error saying the forum is invalid.
|
#350
|
|||
|
|||
Hello Abe, can you PLEASE tell me why it doesn't work anymore. Ihave now uninstalled/installed it over and over again but the same problem keeps coming back. The form apears, I can fill it in , but after submit nothing get's posted, there is just no thread made. And yes I have selected a forum where the thread needs to be posted in. How is this possible? I used this before for a year and it always worked , it's driving me nuts?!
PS: I'm willing to pay for personal support if you can make it work again! This is very important for our board. |
#351
|
|||
|
|||
If anyone is experienced with coding, please check out my thread here...
I only need to figure out a few lines of code and then I can release my fix to add Image Verification to this Form Hack! I'm only testing this in a form to post a new thread, however. I can't even guarantee that it would work to submit a PM, reply, email, etc. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|