vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   New Posting Features - Form Hack (https://vborg.vbsupport.ru/showthread.php?t=126676)

PHILLYFAN 07-28-2008 02:15 PM

***EDIT never mind I figured it out!***

Installed!

vbboarder 07-30-2008 02:18 AM

I just installed this awesome mod on VB 3.7.2 - it works great! :cool:

However, there is a small bug that appears if your testing it with the default/ original form. If you set $answerall = "1"; then the mod will keep on saying that you need to answer all questions even though you did and double checked it. The problem is in the condition for $answerall. Find:

Quote:

if ($answerall == "1") {
Replace the if condition inside that if statement with (note that I also added the condition to check for $dropdownanswer1):

Quote:

if ($normalanswer1 == '' OR ($radioanswer1 == '' AND $radioanswer2 == '' AND $radioanswer3 == '') OR $answer1 == '' OR $answer2 == '' OR $answer3 == '' OR $dropdownanswer1 == '' OR !($checkboxchoice1_1 OR $checkboxchoice1_2 OR $checkboxchoice1_3) OR $longanswer1 == '')
Now your form submissions should work when $answerall is enabled. :D
Note that if you add more variables, then you need to check for them inside the above if condition. Also, if you want some variables to be optional, then you can omit them from that statement.

RedGTiVR6 07-30-2008 11:59 AM

hehe - that's probably the best explanation I've seen of that in this thread.

bravo.

now if only we could add stuff like this to the first post so that other see it too...

Stryker412 07-30-2008 12:08 PM

Is it possible to have three different questions on the same line? I was thinking of doing that instead of using the ajax plugin.

lazytown 07-31-2008 01:17 AM

Anyone else using this as a "contact us" form? I use it to send comments/questions to a moderator forum. However, with guests being able to use the form (but not post in threads), it's causing massive spam.

Is there any way to modify this to catch spam or have image/human verification?

If not, is there another mod that can send 'contact us' requests (even the built in one) to a forum instead of email?

Thanks!
-vissa

vithorius 07-31-2008 03:08 PM

Quote:

Originally Posted by RedGTiVR6 (Post 1587374)
hehe - that's probably the best explanation I've seen of that in this thread.

bravo.

now if only we could add stuff like this to the first post so that other see it too...

:up: I fully agree! This thread has now 1166 answers and there is a lot of great (an not so great) stuff here to read and learn... :eek:

1166 posts...? :erm: That is heavy...! :(

PGAmerica 07-31-2008 04:34 PM

Quote:

Originally Posted by PHILLYFAN (Post 1585990)
ok I uploaded the XML file, how can I view the application I can't seem to find it

I am having the same problem. I installed this into my 3.7.2 and cannot find the menu options to configure it or add new forms.

Where is it?

Karri 08-01-2008 02:03 PM

There are no menu options, all of it is done with in the plugin. Edit the main plug-in - the instructions are all inside the hook itself, in the top half. In the plugin it says

Quote:

// To add more then one form, copy this whole text, and create a new plug-in with the hook location 'newthread_start'.
// After, change the form name. You can't have 2 forms with the same name.

Abe1 08-03-2008 11:42 PM

Just for who ever cares, I'm currently building a form creator that will allow you to easily create as many forms on your site as you want while just using a nice GUI (graphical user interface). Unfortunately, I will have to charge for it so it wont be released on this site, but it basically allows you to create a perfect form for your site in just minutes. You dont need to know or play around with any HTML or PHP.

Now, I should have a beta ready for release in a few days for who ever is interested. You can drop me a PM with your email and I'll contact you with more details. (It may take a few days for me to respond.)

RedGTiVR6 08-04-2008 12:39 PM

great!

I can absolutely understand having to charge for something like this. Just the support time along on this thread would have been a full time job for someone.

Can't wait to see the final product!


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