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-20-2011 04:36 PM

Quote:

Originally Posted by Volcom13 (Post 2164450)
I uploaded the product. But right as I try to import the XML it says Invalid File Selected.

Not sure why that is happening.

Are you trying to install Easy Forms for the first time?

What vBulletin version are you running?

bananalive 02-20-2011 04:36 PM

Quote:

Originally Posted by DevinM (Post 2164288)
Am I simply missing it somewhere......how can I simply set a form to allow a user to attach file and when it hits submit email it to me.

Key:
1. Single Line Text Field
2. Yes/No Question
3. Radio Buttons
4. Checkboxes
5. Dropdown Select
6. Multi-Line Text Field
8. Field using vBulletin Editor
10. Custom
11. Date
12. Address
13. Scale
14. Grid

Probably a silly question but I truly dont see anything that says attach file.

Unfortunately attachments cannot be added to email due to restrictions of the vbulletin email function vbmail();

bananalive 02-20-2011 04:45 PM

Quote:

Originally Posted by customcolor (Post 2164164)
well except for one little thing....when it posts it shows the post to the question as numbers of what thread it is in the post. is there a way to not make it post the answer to that question in the post?

Change Form Hook: Before Submit:
PHP Code:

$form['threadid'] = $qo['31']; 

to
PHP Code:

$form['threadid'] = $qo['31'];
$fr $form['preq'].$qn['31'].$form['pstq'].$form['prea']." ".$qo['31']." ".$form['psta'];
$formoutput str_replace($fr,'',$formoutput); 


bananalive 02-20-2011 05:15 PM

Quote:

Originally Posted by LoudBox (Post 2163664)
This is awesome, works great, thanks a lot.

I have 2 other questions:

1) How can I pull data from the form and put it inside the signature? For example, let's say I ask what his favorite icecream is and he answers vanilla => how do I put "vanilla" in his signature right under the link to the thread that was just created?

2) How do I force users from a certain usergroup to fill in the form before they can proceed? I'm using Force Threads but it doesn't work with a form because forced threads uses thread ids. Tried htaccess redirect but that's an endless loop. How would you got about forcing a usergroup to fill in the form before proceeding?

Thanks!

1. Use $q['1'] where 1 is the question hash

2. Umm that would be quite complex, you're best bet would be to modify Force Threads to redirect to a url rather than a threadid

burlesque 02-20-2011 06:43 PM

Does anybody know how to get the form pages working with the 'Everywhere Sidebar' mod? I've tried following the instructions on that page, but to no avail.

customcolor 02-22-2011 12:38 PM

super!!!!
works perfect!
Quote:

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

$form['threadid'] = $qo['31']; 

to
PHP Code:

$form['threadid'] = $qo['31'];
$fr $form['preq'].$qn['31'].$form['pstq'].$form['prea']." ".$qo['31']." ".$form['psta'];
$formoutput str_replace($fr,'',$formoutput); 



Mobo 02-24-2011 10:42 AM

I've not managed to read all 1116 posts, but maybe someone could answer (hopefully) a simple question for me.

Could this mod be used to run a Book Review forum section? I'm looking for a mod that will use a form to filled out to start a new thread. The form would fill in and make the first post of that new thread. Other users could then reply to that thread as if it was a normal thread anywhere else on the site.

Thank you for your time and help.

bananalive 02-24-2011 12:48 PM

Quote:

Originally Posted by Mobo (Post 2166208)
I've not managed to read all 1116 posts, but maybe someone could answer (hopefully) a simple question for me.

Could this mod be used to run a Book Review forum section? I'm looking for a mod that will use a form to filled out to start a new thread. The form would fill in and make the first post of that new thread. Other users could then reply to that thread as if it was a normal thread anywhere else on the site.

Thank you for your time and help.

Yes, that would be really easy to achieve with this modification.

Mobo 02-24-2011 03:06 PM

Thank you!

ixian 02-25-2011 03:27 PM

I searched the thread - is it possible to create a form that creates a calendar entry instead of a post, and if so how?

The form in question would of course have required fields like date, time, etc.

Thanks! Fantastic addon.


All times are GMT. The time now is 04:22 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.03864 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
  • (4)bbcode_php_printable
  • (6)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