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)

kisanjong 03-21-2011 03:30 PM

Great mod thanks 5* + MOTM

is it possible to allow only admin to export data xml and excel and disable this feature for other groups?

bananalive 03-22-2011 10:36 PM

1 Attachment(s)
Quote:

Originally Posted by Badhabitz (Post 2175445)
Thank you for this, it worked perfectly. Is there a way to shut off the quiz portion on just 1 question so it doesn't mark it as incorrect when it needs to be a different answer for each person? No rush on this if not, just a suggestion for when you release a new version. Another suggestion would be to make it so it goes to different questions based on your answers.

Import attached file, then questions without correct answer will not be marked as incorrect
Quote:

I have been able to get away from google doc forms thanks to you. Now all we need to do is make it so we can use advanced formulas realtime like in excel spread sheets and I will be able to get away from it entirely, lol. I know that's a pipe dream, that would be way to much work for one person to do. :cool:

bananalive 03-22-2011 10:40 PM

Quote:

Originally Posted by MrKing (Post 2175828)
Great mod thanks 5* + MOTM

is it possible to allow only admin to export data xml and excel and disable this feature for other groups?

Cheers, the permission to export xml is the same as the permission to view form results.

Kenjiwing 03-23-2011 12:32 PM

Hi!

I setup a form and its working great..

My form is an application process that outputs to a thread.. is it possible to allow users to fill out the form without having an account to my website/forums? If so how would I do that?

Thanks,

markb5900 03-23-2011 08:46 PM

As everyone else has said, what a great mod.

I have a large amount of forms and have decided I need to add some questions to them all.
Is there an easy way to "mass add" questions to all the forms. Or just an easy way to copy and paste the code into each form instead of going into each one individually and adding the 3 questions?
The order will be the same for all the forms, just need to add the individual questions.

Thanks

markb5900 03-23-2011 08:51 PM

Quote:

Originally Posted by Kenjiwing (Post 2176528)
Hi!

I setup a form and its working great..

My form is an application process that outputs to a thread.. is it possible to allow users to fill out the form without having an account to my website/forums? If so how would I do that?

Thanks,

Depending on where your form is located on your site, you should be able to use the permissions in
admincp>options>easyformoptions

In there you can set who can see the forms list etc..

Kenjiwing 03-24-2011 12:53 PM

Quote:

Originally Posted by markb5900 (Post 2176713)
Depending on where your form is located on your site, you should be able to use the permissions in
admincp>options>easyformoptions

In there you can set who can see the forms list etc..

I see that and was able to get that part to work.. one more question.

Is it possible to add the registration process to a form? IE you click my recruitment button it takes you to the application form and if you're not logged in the first section is to register for the site?

BadgerDog 03-24-2011 06:38 PM

Quote:

Originally Posted by bananalive (Post 2175040)
There's a limit of 60 characters, if that isn't enough for you, import attached file.

Installed this version with thanks for testing on 4.04 ... :up:

Regards,
Doug

bananalive 03-25-2011 05:46 PM

Quote:

Originally Posted by Kenjiwing (Post 2176959)
I see that and was able to get that part to work.. one more question.

Is it possible to add the registration process to a form? IE you click my recruitment button it takes you to the application form and if you're not logged in the first section is to register for the site?

Not really.

You could re-direct the unregistered users to the registration page, from the form, and then once they are registered they will be able to view the recruitment form.

Edit Form -> Form PHP Hooks

Form Hook: Form Start:
PHP Code:

if (!$vbulletin->userinfo['userid'])
{
  
$vbulletin->url $vbulletin->options['bburl'] . "/register.php";    
  eval(
print_standard_redirect('You need to register before you can view/submit this form'01));


Or for standard login/register message

Form Hook: Form Start:
PHP Code:

if (!$vbulletin->userinfo['userid'])
{
  
print_no_permission();



bananalive 03-25-2011 05:50 PM

Quote:

Originally Posted by markb5900 (Post 2176711)
As everyone else has said, what a great mod.

I have a large amount of forms and have decided I need to add some questions to them all.
Is there an easy way to "mass add" questions to all the forms. Or just an easy way to copy and paste the code into each form instead of going into each one individually and adding the 3 questions?
The order will be the same for all the forms, just need to add the individual questions.

Thanks

I'm afraid there's not a way to do that.

If you have access to phpmyadmin you could create the question in one form and then using phpmyadmin copy the corresponding row of `formbits` table and then just edit `fid` column for each question to the appropriate form id.


All times are GMT. The time now is 09:22 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.02835 seconds
  • Memory Usage 1,756KB
  • 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_php_printable
  • (8)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