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\
It is not a vB4.2.5 issue. "rows" is a reserved word since MariaDB 10.2.4.
Quick and dirty you can change the sql which is using "rows" to "[rows]" (using square brackets for the field name(s)).
Update Upps, you probably have to use mysql-like backticks.
Better way somebody would change the mod (alter column name in for example rowcount and search and replace every occurrence in codes and templates)
It is not a vB4.2.5 issue. "rows" is a reserved word since MariaDB 10.2.4.
Quick and dirty you can change the sql which is using "rows" to "[rows]" (using square brackets for the field name(s)).
Update Upps, you probably have to use mysql-like backticks.
Better way somebody would change the mod (alter column name in for example rowcount and search and replace every occurrence in codes and templates)
Hi all
Is there any chance to have a soluce for this plz ?
I don't understand your question. What are you trying to do?
Upon form submission, I have it set to create a thread. I would like to have a clickable link to that thread auto inserted into the form results (table and results list). Is this possible?
That should happen automatically when a new thread is created.
It doesn't for me. The new thread is successfully created with the correct information from the submitted form. But the only link that appears in the form results is the username link. It would be great if there were a way to also have a link to the created thread inserted into the form results record as well.
Oh I see. No it won't be created in the form. It will be created in the forum though, so visible in the new posts results.
Yes, it does that just fine. For my purpose, though, we have users that we'd prefer use the form results table as a tracking index (of sorts) to allow them to see the information from multiple recent submissions all together. If there were links to each associated thread within each results row, it would be quite handy for quickly clicking into an ensuing thread dialog. My guess is that one problem in achieving that functionality is that the threads are automatically created after the submitted data is saved... so there may have to be a script called that could modify the saved data after the thread creation stage. Conclusion: not such an easy thing to make happen