![]() |
Quote:
Any ideas why that might happen? |
I'm having trouble making it work when I click new thread in my 2 forsale forums to the forum. I have put in the variables. I'm not sure if the form works yet because I can't get the form to link to when I hit new thread. Is this something I'm missing in the setup?
|
this modification doesn't touch the new thread button. To do that, you need a separate modification.
Abe1 created a modification that would do this already. Just check his profile for that. |
Quote:
|
Thank yoU!
|
Ok thanks for the tip about the templates, that was what I was missing. Now I want to add a question for the following.
Birthday (3 separate drop down boxes next to each other on the same line, can this be auto filled like the forum name?) Edit: Ok I've added drop downs for State/Province but I've already used a-z & aa-zz so what can I use next? Can I just keep going aaa-zzz or should I switch to numbers? How can I make sections separate on the form? I want to have a section for personal info, gaming, info, then a longanswer box for final comments. I also tested the forum and filled in every question, yet when I go to preview it said I didn't answer all the questions. |
I'd keep using letters.
As for the answers, did you ad them to the answer template as well? No ideas on the separate section other than perhaps creating multiple forms. |
I almost got everything to work on vBulletin 3.7.2, but there are two things that are bugging me which I'll have to get to work before using the form on my site:
1. Can the form have a field through which users can choose a custom thread title? 2. If the forum to which you try linking the form requires thread prefixes, no new threads can be posted through the form. How would I got about having the form automatically add a prefix, or select a prefix based on a radio button choice or dropdown? |
To get the form to have a thread title which is essentially a field, just change $posttitle = $whateveransweryouwant ($answer1 or $longanswer1 or $dropdownanswer1, etc.)
Same as above. For instance, on our forum, the thread title is generated as the following: $posttitle = "$dropdownanswer2 - $dropdownanswer1 - $answer2"; |
Quote:
Do you also happen to know what the vBulletin variable for prefixes is? |
That I don't know, but you might try the programing discussions forum?
|
Is there a way to have the dropdown menu selections be a variable? I have a need for a variable length dropdown based on the results of a query so rather than using a drop down for static results like gender, I would like it to be able to return a variable length of options such as all of the members of a particular usergroup.
any ideas? Thanks! |
How do I do three drop downs side by side rather than under each other? I want one for Month, Day, year.
If I want the thread title to be the username of the applicant it would be $posttitle = $bbuserinfo ? Also, is there anyway to have the submitted form posted in a section that the user cannot see? I want each application to be submitted to the admin section so we may comment/vote on each one. Is it possible to only allow the person to submit an application once? Lastly, is there a way to automatically reject an application (once it's filled out) if a certain variable is not met (such as age)? |
bump, anyone?
|
Quote:
Code:
$formtitle |
1.) Make sure each answer is added to the plug-in in the top section.
2.) Make sure each answer is also listed as an option in the form template. (usually as such: <select name="dropdownanswer2">) - you MUST tell the system essentially this: What ever the users pics as their answer to the drop down, that becomes dropdownanswerx. 3.) Make sure each answer is listed in the form answer template. If you have them listed in each, then you should see it showing up. |
Quote:
Code:
// Part 1 |
No, that wouldn't cause the problem.
In your form template, the call for the drop down should look something like this, does it? Code:
<td class="alt1" valign="middle"> |
Mine:
Code:
<tr> |
Quote:
Code:
if ($answerall == "1") |
Quote:
Quote:
Find: PHP Code:
PHP Code:
|
Ok I fixed it finally. I still need help on some questions.
1) How can I bold the questions once they're posted? 2) How can I set it so the title of each thread includes the applicant's forum name? 3) How do I add two more drop down boxes next to an existing question? Like I've said previously I want to do month, day, and year in a row. 4) Is there anyway to prevent a person from submitting a application more than once? |
Quote:
******************************************* RedGTiVR6,,, I'm currently looking into other options... I will post about it by wensday... ******************************************* Quote:
******************************************* Stryker412,,, Posting bbcodes will solve Q1... This mod allows bbcode in both MAIN template & ANSWERS template... MAIN template HTML Code:
<tr> HTML Code:
$bbuserinfo[username] Q3 ??? *** Download and install forms below to help you better with triple dropdowns...... Q4 ??? *** Prevent more than once submit? Members by userid,,, guests???:eek: ...... |
Quote:
Strange thing is, that in 4.1 and the versions before the messagearea with the vb editor doesnt work at all, even in the standard template of this mod. |
Quote:
If I try to add bbcode to the answers form I get this: The following error occurred when attempting to evaluate this template: Quote:
Also, not sure if anyone knows but hitting the Reset button on the form does nothing. |
Quote:
|
Works pretty good in 3.7.2, however it's SPAMORAMA on my 2 forums... I will probably have to remove this if there is no spam protection option.
-vissa |
Quote:
Take a look at these links...>>> Dropdown Forum posting {1} Dropdown Forum posting {2} Reset forums posting time in admincp... Dropdown Forum posting {3} ***************************************** Quote:
U wanted to use triple dropdowns for testing? Test in new forms... ***************************************** |
Quote:
Also, is there a way to limit users (registered only) from using the form more than once in a set period of time? |
[QUOTE=Deepdog009;1583591]
Quote:
:( Quote:
Quote:
Your code seems to be there, it just doesn't allow attachments when it's in there for some strange reason. No clue why though? Maybe I need to take this to the developers forum to get another set of eyes on it? |
I seem to have done something stupid
anytime you hit POST TOPIC (new thread) on my forum now it brings up my form answers instead of opening the post a new thread page. Quote:
The path is correct ''.............. forums/newthread.php?do=newthread&f=168 '' I think when I was editing the formanswers template I accidentaly changed the title of formanswers to newthread, (I meant to search templates but was distracted grr), I changed it back straight away - but thats where things went wrong and I really cant work how to get back. I now seem to have two formanswers template, one is the original and one is the one i have been working on. Any ideas ? please please please |
okay sorry brain dead moment
I went and made a new newthread template - seems I have overwritten it with formanswers, so all fixed.....sorry for being a pleb. btw - form is really great just a bit tedious to edit. |
Can anyone help me with these issues so I can get this form ready, it's the only issues holding me back right now.
1) Need help with how to implement the Ajax triple dropdown menu on one line. 2) How to make the questions bold when they are posted in a thread. 3) How to put the user's forum ID or name in the thread title when posted. |
[QUOTE=Stryker412;1585889]Can anyone help me with these issues so I can get this form ready, it's the only issues holding me back right now.
Quote:
Quote:
Go to your answer template and add in bb code where you want it, just like in a regular post on your forums. Just be sure to leave a space between the BB code and the code in your answer template. Quote:
|
Quote:
|
You're asking for help with the AJAX mod, this isn't the AJAX thread.
They are two completely different developers. Abe1 wrote the form hack, deepdpg009 wrote the ADD-ON for the form hack: https://vborg.vbsupport.ru/showthread.php?t=182144 AJAX functionality is NOT a normal part of this modification, it's an add on which was written by a different developer. If you have questions about AJAX functionality, you should ask it in the AJAX thread, NOT the general modification thread. |
For the username in title I tried:
$posttitle = "$bbuserinfo[username]"; However I got nothing but errors, what is the proper code for that line? |
can you post the errors?
|
I don't get an error but the thread title looks like this if I have the code as:
$posttitle = "$formtitle - $bbuserinfo[username]"; Thread shows as Community Member Application - No user name shows. |
ok I uploaded the XML file, how can I view the application I can't seem to find it
|
All times are GMT. The time now is 04:16 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:
|