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 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.


All times are GMT. The time now is 10:14 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.02389 seconds
  • Memory Usage 1,745KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_php_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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