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)

AURFSCAN 07-08-2010 05:18 AM

great and works perfect. thx

riskofficer 07-09-2010 08:29 AM

1 Attachment(s)
Bug in IE6.0 7.0 8.0

Please look at screenshot: https://vborg.vbsupport.ru/attachmen...1&d=1278667707

The same field in Firefox: https://vborg.vbsupport.ru/attachmen...1&d=1278667707

Any ideas how can I debug this?

guitarscanada 07-09-2010 01:51 PM

Quote:

Originally Posted by guitarscanada (Post 2065318)
I have tried everything and cannot get the email or PM notification to work

Any recommendations on this one?

Dragonsys 07-09-2010 02:41 PM

Quote:

Originally Posted by riskofficer (Post 2066731)
Bug in IE6.0 7.0 8.0

Any ideas how can I debug this?

that is an IE "feature"

riskofficer 07-09-2010 05:25 PM

Quote:

Originally Posted by Dragonsys (Post 2066863)
that is an IE "feature"

Do you mean that there is no fix? May be we can extend width of this field? But there is no option in EasyForm for this.

Dragonsys 07-10-2010 03:32 AM

Quote:

Originally Posted by riskofficer (Post 2066932)
Do you mean that there is no fix? May be we can extend width of this field? But there is no option in EasyForm for this.

correct. IE will only display information in the same width as the drop-down field. So if you want to display more you have to increase the size of the field. One of the many reasons I do not like IE...

alexm 07-10-2010 11:02 AM

Does anyone know how to make it so that an attachment is mandatory? Or at least if there is no attachment then put something in the custom output saying so?


Quote:

Originally Posted by bananalive (Post 2056918)
Form Hook: Before Submit:
PHP Code:

if (empty($postattach))
{
    
$currentattaches $db->query_read("
    SELECT dateline, filename, attachmentid
    FROM " 
TABLE_PREFIX "attachment
    WHERE posthash = '" 
$db->escape_string($posthash) . "'
    AND userid = " 
$vbulletin->userinfo['userid']
    );

    while (
$attach $db->fetch_array($currentattaches))
    {
        
$postattach["$attach[attachmentid]"] = $attach;
        
$attachcount++;
        
$formoutput str_replace('[attach]'.$attachcount.'[/attach]','[attach]'.$attach['attachmentid'].'[/attach]',$formoutput);
    }


Then use this in Custom Form Output:

Code:

[attach]1[/attach]


riskofficer 07-10-2010 11:42 AM

Quote:

Originally Posted by Dragonsys (Post 2067103)
correct. IE will only display information in the same width as the drop-down field. So if you want to display more you have to increase the size of the field. One of the many reasons I do not like IE...

Thank you! Do you know where can I change width of dropdown menu? In default there is no such option in EasyForms.

riskofficer 07-11-2010 08:37 PM

Quote:

Originally Posted by riskofficer (Post 2067220)
Thank you! Do you know where can I change width of dropdown menu? In default there is no such option in EasyForms.

Or may be convert Dropdown select to Radio button? Is there a way to do that, so to don't lose all information containing in Dropdown field?

Bananalive, could you please, help me :)

thetgc 07-12-2010 11:40 AM

Hi,

Is there any way you can add an 'anonymous' features, so the person who is using the form can submit it anonymously. Like a checkbox feature of something???
Thanks


All times are GMT. The time now is 01:27 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.05814 seconds
  • Memory Usage 1,760KB
  • 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
  • (7)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