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)

Martyh 02-14-2010 10:34 PM

Hi, if the form is set to start a new thread and the user default subscription setting is set to subscribe them to the threads they post in, it does not subscribe them to the thread. If the same user starts a thread the conventional way then it does subscribe them to it, is there any way to get the subscription to work with the form submit ?

Sarcoth 02-15-2010 12:31 PM

Quote:

Originally Posted by bananalive (Post 1981402)
Yes

The user submitting the form, may need permissions to change the display name.

Also, did the user have a custom display title that might have stopped it.

Strange. I tried it with the main admin account and it still didn't update the display name. I don't use custom display names. I'm confused on that one. Must be some option on my forums then since the main admin should be able to do anything.

EDIT: OHHHH, I see what it does now. It changes the users "User Title" directly. Nice. It works for the main admin and the other user. I initially meant changing the "Display Usergroup" because I thought that would have to control the "User Title" field. This is great. I'm going to play with it and see what else I can get it to do. Thank you.

Sarcoth 02-15-2010 02:40 PM

I'd like to require the userid field to only accept 1-4 numbers. I tried entering the following for the Regular Express: [0-9]{1-4}
That is causing some red text to appear over the question when entering anything into the field. Is the regular expression wrong or?

rfsforums 02-15-2010 03:55 PM

Quote:

Originally Posted by bananalive (Post 1982081)
Which field are using it in?

For testing purposes I was entering it in the "Form Output Top BB code:" field.

angelimnot 02-15-2010 09:34 PM

Is there a way to to add bbcode to just one question's answer? the option under "Form BB code and Custom Output" adds bbcode to every answer and or question.

BiZiMDiYaR 02-15-2010 10:24 PM

Hi,

When I do export from the VB3 forum, and after that I want to import the xml file, it gives an error that the file is not correct or not found.. Can this be solved ? Thanks.

iadventure 02-16-2010 10:12 PM

So, I read through most of the questions and did not find an answer. Hopefully I didn't miss it and now asking again...

I am trying to use this a a rating system for products. I want to have a forum with a category and then a place for users to view the results of a product form and be able to fill out that same form and then re-directed back to the results page.
EXAMPLE:
root forum/"rate it" forum/bumpers/x_company bumper/ Here I want users to view the form results (as a poll?) and be able to fill out the form too. Then get re-directed back to the results.


Thanks for your patience, I am pretty new to forums and forms.

Jabong82 02-18-2010 02:47 AM

How do you get this to post to a thread? I'd like to use the form as part of a thread where people can click on it and submit. However every time I clock "post new thread" or "post in thread" nothing happens. Any idea?

Also I can't delete any questions in the form. I can edit questions, but I can't delete them. Any help would be appreciated. Thank you in advance.

bananalive 02-18-2010 06:15 PM

Quote:

Originally Posted by Jabong82 (Post 1985239)
How do you get this to post to a thread? I'd like to use the form as part of a thread where people can click on it and submit. However every time I clock "post new thread" or "post in thread" nothing happens. Any idea?

Also I can't delete any questions in the form. I can edit questions, but I can't delete them. Any help would be appreciated. Thank you in advance.

Have you uploaded easyforms.js to your server?

Is your browser's javascript enabled?

bananalive 02-18-2010 06:19 PM

Quote:

Originally Posted by iadventure (Post 1984129)
So, I read through most of the questions and did not find an answer. Hopefully I didn't miss it and now asking again...

I am trying to use this a a rating system for products. I want to have a forum with a category and then a place for users to view the results of a product form and be able to fill out that same form and then re-directed back to the results page.
EXAMPLE:
root forum/"rate it" forum/bumpers/x_company bumper/ Here I want users to view the form results (as a poll?) and be able to fill out the form too. Then get re-directed back to the results.


Thanks for your patience, I am pretty new to forums and forms.

Set permissions for everyone to view form results in Easy Forms Options.

Tick the box 'Redirect user after form is submitted' on Edit Form page

Set 'URL of webpage user is redirected to:' on Edit Form page
Code:

http://www.yoursite.com/forums/misc.php?do=formresults_poll&fid=4

bananalive 02-18-2010 06:33 PM

Quote:

Originally Posted by BiZiMDiYaR (Post 1983327)
Hi,

When I do export from the VB3 forum, and after that I want to import the xml file, it gives an error that the file is not correct or not found.. Can this be solved ? Thanks.

looking for a solution to this

bananalive 02-18-2010 06:35 PM

Quote:

Originally Posted by angelimnot (Post 1983291)
Is there a way to to add bbcode to just one question's answer? the option under "Form BB code and Custom Output" adds bbcode to every answer and or question.

