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 |
#552
|
|||
|
|||
???? any one?
|
#553
|
|||
|
|||
The developer may kill me, but try putting the entire plugin code in a thread.
Well, the editable section, everything above the "Don't edit here and below" line. Please wrap it in php code tags. And don't bump threads so much, it's free support ya know. Thank you. -Raymond |
#554
|
|||
|
|||
Shane,
I'm not sure how you have it set up, but here is what u need to do. Referring to the code below: Where it says Code:
$forumform = "1"; Now that that is done, you need to make sure you have your forum id set up correctly. So where the code says Code:
$formforumid = "59"; That should make it work for ya. EXAMPLE: Code:
//ENABLE FORM TO BE POSTED - 1 = yes, 0 = no $formforum = "1"; //FORUM TO POST NEW THREAD IN //You CAN make this number a variable. You can have a drop down menu or in the link like do=form&f=1. Make sure you add it the variables list. $formforumid = "59"; |
#555
|
|||
|
|||
DeepDog,
If I may acquire your assistance hopefully one last time. The form I was having problems with is now working like a dream!! Thank you for creating such an easy hack. That said, I am having troubles creating a second form. I created a second plugin with the correct code (though I may need to post it later if I have troubles again. I then created a second set of templates to match that second form (making sure I made the names correctly). However, when trying to view the form I get the following error: Code:
Parse error: syntax error, unexpected T_VARIABLE in /home/cobaltli/public_html/newthread.php(71) : eval()'d code on line 217 One thought I have is that the style templates for the NEW second form have a Product name of vBulletin instead of Form Hack as do the other style templates for the first form. I could not for the life of me get tis Product name to change. In any case, any suggestions are appreciated. Thank you! |
#556
|
|||
|
|||
Can you take a look at this screenshot and tell me how to get rid of the black in the boxes in the upper part of the form. You can view the site at www.wmdgaming.com
|
#557
|
|||
|
|||
Does anyone know the answer to my question(s) below? Thx.
Quote:
|
#558
|
|||
|
|||
Still not working. Acts like it is but not posting it.
http://www.uscarmeets.com/forumdisplay.php?f=121 Code:
//ENABLE FORM TO BE POSTED - 1 = yes, 0 = no $forumform = "1"; //FORUM TO POST NEW THREAD IN //You CAN make this number a variable. You can have a drop down menu or in the link like do=form&f=1. Make sure you add it the variables list. $formforumid = "121"; |
#559
|
|||
|
|||
Ok Shane,
Just so I understand you correctly, you want the form to be posted in the link you provided, correct? |
#560
|
|||
|
|||
I got a question and i have tried playing around with the code to get it to work but nope still cant...
for this code= Code:
<tr> <td class="alt2" valign="middle" colspan="3"> <b>$vbtextquestion</b><br /> $vbtextexplain1 <div align="center"> <table cellpadding="0" cellspacing="15" border="0"> <tr> <td> $messagearea </td> </tr> </table> </div> </td> </tr> This is the code i have Code:
<tr> <td class="alt2" valign="middle" colspan="3"> <b>$vbtextquestion1</b><br /> $vbtextexplain <div align="center"> <table cellpadding="0" cellspacing="15" border="0"> <tr> <td> $messagearea </td> </tr> </table> </div> </td> </tr> <tr> <td class="alt2" valign="middle" colspan="3"> <b>$vbtextquestion</b><br /> $vbtextexplain1 <div align="center"> <table cellpadding="0" cellspacing="15" border="0"> <tr> <td> $messagearea </td> </tr> </table> </div> </td> </tr> How would i fix this? |
#561
|
||||
|
||||
Quote:
Shanevas2 I think its best if U let me look at yo form files... Convert into txt format and upload 2 post so that I can take a look C...??? Good Luck ********************************************* SuthernKumfort U will need 2 edit or modify your main template 2 make changes on colors of form ??? ********************************************* StudMuffin21 I can help its no problem, but at this time im helping some offline folks and others with forms, so bare with me... Upload your files as before and I shall take a look C... Thank god I love working with forms |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|