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)

buurman 05-18-2009 11:41 AM

No pressure, but do you see this releasing any time soon?

Coming soon:

* Allow attachments for posting in thread (a Reply?).

Im loving your mod, I voted for it, so did my dog and goldfish, but would realy, realy like this functionality m8!

Thx for the fine php...

:up:

jl255 05-18-2009 05:11 PM

Quote:

Originally Posted by bananalive (Post 1790848)
Call the question 'Human Verification', it will use captcha, etc depending on your forum settings.

Permissions:
Either vbulletin options or use form permissions in advanced options of edit form.



Edit Form, Scroll Down, Advanced options, Form BB Code

I also cannot get human verification to work. I've entered in the question as 'Human Verification' but it doesn't appear. What's wrong??

rtt.pyro 05-18-2009 08:57 PM

Hi,

Thank you for this great product, but I am having some trouble.

After I install it, I go to the easy form options but none of it allows me to edit it. By default, all of the user groups are able to view the forms, but when I go to the forms list, i get a permission denied page even though I am a full admin.

Any idea what could be going on?

Thanks in advance.

Zarxrax 05-18-2009 10:49 PM

I tried to set up my forms so that when someone submits a form it goes into a specific forum as a new thread. Then the user who has submitted forms should be able to see their forms there, but not anyone elses.

I think I have this set up correctly, but some of the threads are showing up as "moderated". I'm not sure what this means, and whether it is related to easy forms, or if it's caused by vbulletin?

bananalive 05-19-2009 08:59 AM

Quote:

Originally Posted by Zarxrax (Post 1813188)
I tried to set up my forms so that when someone submits a form it goes into a specific forum as a new thread. Then the user who has submitted forms should be able to see their forms there, but not anyone elses.

I think I have this set up correctly, but some of the threads are showing up as "moderated". I'm not sure what this means, and whether it is related to easy forms, or if it's caused by vbulletin?

Have you set usergroup permissions as 'Can Follow Moderation rules' : Yes ?

bananalive 05-19-2009 09:00 AM

Quote:

Originally Posted by rtt.pyro (Post 1813158)
Hi,

Thank you for this great product, but I am having some trouble.


After I install it, I go to the easy form options but none of it allows me to edit it. By default, all of the user groups are able to view the forms, but when I go to the forms list, i get a permission denied page even though I am a full admin.


Any idea what could be going on?

Thanks in advance.

You need to set usergroup permissions by going: admincp -> vboptions -> Easy Form Options

The highlighted/ selected usergroups are those that can view/edit forms (depending on the option you are editing.)

bananalive 05-19-2009 09:03 AM

Quote:

Originally Posted by jl255 (Post 1813053)
I also cannot get human verification to work. I've entered in the question as 'Human Verification' but it doesn't appear. What's wrong??

Does the question appear at all?

bananalive 05-19-2009 09:03 AM

Quote:

Originally Posted by buurman (Post 1812877)
No pressure, but do you see this releasing any time soon?

Coming soon:

* Allow attachments for posting in thread (a Reply?).

Im loving your mod, I voted for it, so did my dog and goldfish, but would realy, realy like this functionality m8!

Thx for the fine php...

:up:

I want to fix the issues with post moderation first.

bananalive 05-19-2009 09:09 AM

Quote:

Originally Posted by ktoronto123 (Post 1812758)
This is a great mod!

Two questions

1) When emailing the form results, is it possible to replace the "FROM" as from the submitter's own email address?

2) Is it possible to submit the same form to more than one email address? I.e. I have check boxes of three possible email recipients in the form, the user can select A and B to receive the form output, and then the form will email it to them. I'm thinking this requires a preform submission PHP but I don't know how to gain access to the variables.

Form Hook: Before Submit
PHP Code:

$form['email'] = $vbulletin->userinfo['email']; 

Yes to email to multiple emails addresses separate emails using ;

Form Hook: Before Submit
PHP Code:

$form['email'] = str_replace(", "";"$qo[45]); 

45 being the question id

bananalive 05-19-2009 09:12 AM

Quote:

Originally Posted by nascartr (Post 1811988)
I apologize if this has been addressed already but let me explain my next question.

We have a Pick One NASCAR game and each member can pick one driver per race for points. They cannot pick the same driver more than once. What I was wondering is if there was a way that this form system can remember what a member picked and not show that option the next time they use the form on a per member basis?

No, I'm not sure how it could work


All times are GMT. The time now is 12:04 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.02500 seconds
  • Memory Usage 1,755KB
  • 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
  • (7)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