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 |
#532
|
|||
|
|||
<a href="https://vborg.vbsupport.ru/member.php?u=72648" target="_blank">Deepdog009</a> - thanks for your help, that fixed the invisible guest problem (turning off captcha for new guest posts -- which we don't allow in any of our forums anyways).
Now I have a second problem (I've seen it mentioned a long time ago). When a guest uses the contact us form that is posted in a thread, it becomes a thread that requires moderator approval. Other mods have gotten around this type of problem by assigning a user account to the mod that posts (like auto-bans or duplicate account reports). Has anyone solved this problem for this mod? Thanks -vissa |
#533
|
|||
|
|||
Quote:
NOTE: After the problem is fixed, I will try and remember to delete these attachments. |
#534
|
||||
|
||||
Quote:
sorry, but been busy and forgot 2 stop by here the last few dias. I forgot what your issue was? I will download files and post about it soon as i can... |
#535
|
|||
|
|||
Deepdon009 and MilkCarton,
I changed the coding so it now reads correctly as you had suggested (previously that portion was not correct); however, I am still getting the same problem. On the form, all questions and blank spaces show up. When submitting the form, only the answers for questions 1, 2, 3, and 10 are displayed. I've gone over the code again a few times today and don't know what I have overlooked. |
#536
|
|||
|
|||
Quote:
You need to remove the // from each line. And there is no question 10? unless you mean longanswer1 |
#537
|
|||
|
|||
If I remove the // marks, I get these errors:
Parse error: syntax error, unexpected T_CONSTANT_ENCAPSED_STRING, expecting ')' in /home/cobaltli/public_html/newthread.php(71) : eval()'d code on line 638 and Invalid thread specified Yes, by question 10, 11 and 12, I mean the long answers. |
#538
|
||||
|
||||
Quote:
Ok, corrected a bit of code and its ALIVE Studdmuffin21, I like yo name,,, N-E ways yo issue was with here...>>> HTML Code:
////////////////////////////////////////////////////////////////////////////////////////////////////
//NAME OF TEMPLATES - DO THIS BIT IF YOU ARE MAKING MORE FORMS AND WANT TO USE A DIFFERENT LOOKING TEMPLATE
////////////////////////////////////////////////////////////////////////////////////////////////////
// Name of the main template
$maintemplate = "form";
// Name of the answer template
$answertemplate = "formanswers";
////////////////////////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////////////////////////
The other form already is using those titles... When U create new forms, U must create all new info {{{names}}} for main template, answers template and plugin form name must be different from the rest of your forms... ABE1 has this in hook, if your new forms dont work always double check new names of all templates and plugin info. If U get PARSE errors then its a code issue, somewhere U may have added something by mistake or using the wrong code characters. HTML Code:
//////////////////////////////////////////////////////////////////////////////////////////////////// //NAME OF TEMPLATES - DO THIS BIT IF YOU ARE MAKING MORE FORMS AND WANT TO USE A DIFFERENT LOOKING TEMPLATE //////////////////////////////////////////////////////////////////////////////////////////////////// // Name of the main template $maintemplate = "studmuffin21"; // Name of the answer template $answertemplate = "studmuffin21answers"; //////////////////////////////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////////////////////////////// Everything else was looking outta sight |
#539
|
|||
|
|||
lol..yeah that name has a story behind it. Some really good lookin girl gave it to me a long time ago as a call sign when I couldn't come up with one for a laser tag game. haha...I just had to keep it.
Anyway, ok so here is what I did. As you suggested, I created two new templates. One named "form1" and the other "formanswers1" I then edited the code to read the exact name of those templates as you suggested in your post (only instead of using studmuffin21, I used form1). I feel so stupid cause I still am getting the same problem. And that is not all of the answers show up when the form is submitted. I've gone over the templates and hack several times again but did not see any problems, though keep in mind I am not a coder. Should I try to uninstall and delete everything and reinstall it? Would that make a difference? Or is there something I am missing still? And by the way, thank you very much for your continued efforts to help me resolve this problem. I do much appreciate it |
#540
|
|||
|
|||
Hey guys,
This Form Hack is just what I need to create a standardized "Product Review" form for my forums. Unfortunately, despite my efforts, I can't get it to work. I'm far from a coder and know nothing about php or xml anyway, so that doesn't surprise me, LOL. The proposal: I've mocked up what i want my form to look like. Does anyone want to configure this hack for me for a few bucks? |
#541
|
||||
|
||||
Quote:
Looking at your form preview and I-C your problem... Give me a moment and I shall resolve... |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|