PDA

View Full Version : New Posting Features - Easy Forms - Create a form or multiple forms without php or html knowledge


Pages : [1] 2 3 4 5 6 7

bananalive
01-07-2009, 10:00 PM
EASY FORMS FOR vB 4.x here
(https://vborg.vbsupport.ru/showthread.php?t=234385)

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)

Backwards compatible with vb v3.7.x and 3.6.8

Example Form (http://www.bananalive.co.cc/misc.php?do=form&fid=2) | Help File (http://www.bananalive.co.cc/showthread.php?t=119) | Version History (https://vborg.vbsupport.ru/showpost.php?p=1705444&postcount=2)

Question Types:
Single line text
Multi-line text
Multi-select checkboxes
Single-select radio buttons
Single Select Dropdown
Yes/No
Multi-line text field using vbeditor (max one per form - limited by vB)
Human verification question
Custom Question (can query database or do whatever you want)
Date (month/ day/ year fields)Form can Submit to:
new thread in forum
new post in thread
new pm to user
email address
save to databaseInstallation:
Just Import the Product File
Set usergroups options
admincp -> vboptions -> Easy Form Options
View/Create forms at
http://your-forum.com/forums/misc.php?do=forms
Click installed (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=200340) to get latest updatesMore Features:
Form list categories (optional)
Preview form (can disable for individual forms)
Optional questions
Form Sections
Prefix support - you can choose which prefix you want thread to have
Different thread/pm title to form title with variables {username} {userid} and {q_1} (replacing 1 with appropriate question number)
Poll Options: Multiple choice, public vote, poll question, poll options, poll timeout
Regular expression match for single line text input field
Usergroup permissions per form
Forumid/threadid/username can be specified by input via {value=X} in dropdown, single line input or radio buttons
Multiple dropdown select for form usergroup permissions (still optional - leave blank to not use)
Option to show link to form list in navbar and quick links (separate options)
Import/ Export your forms as XML files - great for transferring forms across forums or creating backups
Specify bbcode for questions/ answers/ sections for the form's output
Form Hooks: (uses php code)
Before form submitted
Useful for: your own form validation, multiple form outputs, etc.
At form start
Useful for: banning userids/usergroups from form, setting minimum post count,etc.
Attachments allowed for posting new thread
Mass Copy Forms & their questionsComing soon:
Allow attachments for posting in threadTranslations:
French/ Fran?aise http://www.vbulletin-ressources.com/forum/f110/formulaires-rapides-t14717/

bananalive
01-08-2009, 06:49 PM
Version History

v3.7
- Added template hook for form hidden fields
- Added compulsory question * as phrase
- Form Results Table and Form Results Poll moved to templates
- Form Navbar link moved to tempalte
- JavaScript sort results table
- added permissions for Usergroups to view form results (those who can edit forms can also view form results)

v3.6
- Form Results in table format

v3.5
- multiple vbeditors in one form

v3.4
- fixed reported bugs (https://vborg.vbsupport.ru/showpost.php?p=1770678&postcount=705) with import/export forms
- added copy forms (multiple times)
- reduced queries on edit form by using vbulletin cache
- Forum drop-down select instead of box for forumid
- fixed post moderation for users posting in forum they couldn't view

v3.3
- disable form preview
- link to forms in navbar when viewing a form only shows if user has permission to view form list
- hidden form fields

v3.2
- prefix support
- $closed= true; in form hook: before submit means thread is closed

v3.1
- Fixed $phrasegroups
- Added poll timeout option

v3.0
- Edit Form Redesigned
- Multiple Form Actions

v2.9
- Redirect to url after form is submitted (accepts $newpost[postid] for newthread being created and $postid for new post in thread being created)
- Custom Form Output Conditionals: <if condition="$q[4]">$qn[4]: $q[4]<else />Field left blank</if>

v2.8
- Added security to prevent possible use of macroses in form inputs by members using form
- Guest only questions
- Modify post top with macroses & bbcode
- Search Form Results saved to database
- Option to not show form on form list (only applicable for those who cannot edit forms)
- Added rel="nofollow" to links on formlist
- Increased performance by consolidating preg_replace functions

v2.7
- Added form start hook
- Fixed form description [center] bbcode not working
- Date question

v2.6
- Save form output to database
- Fixed custom output of checkbox & multi-line
- Fixed guests posting new thread error

v2.5
- Form hook which executes before form is submitted (can be used for more specific field validation)
- Removed human verification question from form output
- Fix bug which prevented double quotes in bbcode

v2.4
- Custom form question

v2.3
- Specify bbcode for questions/ answers/ sections for the form's output

v2.2
- Fixed attachment issue for creating new thread
- Update display order of the questions in edit form screenshot (https://vborg.vbsupport.ru/attachment.php?attachmentid=92931&d=1232227051)

v2.1
- Fixed issue with resizing poll options on edit form
- Form list only shows in navbar/ quick links if user has permission to view form list
- Form list only contains forms user has permission to view (unless user can edit form)
- Create Form link only shows for users with permissions to create forms
- Fixed missing <tr> tabs around Create new form
- Usergroup permissions changed to allow permissions through secondary usergroups
- Change bbcode for questions and answers easily in plugin
- Change null value easily, needed to stop bbcode messing up (default '-' )

v2.0
- JavaScript re-sizable text-areas
- New macrose {qn_*}
- Import/ Export your forms as XML files - great for transferring forms across forums or creating backups

v1.9
- Attachments for new thread
- Custom output form layout

v1.8
- Forumid/threadid/username can be specified by input via {value=X} in dropdown, single line input or radio buttons
- Human verification question
- Multiple dropdown select for form usergroup permissions (still optional - leave blank to not use)
- Option to show link to form list in navbar and quick links (separate options)
- Form can be emailed

v1.7
- More question variables
- Regular expression match for single line text input field
- Usergroup permissions per form

v1.6
- Poll Options: Multiple choice, public vote, poll question, poll options

v1.4
- Form categories for form list
- vbeditor field
- Thread/pm title with variables

v1.3
- Add sections to forms

v1.2
- Enabled bbcode for form title & description and for form questions and questions' descriptions

v1.1
- Fixed 'Error' displaying in navbar on form submition
- Fixed validation for boolean

v1.0
- Initial Release

bananalive
01-08-2009, 06:50 PM
reserved post

Trek
01-08-2009, 08:01 PM
This looks really nice and easy to use. I've already spent way too much time getting the other product FormHack to finally work, but I'll be keeping an eye on this one.

Nice work!

ssslippy
01-08-2009, 08:26 PM
The vbulletin admin panel needs to be done with check boxes not a scroll list. We have around 30 usergroups and this is a huge pain to scroll through this little box.

Getting this error when creating a form

Database error in vBulletin 3.7.4:

Invalid SQL:
UPDATE forms SET title = 'test', description = 'test', displayorder = '1', action = '2', forms.where = '', threadtitle = '', category = '', polloptions = '', pollquestion = '', poll = '0', publicpoll = '0', multiplepoll = '0', usergroups = '', submitmessage = 'test' WHERE fid = '3';

MySQL Error : Unknown column 'submitmessage' in 'field list'
Error Number : 1054
Request Date : Thursday, January 8th 2009 @ 03:01:40 PM
Error Date : Thursday, January 8th 2009 @ 03:01:40 PM
Script : http://www.website.com/forums/misc.php?do=editform&fid=3
Referrer : http://www.website.com/forums/misc.php?do=editform&fid=3
IP Address : ***
Username : SSSlippy
Classname : vB_Database_MySQLi
MySQL Version : 5.0.45

Had to manually do "ALTER TABLE forms ADD submitmessage text NOT NULL"

Not sure why it did not update with the upgrade.

vithorius
01-08-2009, 11:49 PM
Sweet...!

hope this one is easyer to edit than theother one "FormHack"...



Thank You!!! :up: :up:

bananalive
01-09-2009, 02:14 PM
The vbulletin admin panel needs to be done with check boxes not a scroll list. We have around 30 usergroups and this is a huge pain to scroll through this little box.

Getting this error when creating a form



Had to manually do "ALTER TABLE forms ADD submitmessage text NOT NULL"

Not sure why it did not update with the upgrade.

Import attached file and that should fix the problem

bananalive
01-09-2009, 02:15 PM
Sweet...!

hope this one is easyer to edit than theother one "FormHack"...



Thank You!!! :up: :up:

I've tried to make it as simple and easy to use as possible

buurman
01-10-2009, 10:38 AM
is it possible to make an option to upload attachments in a form?

anuanu
01-10-2009, 04:03 PM
Found possible error.

When i set the permissions in the "Easy Form Options" It still wont let the user groups view the form. The permission for the Form list seems to work correctly but to view the actual form doesnt.

So far only Administrators can view the form.

bananalive
01-10-2009, 05:12 PM
is it possible to make an option to upload attachments in a form?
v1.9 (to be released) supports attachments for threads
Found possible error.


When i set the permissions in the "Easy Form Options" It still wont let the user groups view the form. The permission for the Form list seems to work correctly but to view the actual form doesnt.

So far only Administrators can view the form.

First check your usergroup permissions in Easy Form Options then check the usergroup permissions for the particular form.

bananalive
01-10-2009, 05:25 PM
Here's Pre-Release v1.9

anuanu
01-10-2009, 05:33 PM
Sweet that fixed the problem. But now i found 1 more.

1. When i choose "Field using vb editor" It shows up just fine, however for example:

q_1(vbeditor) answer1
q_2(vbeditor) answer2

outputs this:

q_1(vbeditor) answer2
q_2(vbeditor) answer2

How would i go about using the vbeditor twice?

bananalive
01-10-2009, 05:50 PM
Sweet that fixed the problem. But now i found 1 more.

1. When i choose "Field using vb editor" It shows up just fine, however for example:

q_1(vbeditor) answer1
q_2(vbeditor) answer2

outputs this:

q_1(vbeditor) answer2
q_2(vbeditor) answer2


How would i go about using the vbeditor twice?
You can only use the vbeditor once per page - this is limited by vBulletin not me. I don't think a way around it has been found.

Dax IX
01-11-2009, 04:24 AM
I think this is going to come in handy for several of my sites. :)

I do have a question, tho...I'm trying to add a template conditional to the Forms link in the Navbar, but for some reason nothing I do is working...

It's most likely me because I'm so new at actually writing any code, but if you could let me know how to get template conditionals to work, I'd be very grateful. :)

SnowBot
01-11-2009, 05:09 AM
We need a link to

http://www.socialspace.co.uk/forum/misc.php?do=forms

adding somewhere :0

Also when making a new form, when hitting "submit" nothing happens, the page just refreshes. It does do the action but no redirect to the forms page.

metalguy639
01-11-2009, 06:01 AM
What is the code for "Custom Form Output" what is the standard code like something to go by so i can copy it and then make it to what I want it to be? Having it there is great but you did not give any instructions on how to use it or what the varibles are called or codes we need to have in the template.

tylneyt
01-11-2009, 06:34 AM
Fantastic Mod!
Thanks!

dfe
01-11-2009, 07:14 AM
Absolutely brilliant product!

Is there any future possibility of adding SAVE TO DATABASE option as well as post to a thread?

bananalive
01-11-2009, 10:53 AM
I think this is going to come in handy for several of my sites. :)

I do have a question, tho...I'm trying to add a template conditional to the Forms link in the Navbar, but for some reason nothing I do is working...

It's most likely me because I'm so new at actually writing any code, but if you could let me know how to get template conditionals to work, I'd be very grateful. :)
What conditional did you want to use? To use the usergroups permission you will need to unserialize() the vboption and then use in_array()
We need a link to

http://www.socialspace.co.uk/forum/misc.php?do=forms

adding somewhere :0

Also when making a new form, when hitting "submit" nothing happens, the page just refreshes. It does do the action but no redirect to the forms page.
You can add the link to the forms list manually or using easy forms options to add it to navbar or quick links.

It should redirect to editing the form, once it has been created.
What is the code for "Custom Form Output" what is the standard code like something to go by so i can copy it and then make it to what I want it to be? Having it there is great but you did not give any instructions on how to use it or what the variables are called or codes we need to have in the template.
I'm creating a help file, attached which should help you. The default code goes through each option and depending on the question type creates the form answer.
Absolutely brilliant product!

Is there any future possibility of adding SAVE TO DATABASE option as well as post to a thread?
Possibly, there could be a possible issue if the form changed and then the old data might be corrupted.

Vitaly
01-11-2009, 12:35 PM
Wow! Helpfile :) . Product seems to become solid :) .

May be, question _content_ macro ? That's not absilutely necessary, but convenient: no needs to duplicate text in template, and no needs to syncronise template when you clarify question text.

Example:

----------
Question1text: {q_1}
Question2text: {q_1}
----------

Will be:
----------
{qn_1}: {q1}
{qn_2}: {q2}
----------

No ideas about macro name. Just an example.

bananalive
01-11-2009, 02:19 PM
Wow! Helpfile :) . Product seems to become solid :) .

May be, question _content_ macro ? That's not absilutely necessary, but convenient: no needs to duplicate text in template, and no needs to syncronise template when you clarify question text.

Example:

----------
Question1text: {q_1}
Question2text: {q_1}
----------

Will be:
----------
{qn_1}: {q1}
{qn_2}: {q2}
----------

No ideas about macro name. Just an example.

I'll add {qn_*} in v2.0

buurman
01-11-2009, 06:46 PM
Awesome work, really like the way to make the forms, way easyer than the old one I had..

Tank you.

I tryed the 1.9 pre-release, and thanks for the attachment addon.
To bad the added attachments are not posted with the rest of the form, so it doesnt work yet.

But thanks, hope you will be able to make this functional soon...

Thx!

bananalive
01-11-2009, 07:02 PM
v2.0 Released
- JavaScript re-sizable text-areas
- New macrose {qn_*}
- Import/ Export your forms as XML files - great for transferring forms across forums or creating backups

SnowBot
01-11-2009, 07:27 PM
Nice one :) Looks much better :0

MadK
01-11-2009, 07:29 PM
I cannot access your demo page, thanks.

bananalive
01-11-2009, 07:42 PM
I cannot access your demo page, thanks.

You'll need to register first.

SnowBot
01-11-2009, 07:45 PM
Iv got an idea......gonna PM you :)

samuelss
01-11-2009, 09:32 PM
Thanks for the Mod. I have just installed the mod but does not see how to set the permissions. I have gone to VBOptions Easy Forms, a List of all the default Usergroups are already added and cannot add or remove any of them from:
Usergroups Allowed to View Form Lists
Usergroups Allowed to View Forms
Usergroups Allowed to Edit Forms

When i click on Form List it tells me that I do not have permission even as the administrator

Thanks

SnowBot
01-11-2009, 09:42 PM
Thanks for the Mod. I have just installed the mod but does not see how to set the permissions. I have gone to VBOptions Easy Forms, a List of all the default Usergroups are already added and cannot add or remove any of them from:
Usergroups Allowed to View Form Lists
Usergroups Allowed to View Forms
Usergroups Allowed to Edit Forms

When i click on Form List it tells me that I do not have permission even as the administrator

Thanks

On the list of groups you have to select them by clicking on the group name. To choose more than one group use your ctl key :)

yotsume
01-12-2009, 01:14 AM
I will have to try this out. There is another mod that is is similar that has a paid for pro version but has many bugs. I am looking forward to trying this out...

Dax IX
01-12-2009, 04:22 AM
What conditional did you want to use? To use the usergroups permission you will need to unserialize() the vboption and then use in_array()

Thank you for responding. :)

Let's just say that I'm a beginner at PHP...um...how would I do this? :o

I was trying to edit the link plugin, but no matter what I did, it either took the link away for all, or left it there for all.

I'm sorry to bother you...I'm just pretty confused right now. :o

Thanks!

LOVE your mod, BTW! :)

Haenk
01-12-2009, 04:44 AM
I can't see the option

Veer
01-12-2009, 05:49 AM
Hi, nice hack :)

Can you include an option to browse n upload images/files?

Thanks.

bananalive
01-12-2009, 12:22 PM
Thank you for responding. :)

Let's just say that I'm a beginner at PHP...um...how would I do this? :o

I was trying to edit the link plugin, but no matter what I did, it either took the link away for all, or left it there for all.

I'm sorry to bother you...I'm just pretty confused right now. :o

Thanks!

LOVE your mod, BTW! :)
Edit Plugin: Easy Forms AutoInsert Links

Replace all
if ($vbulletin->options['easy_forms_navbar'] && $vbulletin->options['canviewformlist'] && in_array($vbulletin->userinfo['usergroupid'], unserialize($vbulletin->options['canviewformlist']))) { $ef_navbar_link = "<td class=\"vbmenu_control\"><a href=\"".$vbulletin->options['bburl']."/misc.php$session[sessionurl_q]?do=forms\">$vbphrase[forms]</a></td>";
eval('$template_hook[navbar_buttons_left] .= $ef_navbar_link;'); }
if ($vbulletin->options['easy_forms_quicklinks'] && $vbulletin->options['canviewformlist'] && in_array($vbulletin->userinfo['usergroupid'], unserialize($vbulletin->options['canviewformlist']))) { $ef_quicklinks = "<tr><td class=\"vbmenu_option\"><a href=\"".$vbulletin->options['bburl']."/misc.php$session[sessionurl_q]?do=forms\">$vbphrase[forms]</a></td></tr>";
eval('$template_hook[navbar_quick_links_menu_pos4] .= $ef_quicklinks;'); }

bananalive
01-12-2009, 12:24 PM
How can I submit to email adress
I can't see the option
Edit Form

Action: Email
Email Address: email address to be emailed

bananalive
01-12-2009, 12:25 PM
Hi, nice hack :)

Can you include an option to browse n upload images/files?

Thanks.

It's only available for post new thread at the moment.

Action: Post new thread
Then check 'Allow attachments'

Haenk
01-12-2009, 12:44 PM
Edit Form

Action: Email
Email Address: email address to be emailed

I cannot see "Email" in the Actionbox, only pm, thread, post in thread

bananalive
01-12-2009, 01:11 PM
I cannot see "Email" in the Actionbox, only pm, thread, post in thread

This is what you should see:

https://vborg.vbsupport.ru/attachment.php?attachmentid=92427&d=1231773065

valendono
01-12-2009, 01:45 PM
I duno this bugs or not.. after submit question in form

Question created, you are being redirected to the form now.

but that not redirected

bananalive
01-12-2009, 02:07 PM
I duno this bugs or not.. after submit question in form



but that not redirected

Cheers, I'll fix that in next release.

Dax IX
01-12-2009, 07:35 PM
Edit Plugin: Easy Forms AutoInsert Links

Replace all
if ($vbulletin->options['easy_forms_navbar'] && $vbulletin->options['canviewformlist'] && in_array($vbulletin->userinfo['usergroupid'], unserialize($vbulletin->options['canviewformlist']))) { $ef_navbar_link = "<td class=\"vbmenu_control\"><a href=\"".$vbulletin->options['bburl']."/misc.php$session[sessionurl_q]?do=forms\">$vbphrase[forms]</a></td>";
eval('$template_hook[navbar_buttons_left] .= $ef_navbar_link;'); }
if ($vbulletin->options['easy_forms_quicklinks'] && $vbulletin->options['canviewformlist'] && in_array($vbulletin->userinfo['usergroupid'], unserialize($vbulletin->options['canviewformlist']))) { $ef_quicklinks = "<tr><td class=\"vbmenu_option\"><a href=\"".$vbulletin->options['bburl']."/misc.php$session[sessionurl_q]?do=forms\">$vbphrase[forms]</a></td></tr>";
eval('$template_hook[navbar_quick_links_menu_pos4] .= $ef_quicklinks;'); }


That's excellent! Thank you. :) I was going about it all wrong. :o

metalguy639
01-13-2009, 12:35 AM
I'm creating a help file, attached which should help you. The default code goes through each option and depending on the question type creates the form answer.

Thanks, I'm pretty sure I can work with this.

valendono
01-13-2009, 01:54 AM
ok.. group problem on edit / create form

I give right to supermod but he have the supermod in additional group not general. But he cant create the form. But if I put his general group is supermod, he can create or edit form now.

And about "create form" links.. can u hide it only for "allowed group" ?

hope you can fix this.

Thanks.

lowey
01-13-2009, 11:16 AM
Excellent product, thank you! :)

One minor issue though: how can I remove the formatting from the formoutput? Can't find it in the templates.

Thanks! :)

Edit: Alright, I found and "fixed" it in the product. Thanks anyway! :D

Haenk
01-13-2009, 11:57 AM
Excellent product, thank you! :)

One minor issue though: how can I remove the formatting from the formoutput? Can't find it in the templates.

Thanks! :)

Edit: Alright, I found and "fixed" it in the product. Thanks anyway! :D

please tell me how or where you found it

designerweb
01-13-2009, 01:21 PM
Awesome Mod - Much easier then the other one.

Very importnat before we install.

Does this allow us to upload an image and save all this data to the database
so we can call it up in other parts of the site?

bananalive
01-13-2009, 01:42 PM
Awesome Mod - Much easier then the other one.

Very importnat before we install.

Does this allow us to upload an image and save all this data to the database
so we can call it up in other parts of the site?

You can create forms with option to upload attachments. Form data can be saved in new thread, post in thread, email or pm.

bananalive
01-13-2009, 01:58 PM
ok.. group problem on edit / create form

I give right to supermod but he have the supermod in additional group not general. But he cant create the form. But if I put his general group is supermod, he can create or edit form now.
Usergroup permissions are based on primary usergroup. However, I've changed this now (permissions will check primary & secondary usergroups) and it will be included in the next release.
And about "create form" links.. can u hide it only for "allowed group" ?

hope you can fix this.

Thanks.
Yep, i'll add that in next version.

bananalive
01-13-2009, 02:06 PM
please tell me how or where you found it
It's in plugin: Easy Forms

You'll be looking for anything which looks like this
$formoutput .= "" . ($q_{$formbit[id]} ? " " . $q_{$formbit[id]} . " " : "-") . "\r\n";

p.s. all changes made to plugins are lost upon upgrading/ importing the product.

lazyseller
01-13-2009, 02:23 PM
Kudos on this mod its alot better than when i first installed it.

How do i remove my form title from the thread? I only want the questions.

My suggestion for the next release is to add a action called "redirect to thread" and redirect to "post". The thank you message is annoying reminds me of phpbb

I also tried the custom macros layout but some of my answers are not displaying for some odd reason.

designerweb
01-13-2009, 03:33 PM
Ahh I see. I sent you a PM on an issue. Please check.

bananalive
01-13-2009, 03:38 PM
Kudos on this mod its alot better than when i first installed it.

How do i remove my form title from the thread? I only want the questions.

Open up plugin: Easy Forms

Find and delete:
$formoutput = "" . $form[title] . "\r\n\r\n";

bananalive
01-13-2009, 03:39 PM
I also tried the custom macros layout but some of my answers are not displaying for some odd reason.

What question type are they?

Budget101
01-13-2009, 06:00 PM
How can I make the Submitted Form Title be the First Question listed in the form:

For example, if the Form is called Big Zoo.
The first question is: Enter Animal Name.
Answer Submitted: Monkey

When the form is submitted, I want the Submitted Answer (in this example, Monkey) to show in the subject line of the thread that posts, rather than having 50 posts with the same subject, "Big Zoo".

TIA!

I tried using {q_1} - but that returned the following error message:

Please complete both the subject and message fields

Even with ALL fields completed.

bananalive
01-13-2009, 07:50 PM
How can I make the Submitted Form Title be the First Question listed in the form:

For example, if the Form is called Big Zoo.
The first question is: Enter Animal Name.
Answer Submitted: Monkey

When the form is submitted, I want the Submitted Answer (in this example, Monkey) to show in the subject line of the thread that posts, rather than having 50 posts with the same subject, "Big Zoo".

TIA!

I tried using {q_1} - but that returned the following error message:

Please complete both the subject and message fields

Even with ALL fields completed.

What kind of question is it? dropdown select/ single line input...

Also check you are using the correct question number - it's the number after the # as circled in the attached screenshot

dmknights
01-13-2009, 11:06 PM
*Installed*
Works Perfect

ssslippy
01-13-2009, 11:47 PM
Fatal error: Call to undefined function construct_attachment_add_js() in forums/misc.php(100) : eval()'d code on line 1180


Attachments seem to be failing

bananalive
01-14-2009, 02:46 PM
Fatal error: Call to undefined function construct_attachment_add_js() in forums/misc.php(100) : eval()'d code on line 1180


Attachments seem to be failing

What page?

What vb version are you using?

ssslippy
01-14-2009, 05:36 PM
Version 3.8 I get that error when hitting preview. If I hit submit the forms go through but the attachment does not appear. Also note I am using file attachment storage not db storage of attachments. Also I am using xcache not sure if that effects attachments though.

gamerscms
01-14-2009, 06:53 PM
An other great hack from banana :)

Just a quick question how would i go about changing the colour of the form text from to my own colour.

thanks

jiffylb1
01-14-2009, 07:04 PM
awsome just awsome love it...
what a great mod thanks a million needed it so bad

lowey
01-15-2009, 08:46 AM
Fantastic Hack, but I can't get attachments to appear in forms output to threads. Is there a way? Thank you! :)

bananalive
01-15-2009, 02:42 PM
Version 3.8 I get that error when hitting preview. If I hit submit the forms go through but the attachment does not appear. Also note I am using file attachment storage not db storage of attachments. Also I am using xcache not sure if that effects attachments though.

