Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Easy Forms v4.x - Create a form or multiple forms without php or html knowledge Details »»
Easy Forms v4.x - Create a form or multiple forms without php or html knowledge
Version: 4.3.0, by bananalive bananalive is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: New Posting Features - Version: 4.0.x Rating:
Released: 01-27-2010 Last Update: 10-04-2011 Installs: 1410
DB Changes Uses Plugins Auto-Templates
Additional Files Translations  
No support by the author.

Easily create forms with no HTML or PHP knowledge. Questions can be made compulsory and are checked before the form is submitted. Forms can be previewed. (You can create multiple forms)

Screenshots
There are two posts full of screenshots of this modificationInstallation
  1. Download and then extract .zip archive
  2. Upload the contents of upload folder to forum root
    (Allow Overwrite "YES" for overwrite)
    clientscript\easyforms.css -> \clientscript\
    clientscript\easyforms.js -> \clientscript\
  3. Import product file (product-easyforms v4.0.xml) in admincp
    AdminCP -> Plugins & Products -> Manage Products -> [Add/Import Product]
  4. Change usergroups permissions at:
    AdminCP -> vBulletin Options -> Easy Form Options
Question Types:
  • Single line text
  • Multi-line text
  • Multi-select checkboxes
  • Single-select radio buttons
  • Single Select Dropdown
  • Yes/No
  • Multi-line text field using vbeditor
  • Human verification question
  • Custom Question (can query database or do whatever you want using php and html)
  • Date (month/ day/ year fields)
  • Address
  • Scale
Form can Submit to:
  • new thread in forum
  • new post in thread
  • new pm to user
  • email address
  • save to database
More Features:
  • Form list categories (optional)
  • Preview form (can disable for individual forms)
  • Optional questions
  • Form Sections
  • Prefix support - you can choose which prefix you want thread to have
  • Different thread/pm title to form title with variables {username} {userid} and {q_1} (replacing 1 with appropriate question number)
  • Poll Options: Multiple choice, public vote, poll question, poll options, poll timeout
  • Regular expression match for single line text input field
  • Usergroup permissions per form
  • Forumid/threadid/username can be specified by input via {value=X} in dropdown, single line input or radio buttons
  • Multiple dropdown select for form usergroup permissions (still optional - leave blank to not use)
  • Option to show link to form list in navbar and quick links (separate options)
  • Import/ Export your forms as XML files - great for transferring forms across forums or creating backups
  • Specify bbcode for questions/ answers/ sections for the form's output
  • Form Hooks: (uses php code)
    1. Before form submitted
      Useful for: your own form validation, multiple form outputs, etc.
    2. At form start
      Useful for: banning userids/usergroups from form, setting minimum post count,etc.
  • Attachments allowed for posting new thread
  • Mass Copy Forms & their questions
  • Quiz Mode
Support this Modification
  • Click 'Marked as Installed'
  • Rate it 'Excellent'
  • Consider a donation

Download Now

File Type: zip vb_easyforms_v4.3.0.zip (67.6 KB, 4491 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #432  
Old 04-30-2010, 10:52 AM
apietersen apietersen is offline
 
Join Date: Jan 2010
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Posted earlier but did not get a response. Try it again

I have a kind of corurpted window when selecting edit question. Can not use it because questionfields do overlap each other. I this a bug or a problem on my site? - this happend from the first version I have installed until 4.0.7

April 30th: Installed version 4.0.8. Still have the same problem. Although this looks like a very nice mod this issue makes it almost useless for me because I cannot manage earlier created form. Does someone have a suggestion?
Reply With Quote
  #433  
Old 04-30-2010, 03:18 PM
bananalive bananalive is offline
 
Join Date: Oct 2007
Location: UK
Posts: 2,802
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by apietersen View Post
Posted earlier but did not get a response. Try it again

I have a kind of corurpted window when selecting edit question. Can not use it because questionfields do overlap each other. I this a bug or a problem on my site? - this happend from the first version I have installed until 4.0.7

April 30th: Installed version 4.0.8. Still have the same problem. Although this looks like a very nice mod this issue makes it almost useless for me because I cannot manage earlier created form. Does someone have a suggestion?
  1. Import attached product file
  2. vBulletin Options -> Easy Form Options -> Enable Javascript Edit Question -> No
Attached Files
File Type: xml product-easyforms v4.0.9.xml (215.9 KB, 13 views)
Reply With Quote
  #434  
Old 04-30-2010, 03:23 PM
bananalive bananalive is offline
 
Join Date: Oct 2007
Location: UK
Posts: 2,802
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by riskofficer View Post
Waw, we got new version, what are the differences?
Easier 'Custom Form Output' on Edit Form
Link to double width of Form Results table
Added link to export results to excel as xls file (currently doesn't support new lines or html/bbcode of answers)
Reply With Quote
  #435  
Old 04-30-2010, 06:22 PM
c4boum c4boum is offline
 
Join Date: Aug 2009
Posts: 2
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks a lot.

The 4.0.9 version kill the
Quote:
Parse error: syntax error, unexpected T_STRING in
Yeah!!
Reply With Quote
  #436  
Old 05-01-2010, 10:27 AM
riskofficer riskofficer is offline
 
Join Date: Dec 2004
Posts: 64
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bananalive View Post
Easier 'Custom Form Output' on Edit Form
Link to double width of Form Results table
Added link to export results to excel as xls file (currently doesn't support new lines or html/bbcode of answers)
Thank you very much for Excel export! It works! With tags <br> and "\n" but works! Could you please try "strip_tags($data, '<br>');" or "strip_tags($data);" in code to remove tags. And the Date (after username) exports in such format "25.04.201018:10" Excel cant understand it, can you split time and date into two cells, please?

"Easier 'Custom Form Output' on Edit Form" do not work for me (please see attached screenshot)

Thank you a lot for export one's more!

FireFox 3.6.3
Attached Images
File Type: gif bug`.gif (57.3 KB, 0 views)
Reply With Quote
  #437  
Old 05-01-2010, 01:07 PM
bananalive bananalive is offline
 
Join Date: Oct 2007
Location: UK
Posts: 2,802
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by riskofficer View Post
Thank you very much for Excel export! It works! With tags <br> and "\n" but works! Could you please try "strip_tags($data, '<br>');" or "strip_tags($data);" in code to remove tags. And the Date (after username) exports in such format "25.04.201018:10" Excel cant understand it, can you split time and date into two cells, please?

"Easier 'Custom Form Output' on Edit Form" do not work for me (please see attached screenshot)

Thank you a lot for export one's more!

FireFox 3.6.3
Try attached product file

Fixed custom output text box not showing on Edit Form
Export now has date and time in separate cells
Export now supports cells with multiple lines.
Attached Files
File Type: xml product-easyforms v4.0.9.xml (216.0 KB, 8 views)
Reply With Quote
  #438  
Old 05-01-2010, 06:39 PM
riskofficer riskofficer is offline
 
Join Date: Dec 2004
Posts: 64
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bananalive View Post
Try attached product file

Fixed custom output text box not showing on Edit Form
Export now has date and time in separate cells
Export now supports cells with multiple lines.
Thank you!

1. Custom output looks fine now. I did't try to use it, that is why I don't know about working or not.
2. Yes, thank you.
3. There are still &amp; &quot; tags. Line breaks works fine, thank you!

I don't use "Forum Result Poll" but may be this suggestion will be interesting: not pre-given text answers can't be "pollable", for example, when you ask users -- "what do you think about my mod" -- it can be one million different answers and in Poll Results they will show nothing interesting. But when you ask -- "how many times you have been to USA" for example, -- answers can repeat from one to another, and in Poll Results you can see interesting graphs. When you ask something and answers pre-given in check boxes, for example, Poll Results will be greate. That is why check box near question in Edit Form about Pollable or not question will be greate idea, as I think.

Sorry my English.
Reply With Quote
  #439  
Old 05-02-2010, 01:08 AM
Cedric_FP Cedric_FP is offline
 
Join Date: May 2005
Posts: 169
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Bananalive: could you post the code for custom output that would create a new thread using the build_new_thread function rather than using the data manager?

Thanks.
Reply With Quote
  #440  
Old 05-02-2010, 12:34 PM
apietersen apietersen is offline
 
Join Date: Jan 2010
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Tanks, your last tip to unable java option in setting and version 4.0.9 solved my problem with corrupted windows during editing. Thanks... Again great mod.
Reply With Quote
  #441  
Old 05-04-2010, 04:52 PM
sopier sopier is offline
 
Join Date: Apr 2010
Posts: 7
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I already installed the forms in vBulletin 4.0.3 and it successfully submit form as a thread for several times (5 times), then when I'm trying to submit new forms there is an error messages:

Form failed to submit. The following error(s) occured:
Please complete both the subject and message fields.

I already check the subject and message fields, it's all filled but still I can't submit new forms...

FYI, first I make 1 master forms and then just copy the forms, then I just edit the title of the forms, etc ...

=====
Solved .... The problem is in {q_*}, since I'm only copying the forms to many, the parameter {q_1} is the same between one and another forms, I should change it too according to the first questions number in the related forms....
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:46 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05580 seconds
  • Memory Usage 2,375KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (19)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (4)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete