The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
World of Warcraft Recruitment Form Details »» | |||||||||||||||||||||||||
What does this Mod do?
[hr].[/hr] This is a customizable recruitment form for use with World of Warcraft. It has full customizations and style features built in via vboptions. There are no form edits, template edits, etc. of any kind necessary. Current Version [hr].[/hr] Current Version = 1.0.3 What is required? [hr].[/hr] You will essentially need to perform:
[hr].[/hr]
[hr].[/hr]
http://yourdomain.com/yourforums/new...hp?do=wow_form .. with the ending only changing if you decide to change this configuration setting in vboptions. All of the vboptions have full title/descriptions so understanding what they do and how to work them should be a piece of cake, even for the most novice of users. If, however, you still have questions or concerns, please direct them here. Please remember that I only provide support for those that click "INSTALL". By clicking INSTALL you not only receive support but anytime I make a newer version or provide feature updates, you receive them via mail. Changes [hr].[/hr] Version 1.0.1 Fixes
[hr].[/hr] [name]Abe1[/name]: For his initial form 4.0 MOD and showcasing the strength of forms. His mod can be found at the following location: https://vborg.vbsupport.ru/showthread.php?t=126676 Show Your Support
|
Comments |
#132
|
|||
|
|||
I haven't tried to upload a separate .xml file, but you can easily open the application up to show all races so that it would fit both Alliance and Horde.
In wow_form Find: Code:
<if condition="$wow_form_faction==0"> <option value="$dropdownchoice4a" <if condition="$dropdownchoice4a == $dropdownanswer4">selected="selected"</if>>$dropdownchoice4a</option> <option value="$dropdownchoice4b" <if condition="$dropdownchoice4b == $dropdownanswer4">selected="selected"</if>>$dropdownchoice4b</option> <option value="$dropdownchoice4c" <if condition="$dropdownchoice4c == $dropdownanswer4">selected="selected"</if>>$dropdownchoice4c</option> <option value="$dropdownchoice4d" <if condition="$dropdownchoice4d == $dropdownanswer4">selected="selected"</if>>$dropdownchoice4d</option> <option value="$dropdownchoice4e" <if condition="$dropdownchoice4e == $dropdownanswer4">selected="selected"</if>>$dropdownchoice4e</option> </if> <if condition="$wow_form_faction==1"> <option value="$dropdownchoice4f" <if condition="$dropdownchoice4f == $dropdownanswer4">selected="selected"</if>>$dropdownchoice4f</option> <option value="$dropdownchoice4g" <if condition="$dropdownchoice4g == $dropdownanswer4">selected="selected"</if>>$dropdownchoice4g</option> <option value="$dropdownchoice4h" <if condition="$dropdownchoice4h == $dropdownanswer4">selected="selected"</if>>$dropdownchoice4h</option> <option value="$dropdownchoice4i" <if condition="$dropdownchoice4i == $dropdownanswer4">selected="selected"</if>>$dropdownchoice4i</option> <option value="$dropdownchoice4j" <if condition="$dropdownchoice4j == $dropdownanswer4">selected="selected"</if>>$dropdownchoice4j</option> </if> Replace with: Code:
<option value="$dropdownchoice4a" <if condition="$dropdownchoice4a == $dropdownanswer4">selected="selected"</if>>$dropdownchoice4a</option> <option value="$dropdownchoice4b" <if condition="$dropdownchoice4b == $dropdownanswer4">selected="selected"</if>>$dropdownchoice4b</option> <option value="$dropdownchoice4c" <if condition="$dropdownchoice4c == $dropdownanswer4">selected="selected"</if>>$dropdownchoice4c</option> <option value="$dropdownchoice4d" <if condition="$dropdownchoice4d == $dropdownanswer4">selected="selected"</if>>$dropdownchoice4d</option> <option value="$dropdownchoice4e" <if condition="$dropdownchoice4e == $dropdownanswer4">selected="selected"</if>>$dropdownchoice4e</option> <option value="$dropdownchoice4f" <if condition="$dropdownchoice4f == $dropdownanswer4">selected="selected"</if>>$dropdownchoice4f</option> <option value="$dropdownchoice4g" <if condition="$dropdownchoice4g == $dropdownanswer4">selected="selected"</if>>$dropdownchoice4g</option> <option value="$dropdownchoice4h" <if condition="$dropdownchoice4h == $dropdownanswer4">selected="selected"</if>>$dropdownchoice4h</option> <option value="$dropdownchoice4i" <if condition="$dropdownchoice4i == $dropdownanswer4">selected="selected"</if>>$dropdownchoice4i</option> <option value="$dropdownchoice4j" <if condition="$dropdownchoice4j == $dropdownanswer4">selected="selected"</if>>$dropdownchoice4j</option> |
#133
|
|||
|
|||
I have noticed I am unable to remove the "What times do you play the most or are most active in the game? " Any idea why? Also, as far as the title of the application, I noticed it displays as Recruitment Application. Is it possible somehow to add $answer1 into the title so when posted it adds the character name to the thread title?
|
#134
|
|||
|
|||
Vrokar -
If you edit the plugin so that the the the post title reads: Code:
$posttitle = "$formtitle - $answer1, $dropdownanswer2 $dropdownanswer4 $dropdownanswer1"; So, for example, my new threads would look like this: Balaa - 70 Troll Priest Have fun playing with the variable. |
#135
|
|||
|
|||
That works great. I was hoping you could do it with the easy settings. Guess not, had to search the code through the plugin manager. Thanks for the help man. Much appreciated.
Quote:
|
#136
|
|||
|
|||
<--- woman
And you're welcome. I just happened to have to dig myself last week as the Officers came up with the request and I had to come up with a solution. Guess it was your lucky week! |
#137
|
|||
|
|||
To get this working with 3.7 I had to edit the wow_form. I did this by going to my admincp. Then Styles & Templates -> Style Manager -> Next to my default style I expanded the drop down menu and selected Edit Templates - > Go - > I scrolled down to wow_form and double clicked. Searched for:
Code:
<input type="hidden" name="posthash" value="$posthash" /> Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" /> |
#138
|
|||
|
|||
Quote:
just a question: i saw that the new threads are 'moderated', so how can i disable this feature and how can i make the new forms as normal threads? TIA edit: another question: (check the pic) there are 20 options, i need only 8 with different prefix (i don't want -KEY-), so i need to delete some options how i can do that? |
#139
|
|||
|
|||
anyone?
|
#140
|
|||
|
|||
Kurtz -
Do you have new posts from that usergroup to said forum set as moderated? Check all the usergroups that post new apps and are coming up moderated, and make sure the forum permissions are set right. What exactly are you looking to do with the Attunement section (mine has been off for eons, and now with most keys and attunements being nuked in 2.4 it becomes even more useless)... could you elaborate so we know where to start? |
#141
|
|||
|
|||
Broken in latest version of vb, can I get a fix??
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|