Odd it works fine for me on vb 3.8 :confused:

I'll look into it.

Have you changed any of the templates, if you have revert them.

bananalive
01-15-2009, 02:43 PM
An other great hack from banana :)

Just a quick question how would i go about changing the colour of the form text from to my own colour.

thanks

It's not that easy atm, I'll make it easier in next version.

To Change Questions ColourOpen plugin: Easy Forms

Find and change this line with bbcode:
$formoutput .= "" . $formbit['question'] . "\r\n";Maybe change to
$formoutput .= "" . $formbit['question'] . "\r\n";To change the Answer Colour
Open plugin: Easy Forms

Look for and change lines LIKE this with bbcode:
$formoutput .= "[i]" . ($q_{$formbit[id]} ? " " . $q_{$formbit[id]} . " " : "-") . "\r\n";

bananalive
01-15-2009, 02:52 PM
Pre-Release v2.1

- Fixed issue with resizing poll options on edit form
- Form list only shows in navbar/ quick links if user has permission to view form list
- Form list only contains forms user has permission to view (unless user can edit form)
- Create Form link only shows for users with permissions to create forms
- Fixed missing <tr> tabs around Create new form
- Usergroup permissions changed to allow permissions through secondary usergroups
- Change bbcode for questions and answers easily in plugin
- Change null value easily, needed to stop bbcode messing up (default '-' )

gamerscms
01-15-2009, 03:03 PM
Thanks for the update m8 :) where do you edit the BBcode?

bananalive
01-15-2009, 03:06 PM
Thanks for the update m8 :) where do you edit the BBcode?

Plugin: Easy Forms

$preqbbcode = "";
$postqbbcode = "\r\n";

The \r\n is the syntax for a new line.

gamerscms
01-15-2009, 03:10 PM
Ok cool, but there would be a problem you cant use HEX colours only the BB colours.

i need #888888 colour

any ideas.

EDIT: To much code to look for that line as there is a lot of code the same in the plugin, any chance you could add a option to change colour in the admin.

cheers

bananalive
01-15-2009, 03:18 PM
Ok cool, but there would be a problem you cant use HEX colours only the BB colours.

i need #888888 colour

any ideas.

EDIT: To much code to look for that line as there is a lot of code in the plugin, any chance you could add a option to change colour in the admin.

cheers

Put color tags inside the indent tag

$preqbbcode = "";
$postqbbcode = "\r\n";

use ctrl+f to search for line

gamerscms
01-15-2009, 04:15 PM
Thanks a lot banana for the great support.

gamerscms
01-15-2009, 04:26 PM
It does not seem to be changing the colour here is the code i have added.

$formoutput .= " " . $formbit['question'] . " \r\n"

and also getting the following error:

Fatal error: Maximum execution time of 30 seconds exceeded in /home/sites/xboxhive.co.uk/public_html/forums/admincp/plugin.php on line 528

Any ideas?

thanks

bananalive
01-15-2009, 05:28 PM
It does not seem to be changing the colour here is the code i have added.

$formoutput .= " " . $formbit['question'] . " \r\n"
This will only change the colour of the question in the thread/ post/ pm which the form creates. To change colour of the question in the form itself you will need to add bbcode in the actual question via edit form.
and also getting the following error:

Fatal error: Maximum execution time of 30 seconds exceeded in /home/sites/xboxhive.co.uk/public_html/forums/admincp/plugin.php on line 528

Any ideas?

thanks
how many questions have you got in your form?

akvaryumforum
01-15-2009, 05:34 PM
Form deletion is not work. It is auto redirect to the forumhome when try to delete the form.

bananalive
01-15-2009, 06:00 PM
Form deletion is not work. It is auto redirect to the forumhome when try to delete the form.

Have you got javascript enabled?

akvaryumforum
01-15-2009, 06:15 PM
Yes javascript enabled.

bananalive
01-15-2009, 06:21 PM
Yes javascript enabled.
try v2.1 (https://vborg.vbsupport.ru/attachment.php?attachmentid=92725&d=1232038354)

akvaryumforum
01-15-2009, 06:33 PM
I try v2.1. Now it is redirect to the forumhome but differintly it links to http://www.akvaryumforum.com/forum/?do=deleteform&fid=2 adress. misc.php part is missing in the adress.

Edit: To delete the form i must edit the link http://www.akvaryumforum.com/forum/misc.php?do=deleteform&fid=2 like this.

bananalive
01-15-2009, 06:52 PM
I try v2.1. Now it is redirect to the forumhome but differintly it links to http://www.akvaryumforum.com/forum/?do=deleteform&fid=2 adress. misc.php part is missing in the adress.

Edit: To delete the form i must edit the link http://www.akvaryumforum.com/forum/misc.php?do=deleteform&fid=2 like this.

Fixed in attached file

gamerscms
01-15-2009, 07:14 PM
how many questions have you got in your form?

I have 9 in it.

Im not to sure on this colour change :(

ssslippy
01-15-2009, 08:20 PM
Ive tried using attachments on a fresh install with the forms. Its still giving the same error, I did notice the attachment is at profile.php?do=editattachments its not attached to any post.

This is using the latest 2.1 version u posted.

metalguy639
01-16-2009, 12:34 AM
Hi I need to know where I can edit the smilies on the form vb text editor part. I'm using the GTSmilies hack that puts the smiiles below the text box. i need to know how to move the smilies below the text box on this hack. Thanks

Also since installing the newer version the multi line text does not seem to work anymore. I installed the version that has the editing of the out put post. And I also have the attachment prob as well.

nascartr
01-16-2009, 02:48 AM
Loving this! No problems so far!

blind-eddie
01-16-2009, 12:57 PM
I am getting the following error when Previewing or Submitting on default test forum.

Fatal error: Maximum execution time of 30 seconds in /home/blablabla/blablabla/3.8-testboard/forum/misc.php(100) : eval()'d code on line 229


Edit: Changed php.ini to 5 min & can't get form to publish, now get 500 error message.

2nd Edit: Now I get a white page after submitting, view source show only the following for blank page.
<!--

-->

Veer
01-17-2009, 05:26 AM
Found 2 Issues:

1- Firefox browser doesn't show the Field using vBulletin editor.
2- Attachment doesn't work, usergroups have permissions to attach files but getting permission error.

Hopefully yo can fix.

bananalive
01-17-2009, 02:33 PM
v2.2 attached

Hopefully this will fix all attachment issues mentioned above.

bananalive
01-17-2009, 02:34 PM
Found 2 Issues:

1- Firefox browser doesn't show the Field using vBulletin editor.
2- Attachment doesn't work, usergroups have permissions to attach files but getting permission error.

Hopefully yo can fix.

Displays fine for me in firefox - what vb version are you using?

Attachment issues have hopefully been fixed in v2.2

bananalive
01-17-2009, 02:36 PM
Hi I need to know where I can edit the smilies on the form vb text editor part. I'm using the GTSmilies hack that puts the smiiles below the text box. i need to know how to move the smilies below the text box on this hack. Thanks
Do you know how GTSmilies works?
Also since installing the newer version the multi line text does not seem to work anymore. I installed the version that has the editing of the out put post. And I also have the attachment prob as well.
Can you explain what you mean by multi-line text doesn't work. Attachments fixed in pre-release v2.2 *hopefully*

bananalive
01-17-2009, 02:42 PM
I am getting the following error when Previewing or Submitting on default test forum.

Fatal error: Maximum execution time of 30 seconds in /home/blablabla/blablabla/3.8-testboard/forum/misc.php(100) : eval()'d code on line 229


Edit: Changed php.ini to 5 min & can't get form to publish, now get 500 error message.

2nd Edit: Now I get a white page after submitting, view source show only the following for blank page.
<!--

-->

I'm not sure about this... i'll have to think about it.

vbboarder
01-17-2009, 07:41 PM
Thanks for this cool mod & the update - nominated for MOTM! :D

bananalive
01-18-2009, 11:58 AM
v2.4 Pre-Release attached


v2.4
- Custom form question

v2.3
- Specify bbcode for questions/ answers/ sections for the form's output

nascartr
01-18-2009, 03:24 PM
I've installed this new version and when I go to create a new form I don't have the option to have the form emailed to me. Only options available are to have it post a new thread, post in a thread, and PM to someone. However, on an old form I can edit and the email option still shows up.

bananalive
01-18-2009, 03:30 PM
I've installed this new version and when I go to create a new form I don't have the option to have the form emailed to me. Only options available are to have it post a new thread, post in a thread, and PM to someone. However, on an old form I can edit and the email option still shows up.

Woops, sorry about that. Fixed in attached file

nascartr
01-18-2009, 03:33 PM
Better now! Thanks for the fast support!

TilkiBey
01-18-2009, 05:16 PM
i wanna see an option for listing values
as banlist.php page ;)

i will try explain it...
i will create a form at 1st
after that, if a user use that form, the values ,which are written by user, will listing in "misc.php?do=formlist&fid=1" page (like banlist.php banned.php)
is it possible for new versions?

bananalive
01-18-2009, 05:54 PM
i wanna see an option for listing values
as banlist.php page ;)

i will try explain it...
i will create a form at 1st
after that, if a user use that form, the values ,which are written by user, will listing in "misc.php?do=formlist&fid=1" page (like banlist.php banned.php)
is it possible for new versions?

I will be adding a 'save to database' option in the future (towards the end of the month).

Brother Malachi
01-18-2009, 06:41 PM
Hey, I was wondering is it easy upgrading this thing on my forum? I really wanna install it, but you're upgrading it once every week lol

bananalive
01-18-2009, 06:51 PM
Hey, I was wondering is it easy upgrading this thing on my forum? I really wanna install it, but you're upgrading it once every week lol

Yes upgrading is simply importing the product file. It won't affect/ delete your forms/ questions, but will give you new features.

ssslippy
01-18-2009, 06:59 PM
Attachments now work, however still getting errors when previewing with attachments. You should disable preview with attachments as I dont think its possible to code it to work that way.

gamerscms
01-18-2009, 07:02 PM
Hi banana thanks for the update :), could you tell me how to change the colour of my table test i have added the following:

colour=mycolour /colour with added brackets

Nothing seems to be changing.

thanks

bananalive
01-18-2009, 07:23 PM
Hi banana thanks for the update :), could you tell me how to change the colour of my table test i have added the following:

colour=mycolour /colour with added brackets

Nothing seems to be changing.

thanks

The bbcode only edits the form output (ie. the pm, post or thread)

To change the look of your forms edit the templates.

bananalive
01-18-2009, 07:24 PM
Attachments now work, however still getting errors when previewing with attachments. You should disable preview with attachments as I dont think its possible to code it to work that way.

what's the error message?

ssslippy
01-19-2009, 01:57 AM
Fatal error: Call to undefined function construct_attachment_add_js() in /var/www/immortal-guild.net/httpdocs/forums/misc.php(100) : eval()'d code on line 1435

Andrew johnson
01-19-2009, 02:14 AM
very useful to use it - *clicks on install

designerweb
01-19-2009, 02:23 AM
This is getting better by the day. I can't wait to be abe to use it!
Are you going to have the Save data to Database feature anytime soon?

lane
01-19-2009, 03:00 AM
Thank you for this great addon!

Haenk
01-19-2009, 04:24 AM
Super mod, but I can't see "Private Forms - Viewable..."

metalguy639
01-19-2009, 05:51 AM
Do you know how GTSmilies works?

It just puts the smilie box under the text box instead along the side of it. Here's the link to the mod if that helps you out. https://vborg.vbsupport.ru/showthread.php?t=178327 If I knew what template you used for this mod that has the exact layout of the vb editor box then I could actually fix it myself with a simple break in teh code, but I have not been able to find it anywhere.

Can you explain what you mean by multi-line text doesn't work. Attachments fixed in pre-release v2.2 *hopefully*

It was working before but now it does not work at all. I type in something to the multi line text field and it will not submit the form. It comes back and says that I have to fill out the title & subject. Its not a huge deal for me as I would rather use the vbeditor instead.

blind-eddie
01-19-2009, 06:30 AM
I now have this working, after the updates. I did notice that any form I had created before each upgrade would not work. I had to delete all old forms & re-add them manually for the updates to work.

Works great now, Thanks.

klaush
01-19-2009, 12:07 PM
Thanks, nice and easy to use.

One issue, the same user can fill out one form multiple times? Is that correct.

We should have an option to close an answered form for the user who filled it out correctly.

Possible?

bananalive
01-19-2009, 01:18 PM
It just puts the smilie box under the text box instead along the side of it. Here's the link to the mod if that helps you out. https://vborg.vbsupport.ru/showthread.php?t=178327 If I knew what template you used for this mod that has the exact layout of the vb editor box then I could actually fix it myself with a simple break in teh code, but I have not been able to find it anywhere.



