![]() |
@optrex: you have a PM - sorry, just noticed my unread PMs :o
|
I think i'm the first whit another problem,
I installed this hack with no issue, BUT i'm not able to acces the form itself. It always redirect me to the submit calender form, that came original with vb. I'f i change the hook location from newthread >> newreply , thne i'm able to view the form but after pushing the submit button. Again i 'l be redirected to the submit event to calender form. Sombody nows whats the problem on this one ? |
im getting Internal Server Error when try to edit hook in vb admincp!!!
any ideas? |
Not sure if many of you who own your own domain, but, within your host site cpanel, if they offer fantastico auto-installs, click on it, ...scroll down, and you will see
php form generator...works like a charm!!!! You can make forms anyway you want. Look into it..... |
Please explain where to edit the hook and both templates? I have the same problem, I added fields and field names, but I get 3 lines of buttons before my first question.
Quote:
|
Quote:
|
Does anyone know if this mod can be incorporated into the following hacks to allow a person to post a new event using a custom designed form:
http://www.vbulletin.org:80/forum/sh...light=calendar http://www.vbulletin.org:80/forum/sh...light=calendar http://www.vbulletin.org:80/forum/sh...light=calendar If not, is it possible to do? If so, anyone interested in doing it for cash? Chris |
Very nice, we'll be using this to process character submissions to play in our gameworld.
|
Is their anyway to change it so the permissions check doesn't just check the user's primary usergroup and checks the secondary ones as well?
Thanks |
Will this work for say a job website - people can submit their jobs or classifieds using this form and then it will go to a thread?
What about uploading of resumes? |
Quote:
so yes, you can make a job form, people use it, the results end up in a forum. Same with resumes, you create the form, they use it, the results end up in a forum.... but you have to design the form first :):D |
I need a form hack to figure out the form hack. Anybody? :)
Chris |
If I shouldnt have posted this here, I am sorry, I saw no html faq area & figured ppl with form knowledge could help me out. This is my first "crude html form", but it works. I am using this on a vb site of a friend that wants this to email the form to him & re-direct applicants to another page. I have tried so many times to get the re-direct to work...I cant, as you see looking at my creation that I am not that good at html and I am in the kindergarden stage of it. Also, when submit is clicked, pop-up appears asking if its ok to send...no problem, but then another pop up appears showing somewhat the same with a blank send to box, clicking send works, and email is sent. In your mail box is shows:"Form posted from Windows Internet Explorer." not from site itself...how do I fix this? If anyone could help me set up my re-direct I would be forever in your debt.....
Code:
<html> EDIT: Never mind, I figured it out. |
I figured out a cool method of redirecting to the post (option "1" in the Form Hack) if you're a registered user, admin, etc. but redirecting Unregistered Users to the "Thank you" message telling them that their form will be put in queue for moderation. This prevents the "Invalid Thread specified" errors if you moderate Unregistered Users form submissions and have the redirect set to "1".
1. First you need to change the Forum Permissions so that Unregistered can Post New Threads in the forum your Form Hack uses. You'll have to disable Image Verification for guests, though.. but I don't find it a problem since I don't allow Guests to post in any of my forums. Does anyone know if there is a forum-specific Image Verification hack?? 2. Open up the Form Hack plugin. Set the "$redirectoption" to "1". You can also do this to 2-4, but I haven't tried it. If you do it for 2-4, make sure to change the correct "redirectoption" in the next step. 3. Find Code:
if ($redirectoption == "1") Code:
if ($redirectoption == "1" AND in_array($vbulletin->userinfo['usergroupid'], array(2,5,6,7))) 4. Configure the "$errormessage" to tell the Unregistered users that their submitted form has been put in queue for moderation. Quote:
Well I'm off to figure out how to do the "Thank You" message AND automatically redirect back to the forum now that I've gotten part way there. You can also use my method above for different reasons. It's essentially allowing you 2 redirect options instead of one. :) |
I'm having a problem with my forms sending me an email. It only seems to do this once I log on. I set up a form to do registrations for a program training and they all got caught in a que of some sort and wasn't released until I logged in as a admin. Then all the emails were sent out at once. Have any idea why this would be?
|
the most difficult thing is editing the template to include more fields?!
Can the developer show us snippets of code to add more of a certain type of question? I mean where does the code for a certain question start and end? And what makes up the parts of the code? The variable what else? |
you have to be kidding me.... this is the most complicated hack I have ever tried to use... How could this even be considered for MOTM???
|
I found this fairly simple to use and it works very well for a lot of stuff.
|
It B kinda difficult at first, but once you understand it, it be really COOL.
I signed up for some of those Form makers on the net and never could get those suckers to do what I needed. But now that I've figured out this hack, its all gravy. Thanks ABE;) |
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. |
Quote:
|
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 |
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...<>:) |
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") Code:
if ($redirectoption == "5") Now, just so you remember what option 5 does, find: Code:
// 4 - redirect to editpost (thread or reply) Code:
// 5 - redirect to external website 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. :) |
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? :) |
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.
|
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...<> |
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.
|
Quote:
PS: I'm willing to pay for personal support if you can make it work again! This is very important for our board. |
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. |
I have a question. Is there a way to have a form setup that emails different people based on the form data submitted? For example:
Field A: Option 1, Option 2, Option 3 If a user submits the form with Option 1 (from Field A) selected then the form results get emailed to a set group of emails. If another user submits the form with Option 2 (from Field A) the form results get emailed to a different set group of emails. Is that possible with this MOD? |
Quote:
|
Thanks for the reply and yes I'm sure because I tried it as an administrator. It's not posted IN a thread but posted AS a thread in a selected forum. I can provide access if needed so you can check my settings. Please let me know.
|
Gotts some forms to add, but need permission from ABE1...
Maybe it might help those of us that dont have the time to create um... I will upload if its OK...? Thanks 4 this,,, L8ter:up: |
Quote:
|
Quote:
|
Abe,
Do you know what I'm missing for Image Verification in your form hack? I've asked here and have another thread over in Programming Discussion. If I could get it figured out I would really like to release it to you so that you can update your hack to use Image Verification for Unregistered users. Like I said before, I just need it to SHOW that the form has been rejected. Everything works though.. it just doesn't tell you. :) Right now I'm using a very large disclaimer above the code box that warns unregistered users that they should triple check what they've typed in, because they won't know if it's been submitted for sure or not. This is a terrible solution though, because a lot of people will have doubts and try submitting it twice.. a nightmare from a moderation standpoint. |
Quote:
|
Quote:
|
That's fine. :)
Because I got it working!! Haha. I still need to test it out when using it to PM, Email, Reply to a post, etc. I've only tested it out on starting a new thread. Doing that will take a while because I'll need to copy the form at least once (as to not ruin my working copy :) ) and then go in and change all the settings. |
All times are GMT. The time now is 09:31 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|