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 07-01-2010 09:47 AM

Quote:

Originally Posted by leia (Post 2059890)
I'm trying to make this example work for my forum to let users choose the forum where their thread will be posted. I currently have it as:

HTML Code:

if ($qo['38'] == 1)
{
$form['forumid'] = 112;
}
elseif ($qo['38'] == 2)
{
$form['forumid'] = 113;
}
elseif ($qo['38'] == 3)
{
$form['forumid'] = 114;
}

It isn't working. We're on 4.0.3.

Also, is there a way to set the prefix based on a selection from a drop down?

Use this...
HTML Code:

if ($q['38'] == 1)
{
$form['forumid'] = 112;
}
elseif ($q['38'] == 2)
{
$form['forumid'] = 113;
}
elseif ($q['38'] == 3)
{
$form['forumid'] = 114;
}


alexm 07-01-2010 02:10 PM

First of all well done on an excellent mod!

I was wondering if there was a way to sort the poll results as they appear in the graphs, either keep the options in the same order they appear in the form or sort them by %. At the moment the order they appear in the graphs seems random?

many thanks,

Alex

pltillman 07-01-2010 07:19 PM

I want to add a date field for just Month/Year, but the builtin date field doesn't allow this. So I created a custom field to display 2 drop downs (side by side) for Month and Year, but only one gets saved to the database. Is there some caveat to having numerous fields within a single custom field?

Additionally, as a workaround, I was thinking of just creating 2 drop down fields and using styling to place them on the same horizontal line, but because of the segmented nature of the questions, I'm not sure this is possible with pure css.

Any suggestions?

Also.. is there any easy way to obtain the results of the form programmatically? I can query the database and parse the string in the 'sdata' field, but it seems there is likely a better way to accomplish this.

Dragonsys 07-01-2010 09:43 PM

Quote:

Originally Posted by pltillman (Post 2062920)
Additionally, as a workaround, I was thinking of just creating 2 drop down fields and using styling to place them on the same horizontal line, but because of the segmented nature of the questions, I'm not sure this is possible with pure css.

This is something I had asked for as well. I would like a way to change how the form is displayed. Similar to how we can customize the display of the results.

alexm 07-02-2010 06:30 AM

Quote:

Originally Posted by bananalive (Post 2037901)
Just released v4.1.1 in first post

4.1.1 (16 May 2010)
- Fixed editing form result issue when 'Form Submit Limit' is reached

I may be missing something here, but I have my submit limit set to 1 (I only want them to be able to answer a survey once), however as administrator I can't edit any submissions, including my own, without this error: "Error, you have exceeded limit for number of times this form can be submitted."

WILFMAN 07-04-2010 05:31 AM

Is there any way I can stop the form title appearing in the output (post)?

Thanks

Billspaintball 07-05-2010 02:11 AM

Bananalive, thank you for all the time and effort that you have put into creating this really handy mod.
I have been keeping an eye on it since it was released, and it now looks like it has all the features that I need. :D

I have just started playing with setting up some forms on my test system and have a question.
My scenario is that I have a form that submits its output to a forum and into the database.
I want to have a link in the forum post that is submitted that links right back to the edit function for this forms result so that users can easily edit their own form results if needed.

For example the link would be something like - http://testsite/forums/misc.php?do=e...ult&id=3&fid=1
I know I could just link to the list of forms with http://testsite/forums/misc.php?do=formresults&fid=1, but I would prefer to link to the exact form.

How would I get the id= variable to include in the url when submitting?

riskofficer 07-06-2010 12:19 PM

Hello bananalive!

When are you going to release new version? :) And which futures will be integrated in it?

guitarscanada 07-06-2010 02:22 PM

I have tried everything and cannot get the email or PM notification to work

pltillman 07-06-2010 03:18 PM

Is there a way that I can hook into the action of deleting a form entry result?


All times are GMT. The time now is 08:18 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,746KB
  • 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
  • (2)bbcode_html_printable
  • (3)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