It was working before but now it does not work at all. I type in something to the multi line text field and it will not submit the form. It comes back and says that I have to fill out the title & subject. Its not a huge deal for me as I would rather use the vbeditor instead.
Fixed smilie box issue in attached file
This is getting better by the day. I can't wait to be abe to use it!
Are you going to have the Save data to Database feature anytime soon?

End of January
Fatal error: Call to undefined function construct_attachment_add_js() in /var/www/immortal-guild.net/httpdocs/forums/misc.php(100) : eval()'d code on line 1435
It's missing the javascript. What vb version are you using?
Thanks, nice and easy to use.

One issue, the same user can fill out one form multiple times? Is that correct.

We should have an option to close an answered form for the user who filled it out correctly.

Possible?

Depends what the form is used for. I suppose a time array could be used so someone can only fill in the form once every week - I'll have think about this

klaush
01-19-2009, 01:32 PM
Thanks; nominated!



Depends what the form is used for. I suppose a time array could be used so someone can only fill in the form once every week - I'll have think about this

designerweb
01-19-2009, 01:54 PM
Awesome!#1!!!!!!!

Vitaly
01-19-2009, 06:58 PM
Is it possible to implement the following:

Create a post in defined forum AND send copy to email? Useful to track support stuff activity. Now only single action can be selected

Pure Dope
01-19-2009, 08:56 PM
wwhat is the point of this? so i can create a form? AND?

ssslippy
01-19-2009, 11:21 PM
On the attachment issue, I am running 3.8. The preview fails but when you hit submit the attachment gets put onto the post. The javascript is there otherwise my attachments would fail all over the board.

peppercola
01-20-2009, 01:41 AM
I've installed this and have it all set up but when it posts its not coming out in the layout of the forum its coming out in one big paragraph.

What coding do I need to put in the Custom Form Output for it to show as the actual layout of the forum like you have it?

gator777
01-20-2009, 04:49 AM
Awesome Mod! Thats all I have to say! It's Mods like this that make VBulletin so great. :)

JermaineBelgard
01-20-2009, 10:02 AM
Works fine, but why do have I to approve new threads created via a form? If I fill out a form as admin, the thread is created. If I do the same as normal user, the thread has to be approved. But in the same forum which I have selected for the forms it is not necessary for mods and admins to review new threads. Every thread created in there is available in the moment it has been posted -except the form-created ones. What do I have to change to go new threads live instantly?

Thx for this great mod btw. :)

bananalive
01-20-2009, 11:20 AM
I've installed this and have it all set up but when it posts its not coming out in the layout of the forum its coming out in one big paragraph.

What coding do I need to put in the Custom Form Output for it to show as the actual layout of the forum like you have it?

Use \r\n for new lines

Works fine, but why do have I to approve new threads created via a form? If I fill out a form as admin, the thread is created. If I do the same as normal user, the thread has to be approved. But in the same forum which I have selected for the forms it is not necessary for mods and admins to review new threads. Every thread created in there is available in the moment it has been posted -except the form-created ones. What do I have to change to go new threads live instantly?

Thx for this great mod btw. :)
For non-moderators:

Find:
$newpost['visible'] = '1';
Replace with:
$newpost['visible'] = '0';

wwhat is the point of this? so i can create a form? AND?
The point is to allow posts which are of a required form. Can be used for applications, complaints, or any other form

Is it possible to implement the following:

Create a post in defined forum AND send copy to email? Useful to track support stuff activity. Now only single action can be selected
When I add hooks this will be possible.

peppercola
01-20-2009, 03:12 PM
thank you that was very helpful

Phoenixgal
01-20-2009, 04:34 PM
<font face="Century Gothic">Thank you so very much! Installed and LOVING how easy it was to install!!

Now a NOOB question Where can I change the quick links "forms" to another name?</font>

bananalive
01-20-2009, 05:37 PM
Thank you so very much! Installed and LOVING how easy it was to install!!

Now a NOOB question Where can I change the quick links "forms" to another name?

In plugin 'Easy Forms AutoInsert Links' change '$vbphrase[forms]' to whatever you want.

Note changes are lost to plugins when a product is upgraded/ imported.

metalguy639
01-20-2009, 05:39 PM
Fixed smilie box issue in attached file

Awesome! works perfectly! Thanks. I also nominated your hack the other day for MOTM. :D

bananalive
01-20-2009, 05:39 PM
Pre-Release v2.5

- Form hook which is executed just before the post/thread/pm/email is submitted

Brak710
01-20-2009, 09:32 PM
This might be me, so don't be mad if it's a dumb question...

When a user submits my form on my site, the New Thread is created, but it is put into the moderation queue.

Is this a configuration issue with my forums/usergroup (I looked pretty hard, in fact, a normal post can be done just fine, but anything from the form-poster is put in moderation) or is this a feature/bug with the Easy Forms software?

Any help would be appreciated! Thanks!

Phoenixgal
01-20-2009, 11:00 PM
In plugin 'Easy Forms AutoInsert Links' change '$vbphrase[forms]' to whatever you want.

Note changes are lost to plugins when a product is upgraded/ imported.

I Changed it there but it only caused my link in the quick links to dissappear...is there somewhere else I need to change it as well?

buurman
01-21-2009, 09:38 AM
I think I can use that hook option, but dont know how...

My problem is, im using Cyb Auto reply plugin, that makes an first reply on new threads, but it doesnt work with easy forms.
This is probibly because posting takes place on a different way, any idea what I need to change to make work?
https://vborg.vbsupport.ru/showthread.php?t=177933

Any help is very appriciated!!

PS. attachments are working great on 3.7.3 here, thanks for that!!!

bananalive
01-21-2009, 02:32 PM
This might be me, so don't be mad if it's a dumb question...

When a user submits my form on my site, the New Thread is created, but it is put into the moderation queue.

Is this a configuration issue with my forums/usergroup (I looked pretty hard, in fact, a normal post can be done just fine, but anything from the form-poster is put in moderation) or is this a feature/bug with the Easy Forms software?

Any help would be appreciated! Thanks!

Have you tried pre-release v2.5?
(https://vborg.vbsupport.ru/attachment.php?attachmentid=93175&d=1232484806)

I Changed it there but it only caused my link in the quick links to dissappear...is there somewhere else I need to change it as well?

No, thats the only place. When you replace $vbphrase[forms] every " needs to be preceeded by a \.

I think I can use that hook option, but dont know how...

My problem is, im using Cyb Auto reply plugin, that makes an first reply on new threads, but it doesnt work with easy forms.
This is probibly because posting takes place on a different way, any idea what I need to change to make work?
https://vborg.vbsupport.ru/showthread.php?t=177933

Any help is very appriciated!!

PS. attachments are working great on 3.7.3 here, thanks for that!!!
I'll have a look into how that mod works. It probably requires a vbulletin hook to be included in the code.

nascartr
01-21-2009, 04:56 PM
I've upgraded and I have more options when I try to edit the forms then I do when I try to create one. I have the basic original options when creating one, but all the new ones when I edit it.

Altered
01-21-2009, 05:14 PM
I'm having the same problem a few others are, whenever a form is filled out it goes into moderation queue when form is set to Post new Thread.

I have tried both version 2.4 and 2.5 with no luck and have also adjusted the

$newpost['visible'] = '1';

to

$newpost['visible'] = '0';


Any other suggestions?

silvermerc
01-21-2009, 08:02 PM
Theres a error, i can't make it so unregistered can not view the form :{

Chimpie
01-22-2009, 02:51 AM
This looks like it's a great mod, but it appears that it doesn't work all the time.

Sometimes it will send the pm/email, sometimes it doesn't.

bananalive
01-22-2009, 02:35 PM
I'm having the same problem a few others are, whenever a form is filled out it goes into moderation queue when form is set to Post new Thread.

I have tried both version 2.4 and 2.5 with no luck and have also adjusted the

$newpost['visible'] = '1';

to

$newpost['visible'] = '0';


Any other suggestions?
If you want posts to go to moderation queue $newpost['visible'] should be 0. If you don't then $newpost['visible'] should be 1.
I've upgraded and I have more options when I try to edit the forms then I do when I try to create one. I have the basic original options when creating one, but all the new ones when I edit it.
That's deliberate - some options only apply once you have questions and most of the them are advanced options
This looks like it's a great mod, but it appears that it doesn't work all the time.

Sometimes it will send the pm/email, sometimes it doesn't.
Email will have a time lag for you to receive it.

Chimpie
01-22-2009, 02:43 PM
Email will have a time lag for you to receive it.

It appears to be that way. May I ask why?

tehtide
01-22-2009, 03:25 PM
First I want to say... what an awesome plugin.

now for my question...

Is it possible to pull information about the user that submits the form and display it in the thread that is created? Specifically I'm looking for their birthday, timezone etc. I took a look at the custom form output area... but couldn't see a way to add that stuff in.

thanks in advance

bananalive
01-22-2009, 04:08 PM
It appears to be that way. May I ask why?

Two reasons:
You may have set your vbulletin board to queue emails before they are sent
Your email provider takes time to receive/send emailFirst I want to say... what an awesome plugin.

now for my question...

Is it possible to pull information about the user that submits the form and display it in the thread that is created? Specifically I'm looking for their birthday, timezone etc. I took a look at the custom form output area... but couldn't see a way to add that stuff in.

thanks in advance
The quickest way at the moment is to add a custom question

For a timezone field use the following PHP code:
$answer = '<input type="text" readonly="readonly" id="q_' . $formbit[id] . '" name="' . $formbit[id] . '" value="GMT+' . $vbulletin->userinfo[timezoneoffset] . '" />';

You can preview this in the test form here (http://www.bananalive.co.cc/misc.php?do=form&fid=2)

dmknights
01-22-2009, 04:16 PM
If you have your forum settings to Moderate New Posts Sometimes this mod wont work
I have it so new threads are not moderated & it works 100%

DjEddie
01-22-2009, 09:39 PM
Had this mod from when first released...and has got better with each update... nice one :)..motm :)

one thing i find with it.. is the BBCODE edits for the question and answers for After the form is submitted.... I add [color="red"] for example to the bbcode after the indent and italic one... once submitted it doesnt save it fully... i end up with with [INDENT][I]{COLOR=

is there a way to fix this?

bananalive
01-23-2009, 07:10 AM
Had this mod from when first released...and has got better with each update... nice one :)..motm :)

one thing i find with it.. is the BBCODE edits for the question and answers for After the form is submitted.... I add [color="red"] for example to the bbcode after the indent and italic one... once submitted it doesnt save it fully... i end up with with [INDENT][I]{COLOR=

is there a way to fix this?

It's messed up by the ", use [color=red] for now and I'll find a fix for it.

Fixed in attached file

Simon Lloyd
01-23-2009, 08:39 AM
Great mod, one touch install, nice :)

However i do seem to have a small problem, when i add a section under the human verification, fill in the form and preview it look like this:
Please Answer the following correctlyAbout you?but it should look like this:
Please Answer the following correctly!

About you?underneath please answer the following..etc should be (and is on the form) the human verification and then anothe rquestion under About you? (it is on the form)

Any ideas how to cure it?
EDIT: About you appears LARGE and underlined

bananalive
01-23-2009, 09:40 AM
Great mod, one touch install, nice :)

However i do seem to have a small problem, when i add a section under the human verification, fill in the form and preview it look like this:
but it should look like this:
underneath please answer the following..etc should be (and is on the form) the human verification and then another question under About you? (it is on the form)

Any ideas how to cure it?
EDIT: About you appears LARGE and underlined

Sorry, I'm confused can you show me a screenshot or a link.

Simon Lloyd
01-23-2009, 09:56 AM
See the attached:
Form1 is the editing page
Form2 is filling in the form, you can see highlighted "About You" i didn't do that.
Form3 is the Preview (it looks like that when sent too!) as you can see the long one line!

If you need access to my form you can pm me and i will arrange that.

EDIT: Thanks for joining the forum! lol, i need all the members i can get.
EDIT 2: As a side, when you visit my forum you see i have 2 navbars, the second one is created in the navbar template but doesn't have the hook, is it possible to get the Forms link to appear there instead?

Bkdenice
01-23-2009, 12:58 PM
Nice Plug but, Can you add a Option for Moderate Forms by Forum
(Sorry for my English)

bananalive
01-23-2009, 02:36 PM
See the attached:
Form1 is the editing page
Form2 is filling in the form, you can see highlighted "About You" i didn't do that.
Form3 is the Preview (it looks like that when sent too!) as you can see the long one line!

If you need access to my form you can pm me and i will arrange that.

