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 |
#962
|
|||
|
|||
hey how can i get some text with BOLD ? i tried to use the bbcode and i tried with the html code but it doesn´t work. with the bbcode you can´t save the template.
|
#963
|
|||
|
|||
Is there a way to make some of the questions answered into the title of a thread?
|
#964
|
|||
|
|||
I want to display an image and web link in the output form. Is there any way to do this?
For example, in the form template: Code:
<input type="text" size="50" src="" name="normalanswer2" /> http://img397.imageshack.us/img397/7...resmieshd3.jpg But, displayed the link of the image. I want to display the imege. How can I do this? |
#965
|
|||
|
|||
Please help me. How can I displaye an image in the output form?
|
#966
|
|||
|
|||
Parse error: syntax error, unexpected T_STRING in /home/siphon/public_html/forums/newthread.php(71) : eval()'d code on line 899
Getting this error. Havnt changed anything was working perfect yetserday. I did copy the form and change the name though trying to make a second. Havnt finished though. Any ideas? Also Got Invalid Forum specified. If you followed a valid link, please notify the administrator Like I said, no forums have been changed or anything. So im a but confused as to why this happened. Any ideas? |
#967
|
|||
|
|||
Quote:
Code:
($hook = vBulletinHook::fetch_hook('newthread_start')) ? eval($hook) : false; Instructions at the top of the page: Quote:
|
#968
|
||||
|
||||
Hello Folks,,,
I've been practicing on my php and it ain't easy let me tell U... N-E ways If I get better in the next few weeks I will do an add-on 2 this, that should help most with setting it up from the HOOK line and sinker {<...fishing talk}... Keep the ball rolling |
#969
|
|||
|
|||
any plans on a 3.7.0 version? I love this ;o
|
#970
|
|||
|
|||
Great hack Abe, thanks, works perfectly. 1 Q, I want the same form to reply to different threads, depending on what link they clicked on to get to the form. I've included 2 variables in the link, and want the form to reply to the thread that is received in the URL from the variable.
I've been trying something like $formreplythreadid = '$variable', and get a "cannot use scalar value as array" error from funtions_newpost.php on line 267. I've tried adding in the variables into the variable area, converting the variables to strings, to integers, just getting lost.. Any help or suggestions? |
#971
|
|||
|
|||
got it sorted, needed to add hidden fields in the form template that passes the variables on to the plugin code. Also added the variables to both parts in the plugin code
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|