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 |
#392
|
||||
|
||||
My bad, i meant 3.6.5
Im using test board to verify this now. Maybe its another hack causing issue. By the way can somebody help Milk Carton with the image verification add-on? Good Luck Fixed it... |
#393
|
||||
|
||||
Use bbcodes from smilies fields to add some color and flair to PREVIEWS and posts... Upload smilies and insert into your answers template Take a Peek...
|
#394
|
|||
|
|||
Quote:
|
#395
|
|||
|
|||
This has to be the best mod ever!
|
#396
|
||||
|
||||
Im still having a few troubles getting this fully loaded, but here it is NE-ways.
Hope this helps... HTML Code:
<script type="text/javascript"> function popup(url){ window.open(url,"","width=275,height=250,scrollbars,"); return false; } </script> <a href="http://yourlinktocalendarpopuppage.com" onclick="return popup(this.href);">One</a> <a href="" onclick="return popup(this.href);"><img src="/images/calendar1.gif" alt="Submit Events" width="20" height="20" border="0"></a> This is very useful 4 many things. Im using it to send folks to CALENDAR events. Not fully perfected. Good Luck |
#397
|
|||
|
|||
If a user fills this out & it goes into a thread, are they automatically subscribed to that thread too? What about the forum?
|
#398
|
||||
|
||||
Quote:
I haven't played around very much with replys to forums, but Im sure if their a member of your forum and forums is set to subscibe, then it should work. Marlita use your test board to verify. Good Luck |
#399
|
||||
|
||||
If you dont like the standard form in vBull then use CSS forms to help spice um up. Make changes as needed...
HTML Code:
<style type="text/css"> body{ font-family: Arial,Helvetica,sans-serif; font-size: 12px; background: #CCD8FF; color: #000000; } .outside{ color: #000000; } .radio_button_question{ font-weight: bold; vertical-align: top; } .radio_button_answer{ padding-right: 5px; } .text_field_question{ font-weight: bold; vertical-align: top; } .file_upload_question{ font-weight: bold; vertical-align: top; } .segment_header{ background: #3265FF; color: #ffffff; background-repeat: repeat; } .text_area_question{ font-weight: bold; } .check_box_question{ font-weight: bold; } .check_box_answer{ padding-right: 5px; } a{ color: #0000FF; } a:visited{ color: #0000FF; } .matrix_question{ font-weight: bold; } .matrix_header{ font-weight: bold; background: #3265FF; background-repeat: repeat; color: #ffffff; } .matrix_subquestion{ font-weight: bold; } .matrix_answer_dark{ font-weight: bold; background: #273254; color: #ffffff; } .matrix_answer_light{ font-weight: bold; background: #4F65A9; color: #ffffff; } .matrix_td{ border-right-width: 1px; border-right-color: #000000; border-right-style: solid; } .multi_scale_question{ font-weight: bold; } .multi_scale_break{ background: #3265FF; background-repeat: repeat; } .ranking_question{ font-weight: bold; } .ranking_dark{ background: #f0f0f0; } .text_area_matrix_question{ font-weight: bold; } .page_break{ background-color: #0000ff; color: #ffffff; } .end_of_form{ background-color: #000000; color: #ffffff; } .left_question{ text-align: right; } .right_question{ text-align: right; } .form_table{ background: #99B2FF; border-width: 1px; border-color: #000000; border-style: solid; } </style> |
#400
|
|||
|
|||
I'm trying to modify this form a little bit so that I have a drop down box with a list of 2-3 forums that users can choose to post the information too. I'm not an experienced programmer so I'm having a little trouble getting this working.
Would anyone be willing to post exactly what needs to be modified for this to work correctly? THanks! |
#401
|
||||
|
||||
Quote:
$dropdownquestion4 $dropdownanswer4 in proper order, you may have to shift stuff around a bit... HTML Code:
$formtitle $radioquestion1 $bbuserinfo[username] $question1 $answer1 $question2 $answer2 $radioquestion1 $radioanswer1 $radioquestion2 $radioanswer2 $radioquestion3 $radioanswer3 $radioquestion4 $radioanswer4 $radioquestion5 $radioanswer5 $radioquestion6 $radioanswer6 $radioquestion7 $radioanswer7 $dropdownquestion1 $dropdownanswer1 $dropdownquestion2 $dropdownanswer2 $question3 $answer3 $radioquestion8 $radioanswer8 $radioquestion9 $radioanswer9 $radioquestion10 $radioanswer10 $radioquestion11 $radioanswer11 $question4 $answer4 $dropdownquestion3 $dropdownanswer3 $question5 $answer5 $question6 $answer6 ------------------------------------------------------ $vbtextquestion $vbtextanswer ------------------------------------------------------ |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|