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\
this mod looks awesome!
I would like to know if ever you could implement it with the following function :
- being able to select the values of a drop-down dynamically from a table in the database
- dynamically update the next drop down menus according to the previous dropdown choice of the user.
For instance, imagine a member choses its country from a drop down list. And then, when he has to chose for its state, only his country's states will appear in the state dropdown.
Best regards and keep up the good work!
very nice mod!
Amazing Mod, and is just what I need for my World of Warcaft Guild website. We are using this as a recruitment form for new and interested players to apply to our guild.
My problem: When the forum is submitted, it is quite long, so there are 20 some questions listed. Many of these are single line question - answers, but are listed in the forum in 2-3 lines.
My request: Is it possible to have an option, or is there a way, to make all one line question - answers appear on just one line when submitted in the forums?
-----------------
My Problem: When I use a Section, it appears on the same line as the first question after the Section.
Excellent mod, it has an issue with vBAdvanced Beta 2m but I'm pretty sure it's an issue with vBadvanced and not this mod so have reported it over there
Ok I'm still having viewing permissions issues. Here is a pic of my settings as instructed and as an admin I can see the 1 form I have no worries, but if I log in as a member, the Forms link is there but when I go to the page it's showing as no forms.
one question ,is there a way to delete the Form Results Table
al the test stats remain in the database ,or do i have to trash the table manual in mysql?
one question ,is there a way to delete the Form Results Table
al the test stats remain in the database ,or do i have to trash the table manual in mysql?
Next to each result on Form Results there is a delete button.
Ok I'm still having viewing permissions issues. Here is a pic of my settings as instructed and as an admin I can see the 1 form I have no worries, but if I log in as a member, the Forms link is there but when I go to the page it's showing as no forms.
What am I doing wrong please?
Looking at your screenshot that all looks fine.
If you go to Edit Form, scroll down to Form Permissions, have you changed anything?
Amazing Mod, and is just what I need for my World of Warcaft Guild website. We are using this as a recruitment form for new and interested players to apply to our guild.
My problem: When the forum is submitted, it is quite long, so there are 20 some questions listed. Many of these are single line question - answers, but are listed in the forum in 2-3 lines.
Edit Form -> Answer BB code
First box: [I]
Second box: [/I]\r\n
Quote:
Originally Posted by jimfries
My request: Is it possible to have an option, or is there a way, to make all one line question - answers appear on just one line when submitted in the forums?
Quote:
Originally Posted by jimfries
-----------------
My Problem: When I use a Section, it appears on the same line as the first question after the Section.
Solution: Unknown.
On Edit Form page, add to the end of the right hand box of 'Section BB code' add \r\n
if ($complete)
{
$userinfo = $vbulletin->userinfo;
if (empty($user['membergroupids']))
{
/*alter this number below*/
$user['membergroupids'] = '4';
} else {
/*alter this number below, but leave the comma*/
$user['membergroupids'] .= ',4';
}
$userdata =& datamanager_init('User', $vbulletin, ERRTYPE_STANDARD);
$userdata->set_existing($userinfo);
$userdata->set('membergroupids', $user['membergroupids']);
$vbulletin->userinfo['membergroupids'] = $user['membergroupids'];
$userdata->save();
}
Very nice. I got this working without any problems. I notice that it removes the userid from all membergroups and then just adds them to the one. If I know the membergroup id, can I remove them from just one and add them to the other. For example, when they submit this form, I'd like to remove them from 17 and add them to 18.
Also, is there a way for me to update their "Display Usergroup" to the usergroup (18) they are added to? I've done coding with membergroups before, but I've never seen anything update the display part.