vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   New Posting Features - Easy Forms v4.x - Create a form or multiple forms without php or html knowledge (https://vborg.vbsupport.ru/showthread.php?t=234385)

bananalive 01-20-2011 12:39 PM

Quote:

Originally Posted by Sarcoth (Post 2145569)
Heya Bananalive,

I was wondering if there was a way to make this work if the profilefield was a Multiple-Selection Menu. I'm allowing the users to select up to 3 options in a particular field and I would like to have the selected ones displayed on the form I created.

Thanks in advance.

There's no simple way to do that.

bananalive 01-20-2011 12:40 PM

Quote:

Originally Posted by Mastar (Post 2151661)
I get that error above the forum on the application I created.

Also the application looks like this:

Do you have any custom questions?

Or do you have anything in the hooks ('Form Hook: Form Start' or 'Form Hook: Before Submit')?

Mastar 01-20-2011 06:23 PM

It was the custom question! Even if I just put 1 letter in the question field and 1 letter in the PHP Code field.

Welshy2008 01-20-2011 07:27 PM

Quote:

Originally Posted by Welshy2008 (Post 2150388)
Hello Bananalive,

I need some help if you'd be so kind, Please?

I have entered a username section in a "Custom" section, on a form that will be e-mailed to me.

Below are some screnshots of what it looks like (THE Field is too far over to the left and Not centered like the others, and this is what I wish to do, please)...

... And the second screenshot is of my actual code entered on the Custom input.

Please let me know where I have gone wrong and how to correct it?

Many Thanks.

Quote:

Originally Posted by bananalive (Post 2151420)
Add class="textbox" before />


Thanks BA,

'Tis very strange. I just went to add that class="textbox" and the box was aligned already, where it should be. I added it anyway, as it gave a larger box, to match the rest of the form.

Thanks Again.

CharlieDelta 01-20-2011 11:50 PM

Quote:

Originally Posted by CharlieDelta (Post 2126072)
I am having the same problem. I have triple checked all the permission settings for the usergroup, forum, easy form and the form itself. It was working fine and all submissions were being approved and now suddenly they are submitted unaproved.

Any ideas???

Thanks

Hey Bananalive, do you have any ideas or thoughts on this issue?
Thanks.

bananalive 01-21-2011 11:05 AM

Quote:

Originally Posted by Mastar (Post 2152073)
It was the custom question! Even if I just put 1 letter in the question field and 1 letter in the PHP Code field.

The PHP Code field must contain valid php or will cause the error you have. Use code like:

PHP Code:

$answer 'blah blah blah'


bananalive 01-21-2011 11:06 AM

Quote:

Originally Posted by CharlieDelta (Post 2152179)
Quote:

Originally Posted by CharlieDelta (Post 2126072)
I am having the same problem. I have triple checked all the permission settings for the usergroup, forum, easy form and the form itself. It was working fine and all submissions were being approved and now suddenly they are submitted unaproved.

Any ideas???

Thanks

Hey Bananalive, do you have any ideas or thoughts on this issue?
Thanks.

Was it after you upgraded Easy Forms version?

bananalive 01-21-2011 08:57 PM

1 Attachment(s)
v4.2.0

New question type - scale.

https://vborg.vbsupport.ru/attachmen...3&d=1295650603
https://vborg.vbsupport.ru/attachmen...4&d=1295650603

CharlieDelta 01-21-2011 11:58 PM

Quote:

Originally Posted by bananalive (Post 2152340)
Was it after you upgraded Easy Forms version?

You know what it may have. I have been using this great MOD since April 2010 and I started noticing this in September just after 4.1.7.

riskofficer 01-24-2011 10:32 AM

Hello bananalive!

Could u please write changelog for new version?

Thx!

bananalive 01-24-2011 02:06 PM

Quote:

Originally Posted by riskofficer (Post 2153753)
Hello bananalive!

Could u please write changelog for new version?

Thx!

Updated

There was only the one change of adding question type: scale

bananalive 01-24-2011 02:08 PM

1 Attachment(s)
v4.2.1 - Grid Question
  • Upto 5 columns
  • As many rows as you want

https://vborg.vbsupport.ru/attachmen...1&d=1295885219 https://vborg.vbsupport.ru/attachmen...1&d=1295885219

bananalive 01-24-2011 02:14 PM

Quote:

Originally Posted by CharlieDelta (Post 2152645)
You know what it may have. I have been using this great MOD since April 2010 and I started noticing this in September just after 4.1.7.

Was this for posting new thread? I can't see any changes to posting thread from v4.1.6 to v4.2.1

CharlieDelta 01-24-2011 02:29 PM

Quote:

Originally Posted by bananalive (Post 2153847)
Was this for posting new thread? I can't see any changes to posting thread from v4.1.6 to v4.2.1

Yes that is correct, posting new thread.

Mycologist 01-24-2011 07:13 PM

Awesome, awesome mod! Has to be in the top 3 of all time mods for VB4.

I have two quick questions.

1. How can I change the address fields so that they relate to Canadian addresses (ie Province instead of State)

2. How can I include the time in the date option?

kether1 01-24-2011 09:42 PM

Bug report: Upgraded and added a grid question and cannot get the Form Results Poll or the Form Results Table to show. My grid question has a yes and no and 15 fields. The Form Results do show. Did something change between the last version and this one that would effect the display of those two fields?

Thanks.
Kether

Edit: It appears the the Grid Question is not addressed in the AdminCP part of the product. Maybe that is why it doesn't display when used. I can display all other fields when I remove the grid question. Hope this helps.

bananalive 01-25-2011 12:32 PM

Quote:

Originally Posted by Mycologist (Post 2153988)
Awesome, awesome mod! Has to be in the top 3 of all time mods for VB4.

I have two quick questions.

1. How can I change the address fields so that they relate to Canadian addresses (ie Province instead of State)

2. How can I include the time in the date option?

1. Edit Phrase address_state to
Code:

Province

bananalive 01-25-2011 12:33 PM

Quote:

Originally Posted by kether1 (Post 2154052)
Bug report: Upgraded and added a grid question and cannot get the Form Results Poll or the Form Results Table to show. My grid question has a yes and no and 15 fields. The Form Results do show. Did something change between the last version and this one that would effect the display of those two fields?

Thanks.
Kether

Edit: It appears the the Grid Question is not addressed in the AdminCP part of the product. Maybe that is why it doesn't display when used. I can display all other fields when I remove the grid question. Hope this helps.

Thanks for reporting the issue, fixed in v4.2.2

kether1 01-25-2011 12:46 PM

Quote:

Originally Posted by bananalive (Post 2154314)
Thanks for reporting the issue, fixed in v4.2.2

Excellent! Nice work!

Kether

kether1 01-25-2011 02:43 PM

I have a new error. When I delete a form, I get the following error with this new version:

Code:

MySQL Error  : Unknown column 'userid' in 'where clause'
Also a question: When importing a form into my live site that was created on my test site, I seem to have no way to edit or delete the form. The only way to remove an imported form seems to be to uninstall the product. Is this correct?

Thanks,
K

bananalive 01-25-2011 06:20 PM

1 Attachment(s)
Quote:

Originally Posted by kether1 (Post 2154363)
I have a new error. When I delete a form, I get the following error with this new version:

Code:

MySQL Error  : Unknown column 'userid' in 'where clause'
Also a question: When importing a form into my live site that was created on my test site, I seem to have no way to edit or delete the form. The only way to remove an imported form seems to be to uninstall the product. Is this correct?

Thanks,
K

For forms imported from your test database, the userid will probably be different (on test site than live site), so if the following option is enabled then you wont have access to it.

AdminCP -> Settings -> vBulletin Options -> Easy Form Options -> Users can only edit their own forms: No
(This option is based on userid.)

The database error, is similar problem, but is fixed in attached product.

kether1 01-25-2011 06:45 PM

Thanks again, Dom!

Mastar 01-26-2011 06:34 PM

BANANALIVE, I'm trying to get the form to auto create a thread with the form questions and results (the person's answer) when the form is submitted, I see I can put {qo_*} where * is the question Id but is there a function that I can just include all questons. Is that possible??