EDIT: Thanks for joining the forum! lol, i need all the members i can get.
EDIT 2: As a side, when you visit my forum you see i have 2 navbars, the second one is created in the navbar template but doesn't have the hook, is it possible to get the Forms link to appear there instead?
Import attached file which contains fix to stop human verification question showing on form output.

Then add \r\n in the second bbcode box for question and section.

You'll have to manually add the link to your second navbar, and disable the one in vb easy forms options.
Nice Plug but, Can you add a Option for Moderate Forms by Forum
(Sorry for my English)

Set $newpost['visible'] to '0' to put the thread/ post in the moderation queue. (It won't go in moderation queue if you're moderator of that forum)

Simon Lloyd
01-23-2009, 03:09 PM
Import attached file which contains fix to stop human verification question showing on form output.

Then add \r\n in the second bbcode box for question and section. That worked fine thanks!

BTW what does \r\n do?

buurman
01-23-2009, 04:27 PM
I'll have a look into how that mod works. It probably requires a vbulletin hook to be included in the code.

Thx m8, hope you can help me on the right track...

DjEddie
01-23-2009, 07:18 PM
It's messed up by the ", use [color=red] for now and I'll find a fix for it.

Fixed in attached file

Appreciate that fella.. everything i use it for works perfectly... cant imagine what else u could add to it.. apart from the databse uve said.. but im happy with it how it is ..thanx again :)

bananalive
01-24-2009, 01:13 PM
That worked fine thanks!

BTW what does \r\n do?

It's syntax for new line.

bananalive
01-24-2009, 01:13 PM
Thx m8, hope you can help me on the right track...

Find in product file:
mark_thread_read($threadinfo, $foruminfo, $vbulletin->userinfo['userid'], TIMENOW);

After put:
($hook = vBulletinHook::fetch_hook('newthread_post_complete ')) ? eval($hook) : false;

Then import the product file.

buurman
01-24-2009, 05:22 PM
Find in product file:
mark_thread_read($threadinfo, $foruminfo, $vbulletin->userinfo['userid'], TIMENOW);

After put:
($hook = vBulletinHook::fetch_hook('newthread_post_complete ')) ? eval($hook) : false;

Then import the product file.

Your the man!!!

Works great, and thank you for your time to find the solution!!

Nominated for sure!!

Thx!

bananalive
01-24-2009, 05:30 PM
Pre-Release v2.6

- save form results to database
- delete from database

gamerscms
01-24-2009, 06:05 PM
Thanks for the update banana, i have found a few bugs when a new post is add from the form it does not show the new post icon as new any ideas how to fix this?

also we use this form for new members to join our community but when a user that has not signed up to the forums posts a new from we get a array error any ideas on this?

thanks,

bananalive
01-24-2009, 07:48 PM
Thanks for the update banana, i have found a few bugs when a new post is add from the form it does not show the new post icon as new any ideas how to fix this?

also we use this form for new members to join our community but when a user that has not signed up to the forums posts a new from we get a array error any ideas on this?

thanks,

Where is the form posting (new thread, pm, post, email)?

E.T.
01-24-2009, 08:21 PM
Wow this looks great.

Maybe you can help me with a small thing.

I've create a form and would like to mail it to an username, but I cannot find it how to choose the username...., when I'm edit the form I can fill in the email adres in the field email adres and sent it, that will work for me, but I would like to give other people access to the form and once they have fill in the question, do you realy want to sent an email to one of our users they can fill in an username or email adres.

Is it possible to create a a custom field were I can fill in an username or email adres so the form I've created will be sent to the specific user ?

Is it something like this ?

Forumid/threadid/username can be specified by input via {value=X} in dropdown, single line input or radio buttons

If so, how can I create such input ?

Thanks in advance.

troppodel
01-24-2009, 09:33 PM
hi there nice mod
vb 3.8.0
i created a new form (new thread in forum) with attach, when i test the form ...... upload the attach file and after press "preview" button i receive this error:

Fatal error: Call to undefined function construct_attachment_add_js() in /web/htdocs/www.mysite.com/home/forum/misc.php(100) : eval()'d code on line 3844

gamerscms
01-24-2009, 10:20 PM
Where is the form posting (new thread, pm, post, email)?

New thread.

swapshack
01-25-2009, 11:35 AM
Hey there! Great mod! I'm having some trouble creating a custom form output. I have no trouble getting standard 1 option button and text to appear on my form but I can't seem to figure out how to get checkbox options to output to the form (I just get Array appearing). I also can't seem to get multi-line text to output. Im guessing I just don't know the correct syntax so any help mastering this would be really appreciated!

Also while I'm here...what is the easiest way to output a section of answers on the left hand side of the resulting thread and another section on the right?
Thanks Again

troppodel
01-25-2009, 08:32 PM
hi there nice mod
vb 3.8.0
i created a new form (new thread in forum) with attach, when i test the form ...... upload the attach file and after press "preview" button i receive this error:

Fatal error: Call to undefined function construct_attachment_add_js() in /web/htdocs/www.mysite.com/home/forum/misc.php(100) : eval()'d code on line 3844

please test my problem and let me know

other question, i have create a form and i have add the variable q_1 for the title of the new thread with the question number one (a combo box), how can i do if i don't want create a new thread with the same name?
i want if somebody select the combo box with a option and the new thread is already created with this name receive notify that this thread exist.

bananalive
01-26-2009, 08:07 AM
New thread.

Ok, i'm looking into this problem. I think it is to do with vBulletin requiring human verification for new threads for guest posts.

Edit: Found & fixed issue - guests required to complete human verification - will automatically appear if needed (required by vbulletin)

Hey there! Great mod! I'm having some trouble creating a custom form output. I have no trouble getting standard 1 option button and text to appear on my form but I can't seem to figure out how to get checkbox options to output to the form (I just get Array appearing). I also can't seem to get multi-line text to output. Im guessing I just don't know the correct syntax so any help mastering this would be really appreciated!

Also while I'm here...what is the easiest way to output a section of answers on the left hand side of the resulting thread and another section on the right?
Thanks Again
I'll look into the custom output.

Edit: fixed checkbox, multi-line text

Probably using custom form output with bbcode: [left], [right]

please test my problem and let me know

other question, i have create a form and i have add the variable q_1 for the title of the new thread with the question number one (a combo box), how can i do if i don't want create a new thread with the same name?
i want if somebody select the combo box with a option and the new thread is already created with this name receive notify that this thread exist.
I'll test the attachment error out later on my test forum.

Edit: I can't replicate this problem.

You'll have to use the form hook, and run a query, if it already exists use $complete = false; to stop form submitting

gamerscms
01-26-2009, 09:14 AM
Ok, i'm looking into this problem. I think it is to do with vBulletin requiring human verification for new threads for guest posts.

Edit: Found & fixed issue - guests required to complete human verification - will automatically appear if needed (required by vbulletin)


Can it be done for guess to post the form?

bananalive
01-26-2009, 09:25 AM
Can it be done for guests to post the form?
Yes download v2.6

For a form creating a new thread, guests will see human verification field yet registered users won't.

gamerscms
01-26-2009, 09:28 AM
Ok all working, one issue it does not show a post in the thread or show a new post icon?

cheers

bananalive
01-26-2009, 09:35 AM
Ok all working, one issue it does not show a post in the thread or show a new post icon?

cheers

Odd it does for me, what vb version are you?

gamerscms
01-26-2009, 09:56 AM
Odd it does for me, what vb version are you?

Latest release m8. 3.8.0

Its something todo with moderated threads i have it set to not to moderate.

bananalive
01-26-2009, 10:12 AM
Latest release m8. 3.8.0

Its something to do with moderated threads i have it set to not to moderate.
That's the same vb version as me, and I have posts set to not moderate.

indie2industry
01-26-2009, 10:32 AM
I got one for you :D

Is there a way to incorporate paypal into this and make it available to UNREGISTERED USERS??

Reason I'm asking this is because later this year I'm hosting an event where people attending will have to purchase tickets (2 types) and this mod would be the PERFECT solution IMO.

And if this is possible, would it be possible to LIMIT THE INVENTORY??



I'm sorry for asking such a far out question but once I saw this, I couldn't help but to ask.

troppodel
01-26-2009, 11:48 AM
I'll test the attachment error out later on my test forum.

Edit: I can't replicate this problem.

You'll have to use the form hook, and run a query, if it already exists use $complete = false; to stop form submitting

ok friend thanks but i'm not a coder can you write the query string?
other question, for me it is important that the attach is compulsory how can i do it?

Can you add for the new update the possibility to use the form based with the postcount?

thanks advance
Ivan

gamerscms
01-26-2009, 12:01 PM
That's the same vb version as me, and I have posts set to not moderate.

My bad i had Follow Forum Moderation Rules "NO".

Cheers for the help banana.

Reycer
01-26-2009, 02:47 PM
I only have one problem. It won't submit to a new thread, or an existing thread. Currently I am having them PM'd to me, and that seems to work, but it's not submitting to any thread. Am I doing something wrong?

bananalive
01-26-2009, 02:53 PM
I got one for you :D

Is there a way to incorporate paypal into this and make it available to UNREGISTERED USERS??

Reason I'm asking this is because later this year I'm hosting an event where people attending will have to purchase tickets (2 types) and this mod would be the PERFECT solution IMO.

And if this is possible, would it be possible to LIMIT THE INVENTORY??

I'm sorry for asking such a far out question but once I saw this, I couldn't help but to ask.
Umm... I don't think so. It would require some external communication with paypal to confirm payment, etc. The limit could be done semi-effectively using form hook and the save to database, but it would only say availability after form is submitted because thats where the hook is currently.
ok friend thanks but i'm not a coder can you write the query string?
other question, for me it is important that the attach is compulsory how can i do it?

Can you add for the new update the possibility to use the form based with the postcount?

thanks advance
IvanI'll write the code when i get a bit of a chance.

The attachment is integrated into vbulletin and so i don't think that it is possible.

The post-count would be easily achievable if i added a hook into beginning of form - I'll do that sometime.

bananalive
01-26-2009, 04:03 PM
ok friend thanks but i'm not a coder can you write the query string?

I've added in $customerror into v2.7

To add it in yourself: find in template form_view
<if condition="$unanswered_questions"><phrase 1="$incompleteqs">$vbphrase[form_not_submitted]</phrase></if>
Add Below:
$customerror
Either: (uses $threadtitle)
$count = $vbulletin->db->query_first("SELECT COUNT(*) AS countrows FROM " . TABLE_PREFIX . "thread WHERE title='".addslashes($threadtitle)."'");
if ($count[countrows] > 0)
{
$complete = false;
$customerror = "Error, thread already exists with this title";
}
Or (uses question output - remember to replace $q_{4} with the correct question number)
$count = $vbulletin->db->query_first("SELECT COUNT(*) AS countrows FROM " . TABLE_PREFIX . "thread WHERE title='".addslashes($q_{4})."'");
if ($count[countrows] > 0)
{
$complete = false;
$customerror = "Error, thread already exists with this title";
}

Cledus James
01-26-2009, 04:25 PM
Great mod! Installed!

Seriously makes adding all kinds of new features to your site easy!

ssslippy
01-26-2009, 07:44 PM
Now that the data is being saved to the database can it be made searchable?

troppodel
01-26-2009, 08:56 PM
I've added in $customerror into v2.7

To add it in yourself: find in template form_view
<if condition="$unanswered_questions"><phrase 1="$incompleteqs">$vbphrase[form_not_submitted]</phrase></if>
Add Below:
$customerror
Either: (uses $threadtitle)
$count = $vbulletin->db->query_first("SELECT COUNT(*) AS countrows FROM " . TABLE_PREFIX . "thread WHERE title='".addslashes($threadtitle)."'");
if ($count[countrows] > 0)
{
$complete = false;
$customerror = "Error, thread already exists with this title";
}
Or (uses question output - remember to replace $q_{4} with the correct question number)
$count = $vbulletin->db->query_first("SELECT COUNT(*) AS countrows FROM " . TABLE_PREFIX . "thread WHERE title='".addslashes($q_{4})."'");
if ($count[countrows] > 0)
{
$complete = false;
$customerror = "Error, thread already exists with this title";
}

Hi friend
thanks again for your support
my apologies for the question i have edited the template
but the php code i have to add on form hook in my form or not? because don't work

valletin
01-27-2009, 02:43 AM
Hi,

i work in a non for profit organisation and we have around 90 clients that need to fill out a client form (large amount of information, tickboxes, etc..).

Each of the clients have their own thread within the forum.

Each client can't access other client's threads/forums and is 'locked' within their thread, within their own forms.

A sticky thread would be posted containing a large amount of client's information within each client's thread, that can be updated by the client or by the admin.

Is Easy Forms a solution to this? If not, does anyone know a solution to this?

bananalive
01-27-2009, 01:59 PM
Hi friend
thanks again for your support
my apologies for the question i have edited the template
but the php code i have to add on form hook in my form or not? because don't work

