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\
We are wanting to set up a few forms to act like a database of sorts, and would like the navigation buttons (shown while viewing each form or results) to change depending on the form they have open.
For example, there are two forms, one for adding details about your pets and another for adding details about your shoes. While viewing the form itself or the Results, we'd like the button images to be customized to say "View Form" to"Add New Pet" / "Add New Shoes", or "View Form Results" to "View Pets" / "View Shoes", etc.
If that makes sense? Is there a conditional that I could use to modify those sorts of things?
Hello everyone, I was wondering if anybody was having the issue of the form menu not appearing in the navbar or in the quick links section and had fixed it. I've checked all the permissions a bunch of times and changed the styles thinking maybe I did something but nothing seems to work. I see a user above has the same issue but not sure if he finally got it solved. Hope to hear back from anyone about this issue. Here is the board:
New navbar settings and variables in 4.2,... insert it manually in acp.
Hey, thanks for the answer. I thought about doing it before but I guess I just didn't. Last question though, how can I make it so that the new tab can only be seen by Administrators? Under 'Show permission name' I tried putting in like administrator and such but of course it didn't work. I'm not sure on how to do that, I was just playing around with that.
PS: Is it possible to make the form post in 2 different threads? I see it says Post New Thread and allows me to select 1 so I thought maybe a little edit somewhere could make it so that it's capable of posting in 2?
Love the mod by the way! Absolutely loving it! Excellent job banana!
Im trying to do the same thing with no luck so see if I can explain.
Section created called for sale and I need the post new thread button to go to the form I've created and once filled it the for sale advert is created as a thread in the sale section.
What do I need to edit, change etc?
Been away from VB for a while and lost the will to think
if (in_array($forumid, array(1,2)))
{
header( 'Location: http://www.youriste.com/forums/misc.php?do=form&fid=8' ) ;
}
2. Add the following to the custom php question, do you get the right forumid (46) at the top of the form?
PHP Code:
print_r($form['forumid']);
Quote:
Originally Posted by Za4a Tuner
Hello,
i have two question to this mod:
1.)
How can i link the "new thread"-button of a forum to a form?
In a forum with the ID = 46 the "new thread" should be replaced by a form with the ID = 4
If someone like to create a new thread, he should use the form nr. 4, wich "Post a new Thread" in the forum.
2.)
The forum above MUST have a prefix, but not always the same prefix => users should be able to use a prefix that fits to the form.
I created a custom question with the following php-code inside:
The question will be shown on the form, but there are no prefixes displayed! How can i get it running?
Can anyone give me a help please?
kr Chris
Quote:
Originally Posted by Za4a Tuner
This works fine, now the button "New Thread" roots to the form
but:
This won't work
The forum-id is correct (it's from my liveforum)
Can you give me a "step by step" instruction, what i have to do, that a dropdown-field with the prefixes of a specified forum will be shown?
The form should create a new thread in forum-id = 46, and the prefixes of this forum sould be listed in the form, cause they are required for a new thread!
HI - I have tried to find an answer in and amongst the 100 pages here but it is difficult to search for "PM" as your issue!
My Easy Form isn't sending notification PMs to the two names in the settings. I have installed it on Version 4.2.0 (I had the previous version working on older version forum and had no issues with it).
Is there anything obvious I should be looking for? Any setting or permission I may have missed?