bananalive 01-26-2011 06:49 PM

Quote:

Originally Posted by Mastar (Post 2154994)
BANANALIVE, I'm trying to get the form to auto create a thread with the form questions and results (the person's answer) when the form is submitted, I see I can put {qo_*} where * is the question Id but is there a function that I can just include all questons. Is that possible??

If you leave the custom output blank, then Easy Form will automatically compile the questions and answers for you.

deverill2010 01-26-2011 07:58 PM

Your have to excuse me as I haven't read the whole thread, but how can I change the word 'forms' in the navbar to something else?

bananalive 01-26-2011 08:01 PM

Quote:

Originally Posted by deverill2010 (Post 2155019)
Your have to excuse me as I haven't read the whole thread, but how can I change the word 'forms' in the navbar to something else?

Edit phrase "forms" in admincp

Mastar 01-26-2011 08:12 PM

Thanks!

How can I make a Question with a url that will open in a new window. I wanna make a TOS agreement that the user will have a yes and no option and the url under the question that when clicked will open a popup window.

deverill2010 01-26-2011 08:35 PM

I have just created a form and added a question.. When I try to view the form i get this at the top of my site -

Parse error: syntax error, unexpected T_STRING in /home/midwife/public_html/misc.php(89) : eval()'d code(1108) : eval()'d code on line 1

thetgc 01-26-2011 09:16 PM

Quote:

Originally Posted by Mastar (Post 2155026)
Thanks!


How can I make a Question with a url that will open in a new window. I wanna make a TOS agreement that the user will have a yes and no option and the url under the question that when clicked will open a popup window.

In the description field just use the [URL] bbcode.

For example [URL ]http://www.yoursite.com/tos.html[/ URL]

Or

[URL=http://www.yoursite.com/tos.html ]Click here for TOS[/URL ]

Just remove the spaces ;)

