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 |
#672
|
|||
|
|||
Quote:
But I'm thinking it may lay with this bit of code. Code:
//////////////////////////////////////////////////////////////////////////////////////////////////// //TITLE OF THREAD/POST/PM/EMAIL (do not use quotation marks in the title or you will get a parse error) //You may use variables from the form for this. //////////////////////////////////////////////////////////////////////////////////////////////////// $posttitle = "$formtitle"; |
#673
|
|||
|
|||
I need some help please, could someone tell me how to edit this plugin? It says instructions are inside the hook, what hook?
|
#674
|
||||
|
||||
Quote:
To actually make the posting and email forum display the way you want you will have to edit the templates "form" and "formanswers". |
#675
|
||||
|
||||
Quote:
First you have to create a NORMAL INPUT BOX. I will use $normalquestion1 as the example once that is all set up then you can replace $posttitle = "$formtitle"; to the following $posttitle = "$normalanswer1"; Once this is done then what ever the user answers for $normalquestion1 will be the title of the thread. The downfalls to this are if the users does not type an answer to $normalquestion1 then they click SUBMIT, the form will not get transmitted and all will be lost. So here is what I recommend to avoid this. If you still include $formtitle in the same place but add $normalquestion1 with it then it will still include the form title if the users forgets to answer $normalquestion1. This way the form will not get lost if they transmit it without answering $normalquestion1. Here is how I do it. Find: $posttitle = "$formtitle"; replace with: $posttitle = "$normalanswer1 = $formtitle "; Gosh, I hope all this made sense. |
#676
|
|||
|
|||
Quote:
Thanks! and great plugin! |
#677
|
||||
|
||||
hi there... 1st of all.. thanks a bunch for this hack...
i'm new to vbulletin.. please can u give lil bit more detailed instructions to install this hack??? i've imported xml but couldn't find where to set the form... how to change the fields in forms... & when user clicks on newtopic, he should directly see the form & after submitting that form, data will get posted in thread automatically! i tried this : /newthread.php?do=form i got 1 form.. did all the things in it.. but when i clicks submit, it didnt posted any thread.. kindly help.. & extreamly sorry for my bad english |
#678
|
|||
|
|||
thanks for the hack. i really like - everything is cool
my only problems is that after i hit submit, i get a white page. i've disabled all plugins, and only allowed this one (to make sure there wasn't some kind of interference), and the white pages still occur. the form posts just fine, but i have to go "back" and then manually go to the forum in which it's posted, to actually locate the thread - but the immediate response i get after "submit" is a white page. in consideration of this, would you have any quick recommendations? thanks for your time. |
#679
|
|||
|
|||
Inside zip file there is no instruction about this...
|
#680
|
|||
|
|||
Works great!! Thanks a bunch |
#681
|
|||
|
|||
I'm having an issue getting a working link for my product. When I changed the formname, I could no longer pull it up (for example, I changed the formname to simply "support" instead of "form" and when I would type my link it, it would be a blank white page).
So I deleted and uninstalled the entire plugin and decided to start from scratch. Now, when I type in the link /newthread.php?do=form into my browser, it tells me THAT is an invalid URL. The plugin is active and now I'm at a point where I really have no clue. It's probably best if someone gave me the heads up on what exactly I need to change when I want to change the titles of my forms so I can get correct links. Thanks |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|