Put the php code in the form hook before submit, bu you'll need to replace $q_{4} with the correct question number or if it's a combination of answers use $threadtitle.

Hi,

i work in a non for profit organisation and we have around 90 clients that need to fill out a client form (large amount of information, tickboxes, etc..).

Each of the clients have their own thread within the forum.

Each client can't access other client's threads/forums and is 'locked' within their thread, within their own forms.

A sticky thread would be posted containing a large amount of client's information within each client's thread, that can be updated by the client or by the admin.

Is Easy Forms a solution to this? If not, does anyone know a solution to this?
Create forum for this.

Set forum permissions of clients to not view other threads.

Set forum permissions of clients to able to edit their own posts/ threads.

Then clients can create thread within the forum using the form (or the usual way)

Stryker412
01-27-2009, 02:26 PM
I have a question, if these features are already please let me know. If not, I'd like to request them.

We use our forums for applicants to join our community. Right now we have our forms after being completed go into a section of the forums where only admins can view. Can yours do this?

bananalive
01-27-2009, 02:42 PM
I have a question, if these features are already please let me know. If not, I'd like to request them.

We use our forums for applicants to join our community. Right now we have our forms after being completed go into a section of the forums where only admins can view. Can yours do this?

Yep.

Stryker412
01-27-2009, 02:47 PM
Is there an easier way to do birthdays? In my current form I have three drop down boxes for day/month/year?

Same with locations for State and Country.

bananalive
01-27-2009, 03:06 PM
Is there an easier way to do birthdays? In my current form I have three drop down boxes for day/month/year?

Same with locations for State and Country.

You could use custom question to get birthday of user from their profile.

$answer = '<input type="text" readonly="readonly" id="q_' . $formbit[id] . '" name="' . $formbit[id] . '" value="' . $vbulletin->userinfo[birthday] . '" />';

Can't think of any easy way of easy way to do all states/ countries. But for US/Canada you could use this custom question with following php code:
$answer = '<select id="q_' . $formbit[id] . '" name="' . $formbit[id] . '"><option value="">Select One</option><optgroup label="Canadian Provinces"><option value="AB">Alberta</option><option value="BC">British Columbia</option><option value="MB">Manitoba</option><option value="NB">New Brunswick</option><option value="NF">Newfoundland</option><option value="NT">Northwest Territories</option><option value="NS">Nova Scotia</option><option value="NU">Nunavut</option><option value="ON">Ontario</option><option value="PE">Prince Edward Island</option><option value="QC">Quebec</option><option value="SK">Saskatchewan</option><option value="YT">Yukon Territory</option></optgroup> <optgroup label="U.S. States"><option value="AK">Alaska</option><option value="AL">Alabama</option><option value="AR">Arkansas</option><option value="AZ">Arizona</option><option value="CA">California</option><option value="CO">Colorado</option><option value="CT">Connecticut</option><option value="DC">District of Columbia</option><option value="DE">Delaware</option><option value="FL">Florida</option><option value="GA">Georgia</option><option value="HI">Hawaii</option><option value="IA">Iowa</option><option value="ID">Idaho</option><option value="IL">Illinois</option><option value="IN">Indiana</option><option value="KS">Kansas</option><option value="KY">Kentucky</option><option value="LA">Louisiana</option><option value="MA">Massachusetts</option><option value="MD">Maryland</option><option value="ME">Maine</option><option value="MI">Michigan</option><option value="MN">Minnesota</option><option value="MO">Missouri</option><option value="MS">Mississippi</option><option value="MT">Montana</option><option value="NC">North Carolina</option><option value="ND">North Dakota</option><option value="NE">Nebraska</option><option value="NH">New Hampshire</option><option value="NJ">New Jersey</option><option value="NM">New Mexico</option><option value="NV">Nevada</option><option value="NY">New York</option><option value="OH">Ohio</option><option value="OK">Oklahoma</option><option value="OR">Oregon</option><option value="PA">Pennsylvania</option><option value="PR">Puerto Rico</option><option value="RI">Rhode Island</option><option value="SC">South Carolina</option><option value="SD">South Dakota</option><option value="TN">Tennessee</option><option value="TX">Texas</option><option value="UT">Utah</option><option value="VA">Virginia</option><option value="VT">Vermont</option><option value="WA">Washington</option><option value="WI">Wisconsin</option><option value="WV">West Virginia</option><option value="WY">Wyoming</option></optgroup></select>';
$selected = "value=\"" . $q_{$formbit[id]} . "\"";
$answer = str_replace($selected, $selected. "selected=\"seleceted\"", $answer);

Phoenixgal
01-27-2009, 04:09 PM
OK is there a way that it can be EMAILED WITH the attachement option?

bananalive
01-27-2009, 04:11 PM
OK is there a way that it can be EMAILED WITH the attachement option?
Not at the moment.

Stryker412
01-27-2009, 04:27 PM
You could use custom question to get birthday of user from their profile.

$answer = '<input type="text" readonly="readonly" id="q_' . $formbit[id] . '" name="' . $formbit[id] . '" value="' . $vbulletin->userinfo[birthday] . '" />';

Can't think of any easy way of easy way to do all states/ countries. But for US/Canada you could use this custom question with following php code:
$answer = '<select id="q_' . $formbit[id] . '" name="' . $formbit[id] . '"><option value="">Select One</option><optgroup label="Canadian Provinces"><option value="AB">Alberta</option><option value="BC">British Columbia</option><option value="MB">Manitoba</option><option value="NB">New Brunswick</option><option value="NF">Newfoundland</option><option value="NT">Northwest Territories</option><option value="NS">Nova Scotia</option><option value="NU">Nunavut</option><option value="ON">Ontario</option><option value="PE">Prince Edward Island</option><option value="QC">Quebec</option><option value="SK">Saskatchewan</option><option value="YT">Yukon Territory</option></optgroup> <optgroup label="U.S. States"><option value="AK">Alaska</option><option value="AL">Alabama</option><option value="AR">Arkansas</option><option value="AZ">Arizona</option><option value="CA">California</option><option value="CO">Colorado</option><option value="CT">Connecticut</option><option value="DC">District of Columbia</option><option value="DE">Delaware</option><option value="FL">Florida</option><option value="GA">Georgia</option><option value="HI">Hawaii</option><option value="IA">Iowa</option><option value="ID">Idaho</option><option value="IL">Illinois</option><option value="IN">Indiana</option><option value="KS">Kansas</option><option value="KY">Kentucky</option><option value="LA">Louisiana</option><option value="MA">Massachusetts</option><option value="MD">Maryland</option><option value="ME">Maine</option><option value="MI">Michigan</option><option value="MN">Minnesota</option><option value="MO">Missouri</option><option value="MS">Mississippi</option><option value="MT">Montana</option><option value="NC">North Carolina</option><option value="ND">North Dakota</option><option value="NE">Nebraska</option><option value="NH">New Hampshire</option><option value="NJ">New Jersey</option><option value="NM">New Mexico</option><option value="NV">Nevada</option><option value="NY">New York</option><option value="OH">Ohio</option><option value="OK">Oklahoma</option><option value="OR">Oregon</option><option value="PA">Pennsylvania</option><option value="PR">Puerto Rico</option><option value="RI">Rhode Island</option><option value="SC">South Carolina</option><option value="SD">South Dakota</option><option value="TN">Tennessee</option><option value="TX">Texas</option><option value="UT">Utah</option><option value="VA">Virginia</option><option value="VT">Vermont</option><option value="WA">Washington</option><option value="WI">Wisconsin</option><option value="WV">West Virginia</option><option value="WY">Wyoming</option></optgroup></select>';
$selected = "value=\"" . $q_{$formbit[id]} . "\"";
$answer = str_replace($selected, $selected. "selected=\"seleceted\"", $answer);

Thanks for that information. I tested my first form and very impressed with the results. One question, how can I change the font color of the large heading within the completed form?

Does this form need the user to have permission to post within the section it's intended to go? For instance, I post my completed forms in an area where admins can discuss the applicant. However, with my current form app I have to give a regular user permission to post in the section but I did not give them permission to view the forum. It worked well until I found out that if a user has the option to subscribe to any thread they post in, they can view it.


Lastly, what is the PHP code to have their forum username automatically entered for a question?

Haltech
01-27-2009, 08:04 PM
Awesome to see this come so far, rather quickly!!

Question, is there a way to embed a hyperlink into a question? With a form i created for vendors, i wanted to place the link to paid subscriptions in the question with a yes/no answer.

Thanks!

Simon Lloyd
01-27-2009, 08:38 PM
Awesome to see this come so far, rather quickly!!

Question, is there a way to embed a hyperlink into a question? With a form i created for vendors, i wanted to place the link to paid subscriptions in the question with a yes/no answer.

Thanks!
I believe you can use BBCode

Trek
01-28-2009, 02:16 AM
Would it be possible to include something so you can have a calendar in the form? Clicking the calendar will then add the date/time to another text field?

Also, then when saving the form, if there's data in the calendar field, have it create a calendar event on a specific calendar?

Basically what I'm doing is creating an event calendar form, having it write to a forum, then locking that forum down to new posts, but allowing people to reply to events.

Then I want to use the RSVP hack on this forum only. Which should pretty much give me a fairly accurate event calendar.

If possible, when someone then edits the event, if it matches an entry in the forum, to update the forum post as well. This might be way too much to ask from this mod, but I thought I'd ask anyway. =)

Trek
01-28-2009, 02:55 AM
Found a small bug.

When using the image verification option, it displays the verification correctly, but then displays the frame for the verification again under the correctly displayed verification..

I'm using ReCaptcha if that matters/helps any.

valletin
01-28-2009, 03:24 AM
Put the php code in the form hook before submit, bu you'll need to replace $q_{4} with the correct question number or if it's a combination of answers use $threadtitle.


Create forum for this.

Set forum permissions of clients to not view other threads.

Set forum permissions of clients to able to edit their own posts/ threads.

Then clients can create thread within the forum using the form (or the usual way)But where can i assign for each User where the form will be posted into into their thread? The same form has to go into different threads depending on the User.. Can i set a default threadID for each user where forms will go? Thanks for your reply in advance.

bananalive
01-28-2009, 12:42 PM
But where can i assign for each User where the form will be posted into into their thread? The same form has to go into different threads depending on the User.. Can i set a default threadID for each user where forms will go? Thanks for your reply in advance.Import attached file:

use following php code in the form hook: before submit
$threadtitle = $vbulletin->input->clean($threadtitle, TYPE_STR);
$check = $vbulletin->db->query_first("SELECT * FROM " . TABLE_PREFIX . "thread WHERE title='".addslashes($threadtitle)."' ORDER BY threadid DESC");
if (isset($check[threadid]))
{
$form[action] = 3;
$form[where] = $check[threadid];
}

bananalive
01-28-2009, 12:47 PM
I believe you can use BBCode

You can :D

bananalive
01-28-2009, 12:47 PM
Awesome to see this come so far, rather quickly!!

Question, is there a way to embed a hyperlink into a question? With a form i created for vendors, i wanted to place the link to paid subscriptions in the question with a yes/no answer.

Thanks!

BBcode Link Title (http://google.com)

bananalive
01-28-2009, 12:49 PM
Thanks for that information. I tested my first form and very impressed with the results. One question, how can I change the font color of the large heading within the completed form?
Find in product file or plugin: Easy Forms Part 1
$formoutput = "" . $form[title] . "\r\n\r\n";

Does this form need the user to have permission to post within the section it's intended to go? For instance, I post my completed forms in an area where admins can discuss the applicant. However, with my current form app I have to give a regular user permission to post in the section but I did not give them permission to view the forum. It worked well until I found out that if a user has the option to subscribe to any thread they post in, they can view it.
No.

Lastly, what is the PHP code to have their forum username automatically entered for a question?
$answer = '<input type="text" readonly="readonly" id="q_' . $formbit[id] . '" name="' . $formbit[id] . '" value="' . $vbulletin->userinfo[username] . '" />';

bananalive
01-28-2009, 12:50 PM
Found a small bug.

When using the image verification option, it displays the verification correctly, but then displays the frame for the verification again under the correctly displayed verification..

I'm using ReCaptcha if that matters/helps any.

What vb version are you using and what browser?

bananalive
01-28-2009, 12:51 PM
Would it be possible to include something so you can have a calendar in the form? Clicking the calendar will then add the date/time to another text field?

Also, then when saving the form, if there's data in the calendar field, have it create a calendar event on a specific calendar?

Basically what I'm doing is creating an event calendar form, having it write to a forum, then locking that forum down to new posts, but allowing people to reply to events.

Then I want to use the RSVP hack on this forum only. Which should pretty much give me a fairly accurate event calendar.

If possible, when someone then edits the event, if it matches an entry in the forum, to update the forum post as well. This might be way too much to ask from this mod, but I thought I'd ask anyway. =)
Sorry, I don't think this would be easily achievable with easy forms. Although i will be adding date field soon.

Trek
01-28-2009, 02:54 PM
What vb version are you using and what browser?

vB 3.8, FireFox 3.0.5

Sorry, I don't think this would be easily achievable with easy forms. Although i will be adding date field soon.

Ok, thanks anyway, a date field would be nice though and that helps! I was using the other forms product (as I finally got it to work before yours was released/I knew about it)...

I have to say, this setup is fantastic and couldn't be easier to use. Perfect install, good instructions, everything makes logical sense. Excellent job!

zerohead
01-28-2009, 07:28 PM
Hi,
I have a special need, and I'm not sure if this hack does the job.

My application needs a master sheet where users can add names, dates and files.
So how do i get this done?

1. Users click on link get a form, fill it out, attach files then send it to the database
2. Users search this database and get possible matches where they can click and see the names, files associated with their search?

If this hack doesn't do it, do you know of any?

Thank you

Simon Lloyd
01-28-2009, 08:10 PM
Links and Download Manager, its a great mod, however, the Designer/Coder (AndrewD) is very ill now, so the support for it is by other coders and users, saying that i have it installed on vb3.8.1 and it woks fine!

zerohead
01-28-2009, 08:51 PM
Thank you Simon will take a look :)
Hope he gets better soon

