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\
I'd like to have a quiz using the forms, and If a user gets 7 out of 10 or higher, then they are promoted to the next rank automatically. Is there any special coding that I need to add to do this?
Thanks
EDIT: Also, is there a way to close certain forms and not have members fill it out, whilst still having other forms open?
This is a very good mod and I am planning to use it for a Marketplace forum section. I have seen these same questions in this thread before but haven't found a solution yet.
1. All new threads should go through these forms. When you disallow users to post new threads directly in the forum, it will show an error message when they want to upload attachments with the forum. Is there a way to fix this or remove the New Thread button for these specific forums?
2. Even better, when the New Thread button is clicked, it will direct you to the forms page. Is there a way to set this up?
This is a very good mod and I am planning to use it for a Marketplace forum section. I have seen these same questions in this thread before but haven't found a solution yet.
1. All new threads should go through these forms. When you disallow users to post new threads directly in the forum, it will show an error message when they want to upload attachments with the forum. Is there a way to fix this or remove the New Thread button for these specific forums?
2. Even better, when the New Thread button is clicked, it will direct you to the forms page. Is there a way to set this up?
2. New php plugin
Hook Location: newreply_form_start
Title: Easy Forms Reply Button
Execution Order: 5
Plugin
PHP Code:
if (in_array($threadinfo[threadid], array(1))) { header('Location: http://www.myforumaddress.com/misc.php?do=form&fid=1') ; }
if (in_array($threadinfo[threadid], array(1))) { header('Location: http://www.myforumaddress.com/misc.php?do=form&fid=1') ; }
Plugin is Active: Yes
I had to make a few adjustments but your post pointed me in the right direction. Clicking the New Thread button now goes to the correct form. Thanks so much! :up: :up:
New php plugin
Hook Location: newthread_form_start
Title: Easy Forms New Thread Button
Execution Order: 5
Plugin PHP code
PHP Code:
if (in_array($forumid, array(221))) { header('Location: http://mywebsite.com/misc.php?do=form&fid=1') ; } if (in_array($forumid, array(222))) { header('Location: http://mywebsite.com/misc.php?do=form&fid=2') ; }
For each forum and form, just keep adding code where the array(xxx) is the forum id and fid=xx is the form id.
Hello,
I encounter a problem in the custom question, I can not put html custom code. If you have an idea please send it to me. Thank you to you. cordially
Sorry for bad english.
Hello,
I encounter a problem in the custom question, I can not put html custom code. If you have an idea please send it to me. Thank you to you. cordially
Sorry for bad english.
Thank you works very well. Is there a variable to retrieve the ID of the custom issue. And if there are other variable such as you'd give me above you can show us. Thank you cordially.