No, you would have to use custom output.

Or edit question and then type it in 'Question' box

bananalive 02-18-2010 06:47 PM

Quote:

Originally Posted by rfsforums (Post 1983067)
For testing purposes I was entering it in the "Form Output Top BB code:" field.

Use it within 'Thread/ PM/ Email Title:'

bananalive 02-18-2010 06:58 PM

Quote:

Originally Posted by Sarcoth (Post 1982995)
I'd like to require the userid field to only accept 1-4 numbers. I tried entering the following for the Regular Express: [0-9]{1-4}
That is causing some red text to appear over the question when entering anything into the field. Is the regular expression wrong or?

You need a / at beginning and end of the string.
Also a $ (dollar sign) before last slash so it matches the whole string.
Code:

/^[0-9]{1,4}$/

bananalive 02-18-2010 07:00 PM

Quote:

Originally Posted by Martyh (Post 1982516)
Hi, if the form is set to start a new thread and the user default subscription setting is set to subscribe them to the threads they post in, it does not subscribe them to the thread. If the same user starts a thread the conventional way then it does subscribe them to it, is there any way to get the subscription to work with the form submit ?

Remove this line from plugin: Easy Forms Part 1

PHP Code:

$threadinfo['issubscribed'] = false


bananalive 02-18-2010 07:02 PM

Quote:

Originally Posted by finalcut (Post 1982504)
@bananalive,

installed and convinced: this is a great addon! And I appreciate your work.

I managed nearly everything I wanted to do with it. Except one thing:
inserting the formdata into an existing or new database table

How can this be managed?

Many thanks!

You can add php code to add it to any table in Form Hook: Before Submit

Or collect the data in the Forms Table by selecting 'Save to Database'

zanthor 02-18-2010 07:38 PM

4.0.2 seems to have buggered up the format of this...

http://www.botbh.com/misc.php?do=form&fid=1

Is this something I've done wrong, or a bigger issue in 4.0.2 and this app?

Sarcoth 02-18-2010 08:17 PM

Thanks again bananalive. I'll try to come up with another question later. :)

BiZiMDiYaR 02-18-2010 11:27 PM

Quote:

Originally Posted by bananalive (Post 1985818)
looking for a solution to this

Yeah, hope so.. I don't want to make all of them new again.. :)

Jabong82 02-19-2010 03:37 AM

Quote:

Originally Posted by bananalive (Post 1985798)
Have you uploaded easyforms.js to your server?

Is your browser's javascript enabled?

For some reason after a re-install I am able to now edit/delete questions, however I can't get the form to post in a thread.

Is there an actual button somewhere that submits everything? I just see a bunch of save buttons under each field. Maybe I'm missing something.

Thanks in advance.

wmbook 02-19-2010 05:43 AM

Excellent.

Bug: Questions were not showing up on the wisywig editor.

Great Job!!!!!

Heldenverband 02-19-2010 08:16 AM

It would be nice to have a thumb picture on thread view so it is possible to use easy forms for a classified section :)

Is this possible ?

bananalive 02-19-2010 09:13 AM

Quote:

Originally Posted by Heldenverband (Post 1986257)
It would be nice to have a thumb picture on thread view so it is possible to use easy forms for a classified section :)

Is this possible ?

You would need another modification to alter thread view

bananalive 02-19-2010 09:13 AM

Quote:

Originally Posted by wmbook (Post 1986212)
Excellent.

Bug: Questions were not showing up on the wisywig editor.

Great Job!!!!!

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

bananalive 02-19-2010 09:19 AM

Quote:

Originally Posted by Jabong82 (Post 1986155)
For some reason after a re-install I am able to now edit/delete questions, however I can't get the form to post in a thread.

Is there an actual button somewhere that submits everything? I just see a bunch of save buttons under each field. Maybe I'm missing something.

Thanks in advance.

All of the 'Save' buttons, do exactly the same, submitting/saving all fields. (I added additional butttons to save scrolling :))

Have you selected the right threadid?

(I have just checked it on my forum and it is working fine)

bananalive 02-19-2010 09:22 AM

Quote:

Originally Posted by zanthor (Post 1985864)
4.0.2 seems to have buggered up the format of this...

http://www.botbh.com/misc.php?do=form&fid=1

Is this something I've done wrong, or a bigger issue in 4.0.2 and this app?

This modification follows the same css as used in other parts of vBulletin.

It displays fine with default style skin.

Jabong82 02-19-2010 09:25 AM

Oh I see, I didn't know you had to fill out and then submit the form for the thread to happen.

