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\
In a specific forum, I would like to have the "Post New Thread" button link to the Easy Form I have created. This would force the first post of any new threads in that forum to have to fill out the Easy Form questionnaire.
Is this possible? What would the template edits be?
Could this be implemented through vb Options in later releases of this fine hack?
Thanks.
It's really easy just using one plugin:
Title : can be what you want
Hook Location : newthread_form_complete
Plugin PHP Code:
PHP Code:
if (in_array($forumid, array(1,2,3)))
{
header( 'Location: http://www.your-site.com/forum/misc.php?do=form&fid=1' ) ;
}
I noticed this thread is a tad old, so hope I get a response...
I installed the mod on my test board. It is great and when I work out the kinks, it'll be marvelous.
I run an RPG and need to use the forms to create a character's bio/profile so it's a rather long form with different sections. I'd like to divide the sections with the horizontal rule line (I have the custom BB Code installed)...
However, so far, I've been unable to make this work...It's possible it's setting on the actual forum I've missed although I've gone through them all twice....
Any hints, suggestions, ideas, letters, hate mail? *grins*
I've got the 4.0.9 version of this mod installed. Looks great, so congratulations; I'm just playing around with it trying to work out how to use it (I'm not a developer). Just noticed there's a grammatical error in there: Easy to fix in phrases, even I know how to do this, but you might want to change in next release.
In the phrase "Please Note: Questions proceeded by an asterisk (*) are compulsory" the word proceeded needs to be replaced by the word preceded.
As the stars are at the end don't they proceed the question not precede it?
bananalive, could you please code Results Editing option? I'll try to explain what I mean. Hmm. The button "Edit" near the button "Delete" in Form Results near each Result. When you press Edit the button leads us to the Form with predefined answers from the Editing answer. Like Editing threads. Thank you!
Awesome mod, improved so much from the 3.8 verison I used to use.
A couple of things, when using Yes/No answers, it records in the vote format the language...
i.e:
Yes: 25%
Ja: 25%
No: 25%
Neine: 25%
Would it be possible for it to not record the language variations? Or have an option to do?
Another nice feature would be having the number who agreed with a poll option when you hover over the poll bar... i.e. 25% translates to 15 who agreed with it...
Fixed language issue.
Number 'voted' should show, but there was line missing fixed in attached file for you.
Thank you! One more thing about edit is something like "Usergroups Allowed to Edit Form Results". For example I'd like to leave this option (Edit Result) only for person whos answered (starter) and admins/moderators. BTW the option to delete results is in need of permissions too, I haven't found them.