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)

TROLL 08-10-2009 04:25 PM

Quote:

Originally Posted by bananalive (Post 1863643)
Does it let the user upload the attachment?

No, it gives them a page explaining that they do not have permission to do that.

|Jordan| 08-10-2009 05:07 PM

It would be great if specific styles can be forced on certain forms so that they always display in one style only. Right now im using htaccess with styleid to do this, but the problem with it is that it also changes the forum style to the form style and its very hard to return it to what i normally use.

Ov3rrun 08-11-2009 07:17 PM

hi bananalive, what about attachment when i select send to email???

Lance Carbuncle 08-12-2009 01:52 PM

Hi,

Can someone check out my form and let me know how to fix an issue I am having. I am using a form for a plant naming registry and have used the Section entry to to place dividing points. When I use a section and follow it by a single line text field question, the question name is inserted right next to the Section title without a space or anything. I would like the next question to be on the next LINE, the way the other questions show up... It is easier to show the results than explain I think.

The text "Cultivar Information" is the section entry, and the text "Cultivar Name" is the single line text entry that follows. You can see that they end up on the same line and I don't know how to fix it. I apologize if this should be an obvious answer, but I am not the most skilled at this stuff.

Thanks

Nysom 08-12-2009 07:01 PM

This is a Rock Star Application!!!!

chrisbeau 08-13-2009 02:49 AM

1 Attachment(s)
Quote:

Originally Posted by bananalive (Post 1803542)
You could use custom question for this:

PHP Code:

require_once(DIR '/includes/functions_prefix.php');
$prefix_options fetch_prefix_html($form['forumid'], $q["$formbit[id]"], true);
$answer '<select name="q_' $formbit[id] . '" id="q_' $formbit[id] . '" class="bginput">';
$answer .= '<option value="">'.$vbphrase[no_prefix_meta].'</option>';
$answer .= $prefix_options;
$answer .= '</select>'


I used this, it worked at first then for no reason it stopped working. And keeps telling me a choice has'nt been selected and saying this field is compulsory.

Heres the form I created.
Attachment 103178

wmlvb 08-13-2009 08:28 PM

I would like to use the forms in both private and public forums for different things. Is there a way to do this? I only see global setting for all forms. Thanks

Loller 08-14-2009 09:02 PM

My form is creats thread in specific forum. And i have Cyb - Advanced Forum Rules installed.
How i can do, thats form, before creating new thread, will check - is user accepted rules on specific forum or not ?

Help me please..

bananalive 08-15-2009 10:03 AM

Quote:

Originally Posted by Ov3rrun (Post 1865309)
hi bananalive, what about attachment when i select send to email???

vBulletin email function does not support attachments

bananalive 08-15-2009 10:11 AM

Quote:

Originally Posted by wmlvb (Post 1866730)
I would like to use the forms in both private and public forums for different things. Is there a way to do this? I only see global setting for all forms. Thanks

You can set usergroup permission to view/submit forms for each form when editing form.


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.02048 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
  • (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
  • (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