Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
World of Warcraft Recruitment Form Details »»
World of Warcraft Recruitment Form
Version: 1.0.3, by elricstorm elricstorm is offline
Developer Last Online: Nov 2010 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.6.x Rating:
Released: 06-22-2007 Last Update: 07-23-2007 Installs: 127
Uses Plugins Template Edits
 
No support by the author.

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:
  • One product XML import
Features of this Mod
[hr].[/hr]
  • All customization options are right in vboptions!
  • 3 vboption sections to set options for your form.
  • Ability to turn on/off every section and every question (other than generic character)
  • Ability to toggle on custom questions per section
  • Ability to set font and highlight colors for the form and answer sections
  • Fully integrated Character Information Section
  • All character information built systematically so you gain as much information as needed.
  • Class, level, race, attunements, keys, heroics, gear, talents, resists, professions, days played
  • 2 extra custom questions for CI section
  • Fully integrated Personal Information Section
  • Gender, Age, timezone, referrals, active play times, special questions, personality and disposition, previous guild information, summary sections
  • 2 extra custom questions for PI section
  • Ability to debug any form questions and answers.
  • Fully integrated via your own website style and active inherits that style.
  • More than 40 questions to choose and select from.
  • Able to set redirects to forums, threadids, PMs, email.
  • Able to integrate polls and decide on public/private views.
  • Able to set group permissions for using the form.
Instructions
[hr].[/hr]
  • Import the product file through your admincp.
  • Go into your vboptions section and you will find 3 sections. I will briefly outline them below:
Elricstorm's World of Warcraft Configuration Settings
  • Houses all of the generic settings for your form, including name, summary options, redirect options, and many more features.
Elricstorm's World of Warcraft Form Settings
  • Houses all of the settings for your form, including faction, level access, and toggle on/off settings for sections and all questions.
Elricstorm's World of Warcraft Form Style Settings
  • Houses one font, and 4 color header sets that you can color code.
Once finished, remember to write down whatever name you set in the configuration setting for your "What is the default URL for your form?". The default is "wow_form". In order to access your form you need to set a URL link to:

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
  • Fixed the question 3 and question 4 answers as they were pointing to incorrect variables.
Version 1.0.1 Changes
  • Completely vbphrased all English and gaming terms in the addon. You can now adjust phrases and change the wording for yourself. This was especially important for European communities that might want to change the languages.
  • Go into admincp->languages and phrases-> and perform a search against the product using the "w" character as the search term. You will find all of the phrases that are editable here. The terms are "wow_form_(etc)".
Version 1.0.2 Changes & Fixes
  • Fixed vboptions for groups being checked even when toggled off. Now if you toggle groups ON, it only works if you actually add group numbers, and if you toggle it off, it does not check for groups.
  • Fixed answer template for newattunement keys.
  • Fixed linking for what you enjoy most to being linked with the timezone enable.
  • Fixed/Added vbphrasing for HEROIC, RAID, etc. keyphrases on answer template.
  • Addon is now completely phrased or optioned.
Version 1.0.3 Fixes
  • Fixed the list problem with the answer template for BC Instances
  • Fixed the answer template variables for answers 27 and 28.
SPECIAL THANKS TO:
[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

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #132  
Old 04-22-2008, 07:47 PM
Mother_Dee Mother_Dee is offline
 
Join Date: Jul 2007
Location: Wisconsin
Posts: 66
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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>
Since the classes are across the board now with TBC, unless you want to have different questions per faction it's a pretty easy fix.
Reply With Quote
  #133  
Old 04-29-2008, 05:07 PM
vrokar vrokar is offline
 
Join Date: Jan 2007
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #134  
Old 04-30-2008, 12:28 PM
Mother_Dee Mother_Dee is offline
 
Join Date: Jul 2007
Location: Wisconsin
Posts: 66
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Vrokar -

If you edit the plugin so that the the the post title reads:

Code:
$posttitle = "$formtitle - $answer1, $dropdownanswer2 $dropdownanswer4 $dropdownanswer1";
It will come out with character name, level race class. You can change it around as you see fit, this is how I have it on my forums.

So, for example, my new threads would look like this: Balaa - 70 Troll Priest

Have fun playing with the variable.
Reply With Quote
  #135  
Old 04-30-2008, 01:08 PM
vrokar vrokar is offline
 
Join Date: Jan 2007
Posts: 35
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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:
Originally Posted by Mother_Dee View Post
Vrokar -

If you edit the plugin so that the the the post title reads:

Code:
$posttitle = "$formtitle - $answer1, $dropdownanswer2 $dropdownanswer4 $dropdownanswer1";
It will come out with character name, level race class. You can change it around as you see fit, this is how I have it on my forums.

So, for example, my new threads would look like this: Balaa - 70 Troll Priest

Have fun playing with the variable.
Reply With Quote
  #136  
Old 04-30-2008, 05:51 PM
Mother_Dee Mother_Dee is offline
 
Join Date: Jul 2007
Location: Wisconsin
Posts: 66
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

<--- 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!
Reply With Quote
  #137  
Old 05-01-2008, 03:33 PM
Flootroops Flootroops is offline
 
Join Date: Feb 2008
Posts: 8
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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" />
added before:

Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
I also had to turn off the human verification manager to get it to work. That is under vbulletin options in the admincp.
Reply With Quote
  #138  
Old 05-04-2008, 04:52 PM
KURTZ KURTZ is offline
 
Join Date: Nov 2006
Location: Italy
Posts: 2,257
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Flootroops View Post
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" />
added before:

Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
I also had to turn off the human verification manager to get it to work. That is under vbulletin options in the admincp.
thx

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?
Reply With Quote
  #139  
Old 05-07-2008, 06:54 AM
KURTZ KURTZ is offline
 
Join Date: Nov 2006
Location: Italy
Posts: 2,257
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

anyone?
Reply With Quote
  #140  
Old 05-09-2008, 06:04 PM
Mother_Dee Mother_Dee is offline
 
Join Date: Jul 2007
Location: Wisconsin
Posts: 66
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #141  
Old 05-14-2008, 01:56 AM
atomhead atomhead is offline
 
Join Date: Nov 2007
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Broken in latest version of vb, can I get a fix??

Quote:
Your submission could not be processed because a security token was missing or mismatched.

If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error.
edit: used fix above and it's working fine (didn't change anything with human verification though)
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 10:54 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04842 seconds
  • Memory Usage 2,333KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (8)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete