![]() |
Quote:
|
Hi guys,
sorry for the dumb question, but how do I force any thread to use this form in a specific forum? I changed the forum id to the one I want in the plugin but when I click on "new thread", it is not showing the form options, just the normal thread description. cheers! Pascal |
You have to navigate to the form URL first, and then it will post in the specified forum. Remember, it's do=form or whatever name you've given the hook.
|
Yes - just to mention I, too, will be interested in an upgrade version for 4.0.
Hoping, hoping, hoping... |
+1 for vB 4.0 Upgrade.
Is it in progress? |
would also love this for v4.0.4+ upwards.
|
Is it possible to have Unregistered Guest use these forms. I've removed the $BBuser[Email] from the answer file but that didn't help I also added the Unregistered Group to the Array in the plugin. Still wont process, I made these forms a LONG time ago, I have a comment in the form that the Email must be checked and correct or the form will not be processed. Now I dont remember if thats Something I did or if thats part of the Hack.
My Niece is using this for Dog Adoption application, she says a lot of folks don't want to register with the site so they dont fill out the application. I just wanna get it Wide open so anyone can Fill out an adoption application, whether their a registered member or not? Thankyou, Tom |
I guess this mod is dead, no port to 4.0.7 then :(
|
i know this is a nicropost but dose a mod like this exsist for vb 4,8?
|
Quote:
I needed to do this. This is how I modified. Open the plugin and find the part starts with Code:
if ($redirectoption == "1") instead of Code:
url = 'showthread.php?' . $vbulletin->session->vars['sessionurl'] . "p=$newpost[postid]"; Code:
url = 'http://www.urluwant.com' . $vbulletin->session->vars['sessionurl'] . ""; it is solved... |
Quote:
|
Will it work in vBulletin 3.8.7?
Thx |
Quote:
|
I know this is an older thread now but I'm trying to debug an issue where it appears that the form hack doesn't actually look at forum posting rules when it is either creating the form OR posting it.
I presume that is because it uses settings of its' own to determine who/what/where to post a new thread. Because the particular forum we are using the form in has a minimum post count and needs to also display the Miscellaneous options (particularly image attachment which is mandatory) we need it to be checking permissions. I have added code to check the post count into the form hook so that part is now working fine but the variable $attachmentoption is being treated as if it were a blank value by newthread.php as the form/hook aren't checking forum permissions (this it is blank). Basically what I need to be able to do is to set the permisison for 'canpostattachment' in the hook but have no idea how to! When I get it working I'll post the code edits so that anyone else can add image attachments to their form and make them mandatory if required. Cheers Russ |
Russ, thats great of you to share your modifications with us, it will definitely help the community :)
|
Quote:
PHP Code:
|
Setting this up is very complicated. I'm amazed there isn't a simpler alternative, I just need a few fields adding to a newthread. I've tried the Easy Forms plugin but that doesn't appear on vbOptions list for some reason so I can't set that up either. Very tired!
If anyone knows of an easier way please let me know. I just need 4 dropdown fields that will append some small pieces of text based on the users selections in to the post content. EDITED TO ADD: Found this plugin that did what I needed: https://vborg.vbsupport.ru/showthrea...29#post2272129 (just posting here in case anyone else is looking for a way to insert text phrases from a dropdown, I hunted for ages to find it! Thank you the Form Hack plugin developer, it looks very powerful, just a bit complicated to set up. |
Has anyone found away to stop users when submitting a form, from being automatically subscribed to the thread posted (by the form submitted).
I really need to find a way to stop users from getting email notifications etc as the form I've made posts to a forum they they should not see (its a MMO recruitment forum). |
Have you tried setting the security on the forum such that their user group can not see replies to that forum? That should prevent the email issue.
|
yep, I found a way in the plugin code so that when the form is submited and then posted, it does not set any subscriptions, so that was also taken care of also.
But thanks for the reply. |
Will I be applying in the 4.2 version of vBulletin?
|
All times are GMT. The time now is 11:38 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:
|