The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Comments |
#872
|
|||
|
|||
Ok this is what I'm actually trying to do.............
I need a form for users to submit a story to me. It will have a box for name/username, one for their email addres, and a small box for additional notes. Then a LARGE box to type their story into, then will submit and it will be emailed to me. No new post, no new thread, no poll... a simple form to email a story to me. This is what I have in the hook. Please tell me what I'm doing wrong? Quote:
|
#873
|
||||
|
||||
Sorry to be a noob, but i have installed it and its working, but i dont understand your instructions about how to edit it. Usually when i install products there is now an option menu in the settings section of the adminCP. However this time there isnt and i dont understand what you mean by edit the hook.
Can you please explain a little further for a VB noob? James |
#874
|
|||
|
|||
*bump*
|
#875
|
|||
|
|||
Hi Abe, I was wondering if there was anything that could be done to get your forms hack working with this new "Thread Notification Alert" hack here. I realize it is not either one of you guy's responsibility to get your respective hacks working with each other but the Notification does not seem to be working with threads submitted via your forms. I have mentioned this in his thread as well. Hopefully one of you will be able to figure this out because both hacks are fantastic. I can't function without yours but I would love to have his as well. Thank you.
|
#876
|
||||
|
||||
I'll try to check it out when I have time. I'm working now on a way to generate a form with someone just giving me what questions that want. It will help thoughs user who dont have time or dont know how to make a custom form using this hack.
|
#877
|
|||
|
|||
Thanks for the response Abe.
Does this make sense? https://vborg.vbsupport.ru/showpost....0&postcount=18 |
#878
|
||||
|
||||
Quote:
|
#879
|
|||
|
|||
Quote:
|
#880
|
||||
|
||||
Quote:
|
#881
|
|||
|
|||
is "emailing the form results" feature working for everyone else? is that just me having a problem with that feature of the script?!!!
|
#882
|
|||
|
|||
how do i edit the main hook?
|
#883
|
|||
|
|||
I made my own redirect option. It is working just fine and redirects to the proper page. I need it to do a little more though and not quite sure how to do it yet.
Code:
if ($redirectoption == "5") { $vbulletin->url = '../index.php?' . $vbulletin->session->vars['sessionurl'] . "page=HOME"; eval(print_standard_redirect('redirect_postthanks')); exit(); } I'm trying to have this do one of two things. If someone provides the correct answer to $answer1, the user will be added to a usergroup with the ID = 14 and then they'll be redirected to the congrats page. If someone provides an incorrect answer, they will be redirected to a "Sorry, try again" page instead. Thanks for keeping this hack updated. It is definitely one of my favorites. -Sarcoth |
#884
|
|||
|
|||
Does this work with version 3.5.4?
|
#885
|
||||
|
||||
Quote:
|
#886
|
|||
|
|||
For some reason my users are receiving subscription emails from the form results thread even though it is in a private forum. How can I prevent this?
I noticed this in the plugin: Code:
if ($vbulletin->userinfo['autosubscribe'] != -1) { $newpost['emailupdate'] = $vbulletin->userinfo['autosubscribe']; } else { $newpost['emailupdate'] = 9999; } Thanks |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|