![]() |
Quote:
PHP Code:
|
Have you set which forum to put the form post in?
PHP Code:
It is a very frustrating hack to start with though!! |
Quote:
|
I just backed up the code and then deleted things i didn't need. i dont think // will work there.
i didn't need these dropdowns or checkbox so i deleted all this code PHP Code:
PHP Code:
PHP Code:
PHP Code:
You will then have to edit the templates so remove dropdownanswer1 from there aswell Hope that makes some sense :) |
Hey thanks for the detailed explanations...does that mean i have to create new templates too for future forms?
|
Quote:
|
Hi all,
I have installed this onto my test forum which is using Version 3.7.3 and as i am new to all this i am not sure what it means when it says. Edit the main hook (plug-in) - the instructions are all inside the hook itself, in the top half. Follow the instructions carefully! ALso will this mod be ok to use on 3.7.3 Chris |
Chris
Edit the main hook (plug-in) means Go to admin - Plugins & Products - Plugin Manager Then "edit" form hack Yes works fine 3.7.3 If you "search this hack" (at the top of this page) there is a lot of great info in these 86 pages |
I've been looking into getting the extended forms javascripts that are out there to work with this. So far I've not had much luck getting them to work. What I'm talking about is this: http://www.quirksmode.org/dom/domform.html
Has anyone given this a shot yet or have a better idea of what should be edited? So far, I haven't even tried to see if they submit, as I can't get the extra fields to generate just yet. |
I'm trying to ad more then the 3 Radio Buttons, this is the code I've added:
Part 1: HTML Code:
$vbulletin->input->clean_array_gpc('p', array( HTML Code:
$normalanswer1 = $vbulletin->GPC['normalanswer1']; Also: how can I have the drop down box, direct where the form/post goes? |
Quote:
|
Are you speaking about the part at the VERY bottom that says 'DO NOT CHANGE BELOW UNLESS YOU KNOW WHAT YOU ARE DOING!!'
(a long bit of coding after that) |
Slight change of mind...
I'm having an issue finding where to add more options for the Drop down box, the only coding I see for it is: HTML Code:
if ($normalanswer1 == '' OR $radioanswer1 == '' OR $radioanswer2 == '' OR $radioanswer3 == '' OR $answer1 == '' OR $answer2 == '' OR $answer3 == '' OR ($checkboxchoice1_1 AND $checkboxchoice1_2 AND $checkboxchoice1_3) OR $longanswer1 == '') Radio Button 1 = Forum 1 Radio Button 2 = Forum 2 ect.. |
Quote:
Go to : Admin panel --> Styles & Templates --> Style Manager --> edit templates --> Form (and then formanswers) The Form template is the Question layout The formanswers template the the layout for the answers |
Quote:
PHP Code:
|
Yes I have the Forumid pointed - and it's going to the correct area for now.
But what I was trying to do is have 2 Radio buttons be the 'selecting device' for which Forum it goes to. We have 2 Radio buttons: Movie Review / Game Review I have it so they all go to one Forum for the moment until we can sort it out, but I would like the Game Review Radio button, to go to Forumid X, and have Movie Review Radio button go to ForumId Y if selected. Basically, depending on which Radio Button is used, will determine where to put the form when finished. I hope this makes sense, sorry :-/ |
$formforumid = "$dropdownanswer1";
If you "search this mod" (top right of this page) for "forumid" you might find some more useful answers :) |
Is there a way to only allow registered users to use the form, Currently we are being spammed using the form.
Also can you get the IP address in the post to ban if the form post is a spam |
ntrance
Turn the usergroup for unregistered off . (take out the number from the usergroup section in the code) |
Quote:
|
Is there a way to take $answer1 and have it written to a custom field in the user's profile settings? IE. It asked them for the make of their car, and it writes it to field8.
|
is it possible to put ip adress to the forum. It can be taken either from forum or externally such as whatismyip.com
Ipadress: Your Ipadress. |
Quote:
HTML Code:
//////////////////////////////////////////////////////////////////////////////////////////////////// ---- My question for some help: I'm trying to get the text(content I put in) to show up bigger - How can I enlarge the text/Make the font bigger? How would I be able to make it so the Radio buttons - aren't so spread apart? Or make the font smaller for the default questions? |
For the form itself, you can edit the HTML in the form template wherever you need to. For the submitted form, the only thing you can add is BBCode to the formanswer template, and you sometime have to space the code away from the variables, or it will give you a conditionals error when trying to save it.
HTML Code:
[b] $longanswer [/b] |
Hi,
Great mod! Is it possible to direct/ link to another webpage after submission of the form? How to do it? Thanks! |
Thanks for the mod. I installed it several months back and running fine. But i need to be able to use a captcha image verification with this to stop spam (been receiving a lot of spam these days). Which one would you recommend? I'm sorry if this has been answered earlier. There are lot of comments and doesn't look like i can go through all of them:)
|
Quote:
Quote:
|
Thanks I did. Doesn't look like these are supported anymore?
# Double Image Verification * Forms & Custom pages # Image Match "Forms Hack add-on" |
Quote:
Can you tell me how you corrected that issue you had? -PB |
Quote:
|
DJ, I use the forms for an application process and it is submitted into an area that only certain people have access to. The applicants cannot read the area it is submitted to but I found out that they can subscribe to the thread and be sent the replies. How can I deny anyone from subscribing in that section?
|
Quote:
Quote:
But then, I haven't checked to see if Abe set a variable setting for this. |
I'm trying to get the text(content I put in) to show up bigger - How can I enlarge the text/Make the font bigger?
How would I be able to make it so the Radio buttons - aren't so spread apart? Or make the font smaller for the default questions? |
So nothing on getting a field written to the database?
|
I have a particularly large form to fill out. I notice if I spend a long time filling out the form, trying to submit or preview results in a security token error. I presume that means that it's just timed out. Is this a function of vBulletin on creating a new thread or is this a function of the modification and how would I increase the time limit?
|
Your errors on unregistered users getting replies would be removed if you chose the email or pm options for the form.
The timeout i suspect is set in your vbulletin options as i have had a form open for over 30 mins before hitting preview and has worked ok. |
I have been making an extensively complicated form, which has been coming out beautifully for what I need to do. I do have a problem though, I can't seem to edit the form answer template with any spaces, I have worked around some of that with the indent bbcode, but im also setting up some parts of the end user display inline like this:
info here(about 8 spaces)info here(about 8 spaces)info here but it comes out like info here info here info here using nbsp stuff doesn't work cause it just displays it, any idea how to remedy this? EDIT: lol happened in this editor too so had to write those comments up there, maybe it isn't able to be done with vBulletins WYSIWYG currently |
Quote:
|
yeah, problem with that is if the user is allowed to edit the post, they will see all the custom bbcode tags like I put in a noparse bbcode, makes it a mess.
Only workaround I found at the moment is hard-coding the class_bbcode.php, near the bottom is all of vbulletins $tag_list items. I was too lazy to read through all of the code to create a custom value option one, so made 3 tags at 9, 20, and 50 pixels. Heres the code in case anyone else had that issue: PHP Code:
|
You have to be logged in to fill in a form, if you are not then this error is received:
PHP Code:
Thanks. David. |
All times are GMT. The time now is 10:02 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|