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\
Apologies if the answer to this is on this thread already.
Can this mod be used to allow users to subscribe to a forum as a condition of their entry to it? E.g. if you want to collect user address details upon registration to your site? Or perhaps if you wish to allow them to register on the site as registered users using the default details then ask them for more details to subscribe to a particular forum within your site...... if for example you have a group that wants a mailing database but you don't need it on the entire site? Or perhaps if you simply wanted them to provide a registration number to gain access to a particular forum?
As you can see from the pictures we are using ours like a database. Is there anyway we can add lines to the rows to make them stand out a little more and also make the fields sort alphabetically ?
I am also having trouble with permissions as i have to allow everyone to edit everyones entries as the edit personal entries does not work
I've downloaded, installed this addon and created a test form, but I don't now how to open the form automatically in a forum by clicking on the "New Thread" Button.
what must be done?
Thanks in advance.
-Tiryaki
Create plugin with vBulletin Hook Location: newthread_form_complete with the following php code:
PHP Code:
if (in_array($forumid, array(1,2,3)))
{
header( 'Location: http://www.your-site.com/forum/misc.php?do=form&fid=1' ) ;
}
I want to create a membership renewal form. Basically, all our users have the same primary user group (registered users, id:2) but most have joined 1 or more secondary "additional" groups. Each year they have to re-new their membership and I think we can use your forms mod to make this task much easier.
When the user goes to the form, I would like to have a renewal clause that they must accept as well as have each of their additional usergroups displayed (these are the 2010 year groups) with a check box so if they don't want to renew they can just uncheck that particular additional usergroup and on form submission that additional usergroup would get dropped from their account. I would also like to, upon submission, move the user from the checked groups (2010) to a pre-defined 2011 version of the particular group.
Example user4 bob is a member of the following secondary groups:
_ Clause > must be checked to proceed
_ 2010 Hunting group (id:18) > if checked, upon submission move to 2011 Hunting group (id:30)
_2010 Fishing group (id: 27)> if checked, upon submission move to 2011 Fishing Group (id:40)
Bananalive - any suggestions on how to go about this? Thanks!
Thank you, but this patch does not work, everything are messed up in export after apply.
Quote:
Originally Posted by bananalive
Fixed in attached file
This patch contains error from previous patch, when Excel export doesnt work. (as you remember you removed "e; tags from Excel export, but this crashes all table layout it export).
This patch contains error from previous patch, when Excel export doesnt work. (as you remember you removed "e; tags from Excel export, but this crashes all table layout it export).