However as a suggestion to be added to the mod, it would be great if there was some sort of question that could be added that has to be answered before the form is filled out, or even after.

For example, the question could have all the tos in it, and at the bottom an "Agree" or "Disagree" button could be there, where if you press agree, it takes you to the form, and if disagree is selected, it takes you back to the previous page or warns you that you must agree to proceed. Also with an option in the settings to note on the answers (on the thread or pm that is created) that the user agreed.

Just a thought...

deverill2010 01-27-2011 07:30 AM

I managed to get rid of that error by unistalling and then reinstalling the plugin.

I have enabled the tab in the navbar and I only want it to be viewable by two groups I set, these are the same groups that I have set as being able to see the form.

The thing is only the admin can see the tab at the moment? How do I make the tab viewable to the other group?

Greight 01-27-2011 11:28 AM

Why doesn't this mod support utf8 characters. All turn into question marks.

ceho 01-27-2011 05:54 PM

Hi, jus two questions I couldn't find the answers to:

is it possible to preselect a value from a dropdown select so that it's shown when am user enters the form?

And second: is it somehow possible that users of a form could upload a picture via form that will be shown in a post/thread (as an attachment)? How would I do such a thing, how would I set up a form field (custom?)?

And maybe you can take a look at this old post of mine: https://vborg.vbsupport.ru/showpost....&postcount=956

I hope I made myself understood... Thankyou very much!

biancolaw 01-28-2011 05:50 PM

Love this mod, can you tell me how I what code I would change to add a section as a link to the new form? I thought it would be section_navnext but I can't find where to edit to make it work. Nobody seems to have a straight answer to make a section a link.

deverill2010 01-29-2011 06:30 AM

Do you have any idea how I servers permissions or the tab? It needs to e only visible to two groups and I need it sorted asap as I bed to use it. Any help much appreciated x

bananalive 01-29-2011 09:52 AM

Quote:

Originally Posted by deverill2010 (Post 2155037)
I have just created a form and added a question.. When I try to view the form i get this at the top of my site -

Parse error: syntax error, unexpected T_STRING in /home/midwife/public_html/misc.php(89) : eval()'d code(1108) : eval()'d code on line 1

What type of question did you add?

Do you have anything in the Form Hooks?

bananalive 01-29-2011 10:02 AM

Quote:

Originally Posted by thetgc (Post 2155040)
However as a suggestion to be added to the mod, it would be great if there was some sort of question that could be added that has to be answered before the form is filled out, or even after.

For example, the question could have all the tos in it, and at the bottom an "Agree" or "Disagree" button could be there, where if you press agree, it takes you to the form, and if disagree is selected, it takes you back to the previous page or warns you that you must agree to proceed. Also with an option in the settings to note on the answers (on the thread or pm that is created) that the user agreed.

Just a thought...

An easy way to do Terms and Conditions question is to add a Compulsory Checkbox Question but only have the one option of 'Agree'. If nothing is selected the form is not submitted. If 'I agree' is selected then the form will submit.

Then you could put rules as link or list them in the question description.

deverill2010 01-29-2011 10:10 AM

I just added a single field question, but I no longer have the error asi usitalled and reinstalled the plugin.

What I'm now having a problem with is setting permissions as to who can see the tab in the navbar..

bananalive 01-29-2011 10:30 AM

Quote:

Originally Posted by deverill2010 (Post 2155169)
I managed to get rid of that error by unistalling and then reinstalling the plugin.

I have enabled the tab in the navbar and I only want it to be viewable by two groups I set, these are the same groups that I have set as being able to see the form.

The thing is only the admin can see the tab at the moment? How do I make the tab viewable to the other group?

Permission for the Easy Forms Tab is based on: Usergroups Allowed to View Form Lists

bananalive 01-29-2011 10:31 AM

Quote:

Originally Posted by Greight (Post 2155226)
Why doesn't this mod support utf8 characters. All turn into question marks.

What are you trying to input? and into what field?

bananalive 01-29-2011 10:39 AM

Quote:

Originally Posted by ceho (Post 2135950)
Hi there,

I tried to figure it out myself by checking the templates and stuff and searching this thread but didn't succeed.

1. So I ask for help: on the output form, how can I increase the space between the questions section on the left and the reply area on the right.

2. Please see the attached image, where the red arrow is I want to create a bigger distance.

Could you please tell me how I can do this?

Thanks a lot and keep up the great work (and do not drop supporting vB mods please!).

1. Edit Form -> Section BB code: (box on the right)
from:
HTML Code:

[/SIZE][/U]
to:
HTML Code:

[/SIZE][/U]\r\n\r\n
(each \r\n is the equivalent of pressing enter - a new line)

2. Find in template form_formbit_checkboxes
HTML Code:

<ul class="checkradio group rightcol" style="width: 100%;">
Replace with
HTML Code:

<ul class="checkradio group rightcol" style="width: 100%; padding-left: 10px;">


All times are GMT. The time now is 03:54 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02895 seconds
  • Memory Usage 1,857KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (4)bbcode_html_printable
  • (1)bbcode_php_printable
  • (24)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete