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)

Abe1 03-15-2007 12:26 PM

Quote:

Originally Posted by vien (Post 1204029)
Dont know why I get this error, even I did uninstall the hack.

Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/vtn/public_html/forum/newthread.php(71) : eval()'d code on line 641

Now everything I click on "New thread" this error appears on the top banner. Please advise.. Thanks so much.

No clue. Maybe you have one some other hack interfering with it.

vien 03-15-2007 01:40 PM

I used the old version 3.5 and it worked very well, dont know when I upgrade to this version, it's still work well but after I edit something and import again, the error appears, I uninstall this hack but that error still remains. When I turn off the hook on vbb setting, that error disappear, it seems to be like the error due to the product... dont know how to solve that :((

Edit: I worked out. Thanks

Deepdog009 03-15-2007 06:22 PM

Im sure I could figure out how to do it if I had hours of free time but not.

How do I change the REDIRECTION to other url to external site???

How do I add IMAGE VERIFICATION???

Thanks 4 your time...<>:)

TheMilkCarton 03-16-2007 11:43 AM

Go to Plugin Manager --> Form Hack (or if you've created duplicate form hacks, whatever you named yours)

In the PHP Plugin Code, scroll close to the bottom and find:
Code:

if ($redirectoption == "4")
        {
            $vbulletin->url = 'editpost.php?do=editpost&' . $vbulletin->session->vars['sessionurl'] . "p=$newpost[postid]";
            eval(print_standard_redirect('redirect_postthanks'));
            exit();
        }

After it, add:
Code:

if ($redirectoption == "5")
        {
            $URL="http://www.DOMAIN.com";
                header ("Location: $URL");
        }

Change domain to whatever site you want.

Now, just so you remember what option 5 does, find:
Code:

// 4 - redirect to editpost (thread or reply)
and after it, add:
Code:

// 5 - redirect to external website
Then right after that change "$redirectoption" to "5".

I wouldn't use this unless you clearly state in the form that you're redirecting them to an external site... it just seems kind of... sneaky. :) They'll also have no indication that their form was submitted successfully.

I hope you'll use this legitimately though. ;)

-----------------------
Edit: And about the image verification thing.. I'd really like that too.

I have found a cool workaround though.. you can add a question to the bottom of the form that there is only one definite answer to, use an expression to limit the input, and make the form require it to be answered, or it won't submit.

It's a little harder than the site redirect... so if you really want to know, maybe I can muster up the energy to explain it. :)

TheMilkCarton 03-16-2007 01:39 PM

OK, sorry to double post..

I am very close to getting image verification to work in the form hack.

My ONLY problem is that I don't receive an error message when entering the wrong verification code. However, it DOES know that it's the wrong code because the post doesn't enter my moderation queue. If I do enter the right code, it shows up in moderation.

So can any more experienced coders than I tell me what code handles the Image Verifcation error message?? It's supposed to pop up in the same place the Preview would if I hit "Preview Post"

Pretty please? Help? :)

amac64 03-16-2007 02:57 PM

I am having trouble with a emailed form. The email is blank. Can someone show me their code snippet that they use for emailed forms. I think it he forms and formanswer part I have a problem with.

Deepdog009 03-16-2007 09:57 PM

Good to Go MilkCarton

I saw that down there and was messing with it, but 4 the life of me I didnt get far.
Nice work around.

No, no, no... I dont redirect folks to BS links. Its internal links, Im using outsite of forum, same site.

Yeah that image verification deal would be great. I've been working on some forms and wanted to know why that wansn't added before.;)

I like this Hack because it saves me on using database form software for tracking folks. Also its easy to incorporate advanced forms.:cool:

Thanks 4 your time...<>

chickadee 03-18-2007 01:08 AM

I'm having trouble inserting more variables for the checkbox and dropdown choices. I'm adding the new variables to both Part 1 and Part 2, but when I try and access the form I get an error saying the forum is invalid.

dutchbb 03-18-2007 12:35 PM

Quote:

Originally Posted by Abe1 (Post 1204088)
No clue. Maybe you have one some other hack interfering with it.

Hello Abe, can you PLEASE tell me why it doesn't work anymore. Ihave now uninstalled/installed it over and over again but the same problem keeps coming back. The form apears, I can fill it in , but after submit nothing get's posted, there is just no thread made. And yes I have selected a forum where the thread needs to be posted in. How is this possible? I used this before for a year and it always worked , it's driving me nuts?!

PS: I'm willing to pay for personal support if you can make it work again! This is very important for our board.

TheMilkCarton 03-18-2007 02:57 PM

If anyone is experienced with coding, please check out my thread here...

I only need to figure out a few lines of code and then I can release my fix to add Image Verification to this Form Hack!

I'm only testing this in a form to post a new thread, however. I can't even guarantee that it would work to submit a PM, reply, email, etc.


All times are GMT. The time now is 08:37 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.02253 seconds
  • Memory Usage 1,747KB
  • 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_code_printable
  • (2)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