Version: 4.3.0, by bananalive
Developer Last Online: Nov 2023
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 modification
Upload the contents of upload folder to forum root (Allow Overwrite "YES" for overwrite) clientscript\easyforms.css -> \clientscript\
clientscript\easyforms.js -> \clientscript\
Looking to create a form that would allow specific Usergroups the ability to pull a member list for their state that included User Name, first & last name, email, join date, etc. Could this be done within the Form Hooks somehow and then output?
Im running VB 4.2.2 and just installed Easy Forms 4.3.0
I have triple checked that all files have been uploaded to the correct directories.
Have set all the options in my adminCP and have the following problems.
1. No navbar or quick links links appear.
2. If i fill in a test form via the direct url and submit the form only the text in the "Custom Form Output" is posted in a new thread.
In the admin panel, I have the option "All registered users can view/edit/delete their own form results saved to database."set to "Yes".
However when somebody tries to delete one of his own entries, he gets permission denied.
Replying to a very old question, but I had the same one and spotted the problem. It appears there is a bug and you need to find this line in forms.php:
if (($candeleteformresult && !is_member_of($vbulletin->userinfo, $candeleteformresult)) AND (!$canmanageownformresults OR $vbulletin->userinfo['userid']))
The very last part of that line should read, "OR !$vbulletin->userinfo['userid']))" (without the quotes). Note the addition of the exclamation mark. That's the only change.
Quote:
Originally Posted by DannyV
2 other questions:
Can I display the delete button also on the form results table?
Is it possible te remove some of the links on top of the results page. So when somebody is watching the form results, there is no link to the tables,poll page, etc
I suspect we are using the product in a similar way. I also came up with template edits to do this, but given how your question is a few years old I doubt you're still interested. I only posted the above because it was a genuine bug and if there is ever a new release the fix should be included.
I now upgraded to vBulletin 4.2.3 and it requires PHP 5.4, but this mod has compatibility issues with PHP 5.4. When I try to submit a form, I get the following message:
Quote:
Please complete both the subject and message fields.
It all worked fine with vB 4.2.2 and PHP 5.3, does anyone know how to fix it?
blind-eddie found out, that there's a problem with special characters in thread titles under vB 4.2.3 and PHP 5.4. German umlauts like ?, ? and ? cause the following error message when trying to submit the form:
Quote:
Please complete both the subject and message fields.
Hi support,
Also on my forum since I upgraded to vb 4.2.3 which requires minimum PHP 5.4, I have problems to publish the form (error: message too short), while filling in all fields correctly.
is an incompatibility with PHP 5.4, with version 5.3 everything works but I would have to remain in place on vb 4.2.2
Hi support,
Also on my forum since I upgraded to vb 4.2.3 which requires minimum PHP 5.4, I have problems to publish the form (error: message too short), while filling in all fields correctly.
is an incompatibility with PHP 5.4, with version 5.3 everything works but I would have to remain in place on vb 4.2.2
Solutions?
Thanks for your help
Works fine on VB 4.2.3 & PHP 5.6. I would double check your questions and make sure you are inputting at least the minimum characters.