Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Add-ons

Reply
 
Thread Tools
Easy Forms (Old Thread) Details »»
Easy Forms (Old Thread)
Version: 1.8, by bananalive bananalive is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: New Posting Features - Version: 3.7.x Rating:
Released: 12-31-2008 Last Update: 01-07-2009 Installs: 357
DB Changes Uses Plugins
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)

Working with vb v3.8

Example Form: http://www.bananalive.co.cc/misc.php?do=form&fid=2

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 (max one per form - limited by vB)
  • Human verification question
Form can Submit to:
  • new thread in forum
  • new post in thread
  • new pm to user
  • email address
Installation:More Features:
  • Form list categories (optional)
  • Preview form
  • Optional questions
  • Form Sections
  • 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
  • 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)
Coming soon:
  • Help file (with macroses)
  • Custom form template editor (optional, uses macroses)
  • Allow attachments

Show Your Support

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

Comments
  #112  
Old 01-08-2009, 02:22 PM
bananalive bananalive is offline
 
Join Date: Oct 2007
Location: UK
Posts: 2,802
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ssslippy View Post
The * and : are linked together. So if the question is not mandatory it removes the :. Also note that when you put a ? proper grammar says you should not have a : after it. I would totally remove the : and the person creating the form can add it.
I'd noticed that as well and have already changed it for the next release.

If you wish to remove the ':' from the questions:
Find and remove in the product file this line:
PHP Code:
$formbit['question'] = $formbit['question'] . ":"
$formbit['question'] = $formbit['question'] . ":";
Quote:
Originally Posted by ssslippy View Post
Also I tried using the regular expression ^[a-zA-Z0-9\s]+$ which i use to restrict on user names of people who register on my forum. This only allows normal english and numbers.

I get this error

Code:
Warning: preg_match() [function.preg-match]: No ending delimiter '^' found in [path]/misc.php(97) : eval()'d code on line 596
You need to add / to beginning and end of the code.
Code:
/^[a-zA-Z0-9\s]+$/
Reply With Quote
  #113  
Old 01-08-2009, 03:49 PM
ShMilO ShMilO is offline
 
Join Date: Oct 2007
Posts: 79
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

first i have to say good work
i really liked this form mod

my question is this

is there a way for non registered users ( default group 2 )
to fill forms ???
now it asks to login

in my forum i want a form for guests to fill so they can ask for an invite
Reply With Quote
  #114  
Old 01-08-2009, 04:23 PM
bananalive bananalive is offline
 
Join Date: Oct 2007
Location: UK
Posts: 2,802
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ShMilO View Post
first i have to say good work
i really liked this form mod

my question is this

is there a way for non registered users ( default group 2 )
to fill forms ???
now it asks to login

in my forum i want a form for guests to fill so they can ask for an invite
There was one line prohibiting guests posting new thread which I've replaced now and will be in the next release. In the next release will also be human verification option to reduce spam.
Reply With Quote
  #115  
Old 01-08-2009, 04:29 PM
bananalive bananalive is offline
 
Join Date: Oct 2007
Location: UK
Posts: 2,802
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Has anyone tested this on vb 3.8? I'll upgrade to it today/ tomorrow, hopefully it will work.
Reply With Quote
  #116  
Old 01-08-2009, 04:31 PM
bananalive bananalive is offline
 
Join Date: Oct 2007
Location: UK
Posts: 2,802
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Here's pre-release v1.8 - should all be working

Note: You will need to select the usergroups allowed to view/edit forms

v1.8
- Forumid/threadid/username can be specified by input via {value=X} in dropdown, single line input or radio buttons
- Human verification question
- 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)
- Form can be emailed
Reply With Quote
  #117  
Old 01-08-2009, 04:53 PM
Gleedo Gleedo is offline
 
Join Date: Oct 2008
Posts: 157
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bananalive View Post
Here's pre-release v1.8 - should all be working
Hi Banana, Just installed this new pre-release and noticed that when your configure EasyForms in the vBulletin options - there is an option that I think should not be there lol:

Option = Auto insert link to tournaments in navbar?

I think that must have accidentaly made it in by mistake from the tournaments mod

EDIT: Also just noticed that on a 3.7.3 PL1 system, the quick links option is not displaying like it does on my 3.7.4 system. Although on my 3.7.4 system, i do have the tournaments mod installed, but not on my 3.7.3.
Reply With Quote
  #118  
Old 01-08-2009, 04:58 PM
ShMilO ShMilO is offline
 
Join Date: Oct 2007
Posts: 79
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by bananalive View Post
There was one line prohibiting guests posting new thread which I've replaced now and will be in the next release. In the next release will also be human verification option to reduce spam.
thx

is there an ETA on the next release ?

or maybe you can write the line that allows guests to post the form
Reply With Quote
  #119  
Old 01-08-2009, 04:59 PM
bananalive bananalive is offline
 
Join Date: Oct 2007
Location: UK
Posts: 2,802
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Gleedo View Post
Hi Banana, Just installed this new pre-release and noticed that when your configure EasyForms in the vBulletin options - there is an option that I think should not be there lol:

Option = Auto insert link to tournaments in navbar?

I think that must have accidentaly made it in by mistake from the tournaments mod
Yes i copied the code from tournaments mod to save re-typing it out and forgot to rename that bit. Fixed in attached file.

Also if the question ends with a '?' then the form will not add a ':' on the end of it.
Reply With Quote
  #120  
Old 01-08-2009, 05:01 PM
bananalive bananalive is offline
 
Join Date: Oct 2007
Location: UK
Posts: 2,802
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ShMilO View Post
thx

is there an ETA on the next release ?

or maybe you can write the line that allows guests to post the form
I would post the line here but a lot of the code has changed in v1.8

You can download v1.8 here - I don't think anything major will be added (if anything at all) before I release it properly in the first post of the thread
Reply With Quote
  #121  
Old 01-08-2009, 05:04 PM
bananalive bananalive is offline
 
Join Date: Oct 2007
Location: UK
Posts: 2,802
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Gleedo View Post
EDIT: Also just noticed that on a 3.7.3 PL1 system, the quick links option is not displaying like it does on my 3.7.4 system. Although on my 3.7.4 system, i do have the tournaments mod installed, but not on my 3.7.3.
Just checked and it works fine on vbulletin v3.7.5 with tournament mod installed and both display. also tested it with tournament mod disabled and the links still displayed.
Reply With Quote
Reply

Thread Tools

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:54 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04644 seconds
  • Memory Usage 2,321KB
  • Queries Executed 25 (?)
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
  • (2)bbcode_code
  • (1)bbcode_php
  • (8)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (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
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete