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-06-2011 11:00 AM

Quote:

Originally Posted by thrace (Post 2159207)
Would it be possible to add a user to a special user group after they have completed the form? if so how would one go about doing this?

To add user to additional usergroup...

https://vborg.vbsupport.ru/showpost....&postcount=115

zushiba 02-07-2011 04:03 PM

Is it possible to view a single result?

I am creating a widgit in PHP that shows the users submitted forms with an easy "Edit" button but I'm stuck on how to just show them their result as it goes in to a database not a forum.

So I'd like to just show them the resulted form information they entered for that single entry.\

EDIT: Oh I suppose I could just pull the Output field. Though then I need to find a way to show the output of the BBCode from the database in a php widgit.

bananalive 02-08-2011 02:30 PM

Quote:

Originally Posted by zushiba (Post 2159805)
Is it possible to view a single result?

I am creating a widgit in PHP that shows the users submitted forms with an easy "Edit" button but I'm stuck on how to just show them their result as it goes in to a database not a forum.

So I'd like to just show them the resulted form information they entered for that single entry.\

EDIT: Oh I suppose I could just pull the Output field. Though then I need to find a way to show the output of the BBCode from the database in a php widgit.

To parse it, use the following on $output:
PHP Code:

require_once(DIR '/includes/class_bbcode.php');
$bbcode_parser = new vB_BbCodeParser($vbulletinfetch_tag_list(), true); 
$output $bbcode_parser->parse($output); 


bananalive 02-08-2011 02:39 PM

1 Attachment(s)
v4.2.3 Beta

v4.2.3 is the addition of searchable Form Results Table. If you have a go and let me know what you think.

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

zushiba 02-08-2011 02:41 PM

Awesome, bananalive you have no idea how much work this addon is saving me. Thank you!

Upgraded, looks great and the search function works great!

paul41598 02-08-2011 04:06 PM

bananalive: Exporting to excel doesnt work well with some fields it seems. It's not taking my radio button results, nor my multiline results. Are you aware of the issue, or have a fix? Just curious. Thanks for the hard work on this mod. It's one of a kind!

DevinM 02-09-2011 02:15 PM

Any idea what might cause this display/formatting problem? Or how to fix it?

https://vborg.vbsupport.ru/external/2011/02/1.bmp

I havent modified anything, just installed and noticed it was doing that.

bananalive 02-10-2011 12:13 PM

Quote:

Originally Posted by paul41598 (Post 2160235)
bananalive: Exporting to excel doesnt work well with some fields it seems. It's not taking my radio button results, nor my multiline results. Are you aware of the issue, or have a fix? Just curious. Thanks for the hard work on this mod. It's one of a kind!

There was a problem with Grid Questions, I'll release a fix later today. But not with multi-line or radio that i aware of it? If you cannot see all the text - try expanding the cells height and width.

bananalive 02-10-2011 12:18 PM

Quote:

Originally Posted by DevinM (Post 2160569)
Any idea what might cause this display/formatting problem? Or how to fix it?

http://www.gridironjunkies.net/image...rmsproblem.bmp

I havent modified anything, just installed and noticed it was doing that.

It should be copying the styling from other parts of the forum. If you want to manually edit the formatting, edit template form_list_bot

In v4.2.4+ 'Create New Form' it has been changed from a link to a button.

bananalive 02-10-2011 12:26 PM

v4.2.4 (just released in first post) is the non-Beta version of v4.2.3 (with a few bug fixes from the beta version)


All times are GMT. The time now is 12:28 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.02904 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_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)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