vb.org Archive

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

len backus 08-05-2009 02:03 PM

Banana

So the css and js files go right into the "http:...forums/" location? I have now done that.

I found where you create a form and did create one. I am having trouble placing one in a thread.

TaMpE 08-05-2009 04:26 PM

Quote:

Originally Posted by bananalive (Post 1861787)
Your 'Bug':

custom output:
[b][size=5][u]I favorite color is $qo[7][/u][/size][/b]

Thread title
Username: {q_1} | From: {q_2} | Fav color: {qo_7}

Suggestions
2. You can add select prefix for thread to use when editing the form.
3. There is a modification by abe1 which replaces newthread button with a specified link

That qo_7 doesn't seem to work. IT says "{qo_7}" in the output. Also there are these things when I click submit.

<!-- BEGIN TEMPLATE: formoutput --> (at the very top of the output)
<!-- END TEMPLATE: formoutput --> (at the very end of the output)

I am using 3.6. I tried 3.7 and it was the same.

len backus 08-05-2009 06:54 PM

Hooray! My tiny brain has figured out how to use it.

Now, is there any way one could export the resulting database/table data to something like Excel to make it easier to utilize the data?

Welshy2008 08-05-2009 08:23 PM

Quote:

Originally Posted by bananalive (Post 1861781)
Thank you for your donation, it is much appreciated :)

You can search through data stored in the form database? Is that what you meant?

No Problem - I will donate some more when I get some. :)

Yes Mate - I would like it to search through the details entered in the forms only.

len backus 08-06-2009 12:34 AM

Does anyone know how to extract and export the form database contents?

len backus 08-06-2009 12:15 PM

One of the options is to have the form output data to a post in a thread. How could I customize it to output only one of the fields on the form?

Navyr 08-06-2009 06:27 PM

Thanks for this hack.

TROLL 08-07-2009 05:53 PM

I have a silly question! I have a form setup that submits a form for a contest that I am running on my site. The contest requires that the users attach an image to each submission, but the form posts that thread to a forum which the users cannot view. This results in the site not allowing them to add attachments. I have all permissions for Registered users set to "No" except for "Can Upload Attachments". This does not seem to affect it at all though.

I know this is different than posting in a forum as far as permissions go, but it seems that if the form can go around the fact that "Can Post Threads" is set to "No", it should be able to include attachments in a forum that they cannot view. Any insight?

bananalive 08-08-2009 05:31 PM

Quote:

Originally Posted by TaMpE (Post 1862001)
That qo_7 doesn't seem to work. IT says "{qo_7}" in the output. Also there are these things when I click submit.

<!-- BEGIN TEMPLATE: formoutput --> (at the very top of the output)
<!-- END TEMPLATE: formoutput --> (at the very end of the output)

I am using 3.6. I tried 3.7 and it was the same.

Yep sorry it should be {q_7) in thread title.


And to remove the stuff from top/bottom of output:
AdminCP -> vBulletin Options -> General Options -> Add Template Name in HTML Comments -> No

bananalive 08-08-2009 05:34 PM

1 Attachment(s)
Quote:

Originally Posted by len backus (Post 1862513)
One of the options is to have the form output data to a post in a thread. How could I customize it to output only one of the fields on the form?

Use the custom output.

Contents:
Code:

$qo[5]
where 5 is the question hash of the answer you want to be the output. See attached image for question hash


All times are GMT. The time now is 10:06 AM.

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.02510 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
  • (4)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