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 |
#902
|
|||
|
|||
Hello all:
First i need to say that i am totally new with vB. I dumped my nuke-evolution site and imported database into vb. I must say this is alot of different then nuke :-) But i like to learn vB alot. ::On Topic:: I installed this nice hack ,but there is only 1 issue for me. I have 5 radioquestion down to eachother. I renamed them all,i updated the answer template and the mainhook,all is working except that the question aren't there only the answers and near the answers i get this error message: answer1 = Array['radioanswer6other']; answer2= Array['radioanswer7other']; answer3 = Array['radioanswer8other']; answer4 = Array['radioanswer9other']; answer5 = Array['radioanswer10other']; I try to find out what could be the problem,but i didnt find. Can some1 tell me what i did wrong? Thanks John:up: |
#903
|
||||
|
||||
Quote:
$radioquestion2 $radioanswer2 |
#904
|
|||
|
|||
Did that like this $radioquestion3
$radioanswer3 $radioanswer3other I can see the questions now with yes/no answer but still there is a error: Do you have an AAOtracker Account, if yes write your AAOtracker name here yes 6uy = Array['radioanswer6other']; Where 6uy is my giving answer in explain block |
#905
|
|||
|
|||
Seems that the developer for this does not check it that often and atroll has graciously been answer a lot of questions.
Im in need of have the code on the form hook into the code for VB so that the new thread follows the permissions that I have set on the forum the post will be going into, email, poll, attachement , etc. I have a quick work around but working on something more permanent. If I can come up with it I will share with everyone. My requirements are to allow only VIP members and Registered uses with over 100 posts be able to post on the forums Im using the forms. Temporarily I am using this until I find a way to hook the form code to the forum code. if( $vbulletin->userinfo['usergroupid'] <5 ) { if($vbulletin->userinfo['posts']<100) { echo 'Sorry, you can not post here as you need to have 100 posts, you only have '.$vbulletin->userinfo['posts']; print_no_permission(); } } As an addendum, I previously had a time limit hack on this particular sub forum that allowed member to be able to only start 3 threads on a 30 day span. This hack is not playing well with it, not at all actually. Anyone have any idea how to edit the form to do this? (check to see if member or VIP has less or equal to 3 threads in 30 days and either allow or deny ability to start one?) Thank you |
#906
|
||||
|
||||
Quote:
Code:
{ if ($normalanswer1 == '' OR $radioanswer1 == '' OR $radioanswer2 == '' OR $radioanswer3 == '' OR $answer1 == '' OR $answer2 == '' OR $answer3 == '' OR ($checkboxchoice1_1 AND $checkboxchoice1_2 AND $checkboxchoice1_3) OR $longanswer1 == '') |
#907
|
|||
|
|||
Hello,
I'm using vB 3.6.8 Patch2 in the German Translation and I installed the original English Form Hack 4.0 Version with the parameters $formforum="1", $formforumid="10" and usergroups 2,5,6,7. ACP -> Plug-in [x] activated. But till now, I couldn't succeed in seeing the form in any place in my forum. The form never appears. What may be the reason? Thanks and greetings George |
#908
|
|||
|
|||
you can see it if you enter this address
http://yoursite.com/forum/newthread.php?do=form replace "yoursite" for your own domain and "forum" for the name of the folder in which you installed the forum. |
#909
|
|||
|
|||
I'm currently using vB 3.6.8 - whenever uploading a file, using this hack, it gives me an error; 'Could not create file system directory to hold your attachment.'
How can I correct this? |
#910
|
|||
|
|||
Also, it gives me the option to upload files as an administrator but not as a regular registered user. What might be the reason behind that?
|
#911
|
|||
|
|||
Ok, I've managed to solve both of my above issues. There is just one thing left now. Is there anyway that I can make entries made through this hack to appear in a single thread, instead of it making a new thread every time someone submits it.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|