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\
OK, that did get the message into forum #3, but the posting updated the forum statistics on the forums display page for both forum #2 and forum #3, including the title of the post, the user and the posting date & time stamp. Forum #2 now shows 11 threads but when you open it there are only 10. Forum #2 is the forum specified as the destination in the form itself, and it is being over-ridden to send the form to #3.
If you would like to hack around on my box to see what is going on, send me a PM.
My database already contains 300 inputs with 10 columns each. Speed of generating new exports decreased dramticaly, but im planning that database will be thousends of inputs for next few years. Is there any solves of such problem? May be prepare export file not on demand but by schedule?
OK, that did get the message into forum #3, but the posting updated the forum statistics on the forums display page for both forum #2 and forum #3, including the title of the post, the user and the posting date & time stamp. Forum #2 now shows 11 threads but when you open it there are only 10. Forum #2 is the forum specified as the destination in the form itself, and it is being over-ridden to send the form to #3.
If you would like to hack around on my box to see what is going on, send me a PM.
My database already contains 300 inputs with 10 columns each. Speed of generating new exports decreased dramticaly, but im planning that database will be thousends of inputs for next few years. Is there any solves of such problem? May be prepare export file not on demand but by schedule?
Are your inputs containing bb code which needs to be parsed?
If they are not, then you could stop the bbcode parsing, which should speed up process.
Are your inputs containing bb code which needs to be parsed?
If they are not, then you could stop the bbcode parsing, which should speed up process.
Hmm, how can I stop bbcode parsing for easyforms?
The problem is, even "Form Results" where I can edit database, generating too long, and each new entry making this time longer. May be split on pages "Form Results" and @From Results table".
But "Form results Poll" and "Export to Excel" will still generating too long and hang up server.
May be option "ondemand-real-time/schedule" is better?
Hey Bananalive- this is about my 3-4th request without a single reply so I guess I need to keep trying.
Can you please assist with making
Quote:
Usergroups Allowed to Edit Forms
Usergroups allowed to add/edit/delete forms (Permission to view Form List is recommended for these usergroups)
each on their own line? I want usergroups to be able to CREATE forms but not delete everyone's in the event someone get's angry. They can request deletion by a moderator.
Hey banana I tried adding this to my 4.0.6 and it seems like a great plugin but when I try to click on it from a tab from an addition tab plugin, I get an error code that says:
(Message)
"Error, this form does not exist."
Do you have any idea why it says I'm getting an error that the form I made doesn't exist or have you seen that problem before?
The code you posted below worked. Now I need to figure out how to store the current forum when the form is called, then apply it in this script. I'm going to do some looking for a variable that may contain this information, then figure out how to store it and retrieve it when needed. If anyone has any suggestions I would greatly appreciate it.
I do have to say I really like this script, particularly the ability to format the output as desired with conditional statements based on the form data. It works great. Thanks Bananalive, good work.
Bchertov, I managed to figure this out mainly by reading through all the pages of this thread, then installing it on a development site and just hacking out a form and watching what happened.
I love this mod.
I have a weird usage for it perhaps.
I am using it for guild applications for our gaming guild.
Thus I need the full form posted to the officers forum. (Works just fine)
Then I need a subset of the form posted to the 'highend' members forum.
How would I go about to do that?
I am somewhat familiar with php but not very familiar with the vb structure of the code.
I guess I need a hook/plugin somewhere?
Bananalive. Any chance that you could help me with this one. This is the last part I need before I can move from my old SMF forum over to my new VB forum.