Pedrillo
01-28-2009, 10:14 PM
Great plugin.

I sucesfully installed it in my forum, but when someone fills a form get this javascript error:


vB_Editor[''] is undefined

at (line 2)
return vB_Editor[''].prepare_submit(this.title.value, 0);



And the form is not submited.

I'm using vBulletin 3.8 + vbSeo 3.2.0

zerohead
01-29-2009, 12:46 AM
Links and Download Manager, its a great mod, however, the Designer/Coder (AndrewD) is very ill now, so the support for it is by other coders and users, saying that i have it installed on vb3.8.1 and it woks fine!

Fantastic!!!! :) Appreciate your recommendation .... and it works with the new 3.8

Thank you very much!!!!!!!

Ov3rrun
01-29-2009, 03:05 AM
l'll wait for the option to attach an image to upload with the option "EMAIL FORM"

ty

Mellymonster
01-29-2009, 05:56 AM
Some reason its making the threads unapproved... How come? Can I fix this easy?

Heldenverband
01-29-2009, 07:51 AM
My favorite for MOTM !

It would be nice to have a date / clock field :)


Bye the way. I have create a JOIN US and FIGHT US with easyforms.

If it interesting by someone i can upload it here as attachment. Language is German but easy to translate.

bananalive
01-29-2009, 09:06 AM
Great plugin.

I sucesfully installed it in my forum, but when someone fills a form get this javascript error:


vB_Editor[''] is undefined

at (line 2)
return vB_Editor[''].prepare_submit(this.title.value, 0);



And the form is not submited.

I'm using vBulletin 3.8 + vbSeo 3.2.0
I'll have to look into this.
Some reason its making the threads unapproved... How come? Can I fix this easy?
Make sure $newpost['visible'] = '1'; and then check usergroups permissions for that forum.
It would be nice to have a date / clock field :)

Coming with next release.

Heldenverband
01-29-2009, 09:40 AM
Coming with next release.

Yippeeeeee :p

Edit :

In screenshot no 4 i can see more than one checkbox in ONE line. How i can separate checkboxes in the same line ?

bananalive
01-29-2009, 02:28 PM
Yippeeeeee :p

Edit :

In screenshot no 4 i can see more than one checkbox in ONE line. How i can separate checkboxes in the same line ?

Edit Question -> Options Per Row

Budget101
01-29-2009, 04:25 PM
What kind of question is it? dropdown select/ single line input...

Also check you are using the correct question number - it's the number after the # as circled in the attached screenshot

Oh, duh, got it, thank you so much for a wonderful mod. Your efforts are greatly appreciated.:up:

Mellymonster
01-29-2009, 04:41 PM
I got it all worked out, Thanks :D

Budget101
01-29-2009, 06:34 PM
Is there anyway to set a particular textfield to automatically parse url into a clickable link without forcing the user to write [url] tags?

Some users seem to have great difficulty in grasping the concept of adding bbcode correctly.

TIA!

ssslippy
01-29-2009, 07:44 PM
I have text in my description and I put the center bbcode around it. It's centering in the left column it seems there is an issue with your colspan in your description field.

Brak710
01-30-2009, 03:01 AM
No full instructions required here (unless necessary), i just need a hint where to look...

Let's say I want the hide the submit button on a form for 10 minutes so people think about and double check what they are submitting...

Where would one find the place to add a HTML/PHP script to do so. Is there some template/plugin I'm missing? I searched them all for "submit" or "preview" but I assume it's being called as a variable or something.

Any help would be appreciated, thanks!

imaroot
01-30-2009, 09:17 AM
it'll be handy for my forum will not install right now but maybe in the future

BOOKMARK though!

setishock
01-30-2009, 10:21 AM
First of all I carefully read through every single post in this thread. I get the impression this software is fairly simple to use and the author is quick to be helpful and fix any problems that appear to pop up. I'm impressed so I'm going to give this a test drive at my anime forum before I submit it to my friend at my computer forum. So in light of that I have a couple of questions. Please keep in mind I am not a coder.
1st> At my anime forum I have a section to link to wiki's about anime series. It has 3 pics which when clicked on go to the thread where pics for the subject are posted. Below that is the link to the wiki page. And below that is a short description of the series. Here's an exsample > http://animeappeal.com/forums/showthread.php?t=206
Is it possible to do something like that by filling out a form and just have the answers to the questions show in a new thread with the series name as the header?
2nd> Is it possible to use this to do product reviews? Like what is it? Who makes it? Model number. Then the review with maybe pros and cons added to it below that.

Same general format for both it would be safe to assume. Thanks in advance for any help. And is the version in the lead post the lastest one?

bananalive
01-30-2009, 01:33 PM
Is there anyway to set a particular textfield to automatically parse url into a clickable link without forcing the user to write [url] tags?

Some users seem to have great difficulty in grasping the concept of adding bbcode correctly.

TIA!

Find in plugin: Easy Forms Part 1:
$newpost['poststarttime'] = $poststarttime;
Add after
$newpost['parseurl'] = '1';

bananalive
01-30-2009, 01:34 PM
No full instructions required here (unless necessary), i just need a hint where to look...

Let's say I want the hide the submit button on a form for 10 minutes so people think about and double check what they are submitting...

Where would one find the place to add a HTML/PHP script to do so. Is there some template/plugin I'm missing? I searched them all for "submit" or "preview" but I assume it's being called as a variable or something.

Any help would be appreciated, thanks!

Template form_view

Or

Form Hook: Start Form

