The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Form Hack Details »» | |||||||||||||||||||||||||
Form Hack 4.1 Features: Ever wanted an online form that a user can fill out, which when submitted gets:
Or any combination or all of the above? Well, this is the hack for you! You can use this for:
Or anything you like - this hack is totally customizable via the AdminCP. The beauty of this hack is that once you install this hack, to make a new form all you need to do is copy the main hook, rename it to whatever you want, edit the variables in the hook, and you have a totally new form!!! You do not need to touch the templates again, but can always create new ones and use different templates for different forms. Format of the form:
This is customizable via the hook. Also:
INSTALLATION Easy - takes only a few minutes:
Done! Use this hack to make as many forms as you like! Enjoy! Updates: Version 4.0: (09/15/2006)
Version 4.1: (04/24/2008)
MAKE SURE YOU CLICK INSTALL! You will get an email when a new version is released. Abe1 with rights from Dr Erwin Loh Supporters / CoAuthors Show Your Support
|
Comments |
#1412
|
||||
|
||||
It's not a necropost, when it's required to post here for support. Search the 4.0 forums, "Title's Only", for "forms" and you'll find it.
|
#1413
|
|||
|
|||
Will it work in vBulletin 3.8.7?
Thx |
#1414
|
||||
|
||||
|
#1415
|
|||
|
|||
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 |
#1416
|
||||
|
||||
Russ, thats great of you to share your modifications with us, it will definitely help the community
|
#1417
|
|||
|
|||
FYI: Got "missing security token" error messages on vB 3.8.7 PL1. Fixed by adding
PHP Code:
|
#1418
|
|||
|
|||
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. |
#1419
|
||||
|
||||
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). |
#1420
|
|||
|
|||
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.
|
#1421
|
||||
|
||||
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. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|