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 is the problem I'm currently having. The forum permissions and usergroup permissions are configured correctly, yet only admin can attach files. Did you ever resolve this?
Check your permissions for attachments as per the forum the form posts to.
I'm having a problem with permissions. I set it to allow unregistered/not logged in users to be able to see the forms, but when I click on my form when I am not logged in I get the "I do not have permission" notice. Is there something I'm missing here?
Double check that you are editing ability for users to view form and not the ability to view form lists.
Is noone having major issues with this product with 4.1? I have sql errors constantly. I had issues installing the product and had to edit the DB create statements and remove the TYPE=MYSAM or whatever to get it to import.
Now when I try to delete forms I get:
Code:
atabase error in vBulletin 4.1.1:
Invalid SQL:
DELETE FROM formbits WHERE fid=1 AND userid = '1';
MySQL Error : Unknown column 'userid' in 'where clause'
Error Number : 1054
Request Date : Wednesday, February 2nd 2011 @ 03:19:20 PM
Error Date : Wednesday, February 2nd 2011 @ 03:19:21 PM
Here's the one I was talking about when I import the product
Code:
Database error in vBulletin 4.1.1:
Invalid SQL:
CREATE TABLE IF NOT EXISTS `forms` (
`fid` int(11) NOT NULL auto_increment,
`title` varchar(255) NOT NULL default '',
`description` text NOT NULL,
`displayorder` int(10) NOT NULL,
`action` int(3) NOT NULL,
PRIMARY KEY (`fid`)
) TYPE=MyISAM;
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM' at line 8
Error Number : 1064
Is noone having major issues with this product with 4.1? I have sql errors constantly. I had issues installing the product and had to edit the DB create statements and remove the TYPE=MYSAM or whatever to get it to import.
Now when I try to delete forms I get:
Code:
atabase error in vBulletin 4.1.1:
Invalid SQL:
DELETE FROM formbits WHERE fid=1 AND userid = '1';
MySQL Error : Unknown column 'userid' in 'where clause'
Error Number : 1054
Request Date : Wednesday, February 2nd 2011 @ 03:19:20 PM
Error Date : Wednesday, February 2nd 2011 @ 03:19:21 PM
Here's the one I was talking about when I import the product
Code:
Database error in vBulletin 4.1.1:
Invalid SQL:
CREATE TABLE IF NOT EXISTS `forms` (
`fid` int(11) NOT NULL auto_increment,
`title` varchar(255) NOT NULL default '',
`description` text NOT NULL,
`displayorder` int(10) NOT NULL,
`action` int(3) NOT NULL,
PRIMARY KEY (`fid`)
) TYPE=MyISAM;
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM' at line 8
Error Number : 1064
Upgraded just now from a couple versions ago, not sure of the exact one, but
I didn't receive any SQL errors during product import nor have noticed any on my dev site.
now i like to bump my question i had a wile back...
ok here is my question...i see what you did in post #64 and that is make it so you can choose an answer that is a thread title that is in a certain forum....now can you make it so that is the thread that the results go to from the form?...aka user can choose what thread in a forum the results go to every time with out having to go to that thread/s every time?
bananalive, this mod makes my website recruit form so much easier. Thank you very much. On a side note, a lot of people over at xenforo really want this mod ported over. Some offering donations too. Do you have any plans to do this?
I'm still waiting for a response too. I've checked the permissions for attachments per your suggestion yet non-admin users still can't attach files. Is there a hidden Forms setting somewhere I'm missing?