bananalive
01-30-2009, 01:39 PM
First of all I carefully read through every single post in this thread. I get the impression this software is fairly simple to use and the author is quick to be helpful and fix any problems that appear to pop up. I'm impressed so I'm going to give this a test drive at my anime forum before I submit it to my friend at my computer forum. So in light of that I have a couple of questions. Please keep in mind I am not a coder.
1st> At my anime forum I have a section to link to wiki's about anime series. It has 3 pics which when clicked on go to the thread where pics for the subject are posted. Below that is the link to the wiki page. And below that is a short description of the series. Here's an example > http://animeappeal.com/forums/showthread.php?t=206
Is it possible to do something like that by filling out a form and just have the answers to the questions show in a new thread with the series name as the header?
You can use the form output field in Edit Form with bbcode and macroses (http://www.bananalive.co.cc/help.html) to create the format of the post you want.

I've created a quick form here (http://www.bananalive.co.cc/misc.php?do=form&fid=10) which will post your output, example post here (http://www.bananalive.co.cc/showthread.php?p=145#post145) - I can export the form for you if you want to adapt it.
2nd> Is it possible to use this to do product reviews? Like what is it? Who makes it? Model number. Then the review with maybe pros and cons added to it below that.
I'm not sure which fields are needed for product review but you should be able to.
Same general format for both it would be safe to assume. Thanks in advance for any help. And is the version in the lead post the lastest one?

I'm just about to update the first post with the latest version - v2.7

bananalive
01-30-2009, 02:04 PM
I have text in my description and I put the center bbcode around it. It's centering in the left column it seems there is an issue with your colspan in your description field.

I'd missed out the width="100%", fixed in v2.7

Budget101
01-30-2009, 02:11 PM
Find in plugin: Easy Forms Part 1:
$newpost['poststarttime'] = $poststarttime;
Add after
$newpost['parseurl'] = '1';

hmmm... it didn't work, the url didn't become clickable.



Would this need to be changed as well??
Line 540 $formoutput = $bbcode_parser->do_parse($formoutput,false,true,true,true,true,fal se);

This is line 540 from the Easy Form 1

gamerscms
01-30-2009, 02:35 PM
An other update, what has changed in the mod?

Request: banana could you do a version history like you have on your ladder script?

great mod and nom for this month.

bananalive
01-30-2009, 02:40 PM
An other update, what has changed in the mod?

Request: banana could you do a version history like you have on your ladder script?

great mod and nom for this month.

Not much, it's mainly the little bugs users have found. The only feature added is the form start hook.

The version history is here (https://vborg.vbsupport.ru/showpost.php?p=1705444&postcount=2)

I've updated the first post with the link.

TheFocusElf
01-30-2009, 03:49 PM
Is this defined in the product or a template, the width of the QUESTION column and the width of the ANSWER column?

My questions seem to take up 90% of my board's fixed width, and this parses the answer fields in many cases.

Is it possible to format it like this:

Question
DescriptionAnswer #1
Answer #2

Maybe even putting the answers in their own definable table with a separate "style" or background color.

Most important for me, though is the width issue, right now this excellent mod looks like crap on my boards. And my forum's width is 950 pixels, so as for why it is so crunched up, I am unsure.

gamerscms
01-30-2009, 05:31 PM
Not much, it's mainly the little bugs users have found. The only feature added is the form start hook.

The version history is here (https://vborg.vbsupport.ru/showpost.php?p=1705444&postcount=2)

I've updated the first post with the link.

Great thanks :) update installed and working fine.

ssslippy
01-30-2009, 08:04 PM
Would it be hard to implement the ability to allow certain usergroups to edit a single form?

setishock
01-30-2009, 08:22 PM
Bananalive that is perfect and thank you. Yes please let me have the xml file for that.
I will mark as installed now.

Edit: I'm not having any problems with the product itself, I just don't know how to make it work like I want it to.
I haven't figured out how to make the output clean of the questions.

Blinkbux
01-31-2009, 04:05 AM
Thanks! The mod has been working fine and I love it!

*Clicked Installed and nominated for MOTM*

Stryker412
01-31-2009, 01:09 PM
Find in product file or plugin: Easy Forms Part 1
$formoutput = "" . $form[title] . "\r\n\r\n";


No.


$answer = '<input type="text" readonly="readonly" id="q_' . $formbit[id] . '" name="' . $formbit[id] . '" value="' . $vbulletin->userinfo[username] . '" />';

Thank you for all this, is there a way to make the username not editable?

Also which part of the Easy Forms plugin can I edit to make the answers font bigger?

lazyseller
01-31-2009, 01:44 PM
Currently you have the ability to submit a reply form to a set thread id.

It would be really great if we could somehow make the thread id dynamic so the whole forum can use the same form. The form would be submitted depending where the user generates the form link from.

http://www.bananalive.co.cc/misc.php?do=form&fid=10&threadid=(dynamic)

anuanu
01-31-2009, 03:19 PM
First off i want to say I love this mod. I use it as a recruitment/moderator application. I was wondering if you could add a part that would "Accept/Deny" an application and add "Accepted' or "Denied" to the thread title. And when it was "Denied" it would close the thread.

Currently what I do is make a reply saying if they were denied or accepted and close the thread.

lazyseller
01-31-2009, 03:22 PM
Cant you use vbulletin prefix to achieve what your trying to do?

bananalive
01-31-2009, 03:32 PM
hmmm... it didn't work, the url didn't become clickable.



Would this need to be changed as well??
Line 540 $formoutput = $bbcode_parser->do_parse($formoutput,false,true,true,true,true,fal se); This is line 540 from the Easy Form 1
It wouldn't show link in preview but it should in the thread created.

The bbcode parser is separate, this is no option to parse urls with it.
Is this defined in the product or a template, the width of the QUESTION column and the width of the ANSWER column?

My questions seem to take up 90% of my board's fixed width, and this parses the answer fields in many cases.

Is it possible to format it like this:

Question
DescriptionAnswer #1
Answer #2Maybe even putting the answers in their own definable table with a separate "style" or background color.

Most important for me, though is the width issue, right now this excellent mod looks like crap on my boards. And my forum's width is 950 pixels, so as for why it is so crunched up, I am unsure.
You can modify the width by editing one of the formbit templates.

For instance:

open template form_formbit_textfield

Find
<td class="smallfont" style="vertical-align: top; font-weight: bold;">$formbit[question]Replace
<td class="smallfont" style="vertical-align: top; font-weight: bold; width: 250px;">$formbit[question]Would it be hard to implement the ability to allow certain usergroups to edit a single form?
Yes I cannot think of a way to do this.
Bananalive that is perfect and thank you. Yes please let me have the xml file for that.
I will mark as installed now.

Edit: I'm not having any problems with the product itself, I just don't know how to make it work like I want it to.
I haven't figured out how to make the output clean of the questions.

You will need to change the {q_48}, etc. with the corresponding number on the imported form. See attached screenshot

bananalive
01-31-2009, 03:40 PM
First off i want to say I love this mod. I use it as a recruitment/moderator application. I was wondering if you could add a part that would "Accept/Deny" an application and add "Accepted' or "Denied" to the thread title. And when it was "Denied" it would close the thread.

Currently what I do is make a reply saying if they were denied or accepted and close the thread.
I think what you trying to achieve is beyond what the modification does. Lazyseller's idea is worth considering.
Currently you have the ability to submit a reply form to a set thread id.

It would be really great if we could somehow make the thread id dynamic so the whole forum can use the same form. The form would be submitted depending where the user generates the form link from.

http://www.bananalive.co.cc/misc.php?do=form&fid=10&threadid=(dynamic (http://www.bananalive.co.cc/misc.php?do=form&fid=10&threadid=%28dynamic))
You could use 'Form Hook: Form Start':
$form['where'] = $vbulletin->input->clean_gpc('g', 'threadid', TYPE_UNIT);
if(!$form['where'])
{
$errormessage = "Error, no threadid specified.";
eval('print_output("' . fetch_template('STANDARD_ERROR') . '");');
}
Thank you for all this, is there a way to make the username not editable?

Also which part of the Easy Forms plugin can I edit to make the answers font bigger?
username shouldn't be editable, check it has the code readonly="readonly" in the question

Use 'Answer BBcode' [size=+1] or something similar

Simon Lloyd
01-31-2009, 04:22 PM
This is probably a difficult one to answer, but i have put a button in my post bit that eventually will link to a form (will sort out how to do this later!), what i would like to do is post the form results to a custom bbcode tag in the original (the post that the button was clicked in) post, is that possible, or if thats not possible, is it possible to post to a forum as a new (not editable by ordinary members) thread?

Big ask i know.

Simon Lloyd
01-31-2009, 04:31 PM
with this:Thread/ PM/ Email Title:
If left blank then the Thread/ PM title will be the same as the form title. You can use the following variables in the title: {username}, {userid} and {q_*}. For {q_*} replace the question id with the *, for example to show question 1's output you would use {q_1}.

can i use {q_1} - {q_2}
So that the title may look like "My Tip - Todays Tip" ?

bananalive
01-31-2009, 04:33 PM
This is probably a difficult one to answer, but i have put a button in my post bit that eventually will link to a form (will sort out how to do this later!), what i would like to do is post the form results to a custom bbcode tag in the original (the post that the button was clicked in) post, is that possible, or if thats not possible, is it possible to post to a forum as a new (not editable by ordinary members) thread?

Big ask i know.
The button link could be something like this:
<input type="button" value="Form" onclick="window.location.href='http://www.your-forum.com/misc.php?do=form&fid=4'">

If you're wanting the button to edit the thread then this modification couldn't do it. It could with a bit of tweaking reply to thread which post is in.

The alternative is possible, just make sure forum permissions are set to cannot edit posts (for ordinary members).

with this:can i use {q_1} - {q_2}
So that the title may look like "My Tip - Todays Tip" ?

Yes

Simon Lloyd
01-31-2009, 05:19 PM
The button link could be something like this:
<input type="button" value="Form" onclick="window.location.href='http://www.your-forum.com/misc.php?do=form&fid=4'">

If you're wanting the button to edit the thread then this modification couldn't do it. It could with a bit of tweaking reply to thread which post is in.

The alternative is possible, just make sure forum permissions are set to cannot edit posts (for ordinary members).



YesThanks for posting back so quick!, for the last part {Q...etc great as thats what i have done, and thanks for the code for button link (i'll try to work that one out), i have set up a forum to accept the form as i thought the other would be too difficult, all i need to do now is work out how to show an icon in the post that the button was clicked in perhaps with a link behind it to the form, again not your problem as your forms work great, could you explain what the new items are for? the Form Hooks? and what can i use to put in the Custom form output?, is it possible for the vbulletin editor response to appear in a custom bbcode that i have? (it's a bit like the quote bbcode only has a custom colour and pic)

bananalive
01-31-2009, 05:38 PM
Thanks for posting back so quick!, for the last part {Q...etc great as thats what i have done, and thanks for the code for button link (i'll try to work that one out), i have set up a forum to accept the form as i thought the other would be too difficult, all i need to do now is work out how to show an icon in the post that the button was clicked in perhaps with a link behind it to the form, again not your problem as your forms work great, could you explain what the new items are for? the Form Hooks? and what can i use to put in the Custom form output?, is it possible for the vbulletin editor response to appear in a custom bbcode that i have? (it's a bit like the quote bbcode only has a custom colour and pic)

The form hooks allow you to execute php code at the beginning of the form, just after it is queried (eg. for additional permissions) and just before it is submitted (eg. to submit to multiple locations or to validate some fields).

The custom form output accepts any forum bbcode you have and also macroses, for the questions and answers.

Simon Lloyd
01-31-2009, 05:50 PM
The form hooks allow you to execute php code at the beginning of the form, just after it is queried (eg. for additional permissions) and just before it is submitted (eg. to submit to multiple locations or to validate some fields).

The custom form output accepts any forum bbcode you have and also macroses, for the questions and answers.Well not being a coder ( i can do what i'm told but not that great at writing it!) that was a bit like dutch to me "macroses"?, i understand the acceptance of bbcode but i was looking to have just the vbulletin editor output to appear inside these tags in the thread it is sent to.

BTW, thanks for this great support!

Simon Lloyd
01-31-2009, 06:03 PM
Bananlive, sorry to keep calling on your time but i created a form but it didn't create a thread title and the sections are shown right against the titles here http://www.thecodecage.com/forumz/top-tips/57075-a.html i have upgraded your account at my forum to admin so you can check the edit of the form and what i may have done wrong.

bananalive
01-31-2009, 06:17 PM
Bananlive, sorry to keep calling on your time but i created a form but it didn't create a thread title and the sections are shown right against the titles here http://www.thecodecage.com/forumz/top-tips/57075-a.html i have upgraded your account at my forum to admin so you can check the edit of the form and what i may have done wrong.
Macroses is just a number for {q_45} and {qn_6}

Uses the # numbers

For Example:

1. What application is this for?
(Dropdown Select) #8

{q_8}

For the sections use \r\n for line breaks

New output: http://www.thecodecage.com/forumz/top-tips/57079-access-test.html

If you create a post of format you want I'll try and write the custom form output for you.

Simon Lloyd
01-31-2009, 06:48 PM
Thanks for that i appreciate it, i have edited the post below, it some way towards what i want, a nice concise uniform look, easy to read.
http://www.thecodecage.com/forumz/top-tips/57079-access-test.html#post207964

Simon Lloyd
01-31-2009, 07:07 PM
Bananalive, fantastic support, thanks for the fix!

alduren
02-01-2009, 09:02 AM
Thanks for this mod!!.

I have a question. In my form I have a field with this custom form output.

https://vborg.vbsupport.ru/

When the answer is blank it shows code because this field is not compulsory, like this

[IMG].

If the field is blank I don?t want to show BBcode, how could I correct this??

setishock
02-01-2009, 10:15 AM
That's too cool. After loading the xml sheet I could see clearly how it works. All I needed was an example. Thank you again.

Vitaly
02-01-2009, 12:04 PM
Hi, Banana,

At last, got enougth time to study latest changes in your form constructor. Thanks a lot for your work. I have some proposals, may be, youll find those useful for your 3.0 version :) .

1. Processing can be switched from "form parameters" to "form actions". That will spin flexibility to the next level, and will simplify / improve coding & interface for each action.

Each action can have a custom parameter & action can be added to form in the same manner, as questions. The big advantage is, that you can have several action in one time (or just skip unnecessary one). Here is actions examples:

- posting
Create Thread
PM form
Email Form
... (other types of data processing)- customisations
Custom success message (? with JS redirect to URL)
Custom error message if no permissions to use form (? with JS redirect to URL)Of cause, that can be done via hooks, but that method is much more complicated, than just push mouse buttons :) . And you are not limited to add new actions, when required. That's a kind of "advanced hooks conctructor" :)

(*) Don't know what is better: to keep title & template common, or make it individual for each posting action. Probably, second method is better and simplify main form editing page.

2. "Only for guest" questions.

Reason is simple: User should not care, which form to select for feedback. That's extremly significant for advertiser and payed visitors. If he is registered, then additional information is taken from profile. If not - he is asked to fill additional input fields.

Solution is trivial: add flag "only for guests" for all questions.

3. Full template language support in form templates.

AFAIK only macroses are supported now. But it would be useful to support <if> <else> and all internal forum variables in form templates. It seems, there are no serious barriers to do that. vBulletin have a powerful templates parser, that can be used. It's useful with proposal (2), when you can easily fix template output, depending on user permissions.

4. Please, check vulnerabilities issues

- What happens, if user enter macros name in text field? Are such patterns stripped (or converted to safe style) prior to process form?

5. It's better so send Emails in HTML. Вetter look, when use several actions (make post and send email)

(*) If you'll switch to "actions", it's possible to create new one "send email as HTML" :) . If each action has personal template, that's not a problem at all.

6. Don't know, if it's useful, but I'd enlarge default form description font to SIZE=2. And would remove "Form Description" from border.

7. It would be useful to have form active for user, but hidden from public list. No ideas, why you use 2 access settings in product options, but only sigle setting for each form. Parameter "who can view form in list" can solve it.

8. Date question format. Some prefer dd-mm-yy. May be, format type to this question?

9. Does "send email" support multiple addresses?

(*) Useful, but not critical if multiple actions are supported.

Regards,

Vitaly.

lazyseller
02-01-2009, 02:50 PM
Will definately post a paypal donation for your hardwork on this mod.

Originally Posted by lazyseller
Currently you have the ability to submit a reply form to a set thread id.

It would be really great if we could somehow make the thread id dynamic so the whole forum can use the same form. The form would be submitted depending where the user generates the form link from.


http://www.bananalive.co.cc/misc.php?do=form&fid=10&threadid=(dynamic)

"You could use 'Form Hook: Form Start':"


$form['where'] = $vbulletin->input->clean_gpc('g', 'threadid', TYPE_UNIT);
if(!$form['where'])
{
$errormessage = "Error, no threadid specified.";
eval('print_output("' . fetch_template('STANDARD_ERROR') . '");');


Im able to access the form via misc.php?do=form&fid=10&threadid=(dynamic) but the script is unable to figure out which thread to post in.

I left "Threadid where Post is Created:*" blank since this would need to be dynamic. Unsure where to proceed from here.

Vaupell
02-01-2009, 05:44 PM
Incredible. Installed, Voted, Nominated

Awsome.
so awsome its a admin feature now ;)

93875

trickfly
02-01-2009, 10:27 PM
whats the point of this mod ?

Pedrillo
02-01-2009, 10:40 PM
Great plugin.

I sucesfully installed it in my forum, but when someone fills a form get this javascript error:


vB_Editor[''] is undefined

at (line 2)
return vB_Editor[''].prepare_submit(this.title.value, 0);



And the form is not submited.

I'm using vBulletin 3.8 + vbSeo 3.2.0



I discover that the form is submited or not depending of the order of the variable options that I indicate in the "Thread/ PM/ Email Title: " field:

Example: It's ok with "{q_1}: {q_2}" but not submit the form if I wrote "{q_2}: {q_1}"

In other form it's ok with "{q_6} {q_5}" but not with "{q_5} {q_6}"

:confused: :confused: What's wrong?

Thank you bananlive! ;)

brainfood
02-02-2009, 12:09 AM
Thanks for the great modification. I am just starting to use it and have two questions.

Question 1:
How do I get the form results to be saved to the database? When I creating a new form I see a drop down box with the following options:

PM Form to User
Post New Thread
Post in Thread
Email Form

I do not see anything that allows me to "save to database".

I checked the tables after creating a form and using the form and the formresults tables is empty.

Question 2:
Ideally I want a user to fill out a form and submit it. When it is submitted it is posted to a thread and saved to a database. Is this possible?

Thanks!