Is there anyway that I can put the form in a thread, so that they can fill it out?

Say like if I wanted to create a form that I can attach to a thread, and then members could click on the form and fill it out?

Thank you in advance.

bananalive 02-19-2010 09:35 AM

1 Attachment(s)
Quote:

Originally Posted by BiZiMDiYaR (Post 1985999)
Yeah, hope so.. I don't want to make all of them new again.. :)

Attached file has fixed the issue with importing forms.

bananalive 02-19-2010 09:37 AM

Quote:

Originally Posted by Jabong82 (Post 1986296)
Oh I see, I didn't know you had to fill out and then submit the form for the thread to happen.

Is there anyway that I can put the form in a thread, so that they can fill it out?

Say like if I wanted to create a form that I can attach to a thread, and then members could click on the form and fill it out?

Thank you in advance.

No, the only thing i can suggest is that you add a link to the form in the thread.

Jabong82 02-19-2010 09:50 AM

Oh ok I can work that. Thanks again!

iadventure 02-19-2010 10:02 AM

Quote:

Originally Posted by bananalive (Post 1985803)
Set permissions for everyone to view form results in Easy Forms Options.
Tick the box 'Redirect user after form is submitted' on Edit Form page
Set 'URL of webpage user is redirected to:' on Edit Form page
Code:

http://www.yoursite.com/forums/misc.php?do=formresults_poll&fid=4

This is what I get when I re-direct.
I have:

Set permissions for everyone to view form results in Easy Forms Options.
Tick the box 'Redirect user after form is submitted' on Edit Form page
Set 'URL of webpage user is redirected to:' on Edit Form page to:
http://www.jk-adventure.com/JKA/misc...lts_poll&fid=4

I am an administrator so I should be able to see the results...

bananalive 02-19-2010 03:05 PM

Quote:

Originally Posted by iadventure (Post 1986321)
This is what I get when I re-direct.
I have:

Set permissions for everyone to view form results in Easy Forms Options.
Tick the box 'Redirect user after form is submitted' on Edit Form page
Set 'URL of webpage user is redirected to:' on Edit Form page to:
http://www.jk-adventure.com/JKA/misc...lts_poll&fid=4

I am an administrator so I should be able to see the results...

What's happening? Do you get error message?

Preech 02-19-2010 04:01 PM

Can this be used to submit a email. I run a website for a dj. If artist wants to submit material for his cds, I need them to be able to submit a email to him directly instead of me.

Cadellin 02-19-2010 04:51 PM

@Preech: You can set it to e-mail the form contents (including attachments I believe) to a specific e-mail address.

@bananalive: Could you please clarify what the changes are for 4.0.3? Would it also be possible to add an e-mail field which checks the address entered follows the correct e-mail format?

Thanks

zimer 02-20-2010 02:01 AM

Is there an easy way to attach an image to a form and display the result as a link? If the image can be uploaded to the site that would be great but an image link to external hosting would work too.

valendono 02-20-2010 04:00 AM

I got problem on result for date

sumtin like


Code:

Join Date

    3€8

we used vb_easyforms_v4.0.3.zip

iadventure 02-20-2010 04:25 AM

Quote:

Originally Posted by bananalive (Post 1986520)
What's happening? Do you get error message?

it asks me to login and I do and it still gives no access

bananalive 02-20-2010 01:47 PM

Quote:

Originally Posted by valendono (Post 1987050)
I got problem on result for date

sumtin like


Code:

Join Date

    3?8

we used vb_easyforms_v4.0.3.zip

Check what you are using for: 'Date Spacer:' when editing the date question.

bananalive 02-20-2010 01:51 PM

Quote:

Originally Posted by zimer (Post 1986998)
Is there an easy way to attach an image to a form and display the result as a link? If the image can be uploaded to the site that would be great but an image link to external hosting would work too.

Links will be automatically parsed within the output

bananalive 02-20-2010 01:52 PM

Quote:

Originally Posted by Cadellin (Post 1986599)
@bananalive: Could you please clarify what the changes are for 4.0.3? Would it also be possible to add an e-mail field which checks the address entered follows the correct e-mail format?

Thanks

From version history:

4.0.3 (19 February 2010)
- Added question & description to vb editor fields and human verification field
- Fixed import form
- Added tabindex to all fields
- Added {bbuserinfo.X} for use in custom output and thread title
- Changed unanswered questions into bullet points
- Added option to change date field between day/month/year and month/day/year


All times are GMT. The time now is 05:56 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.02223 seconds
  • Memory Usage 1,849KB
  • 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
  • (5)bbcode_code_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
  • (1)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