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 |
#152
|
|||
|
|||
I done the changes or atleast thing i made the changes in the correct place in the .xml file , uploaded it and everyone was the same Gonna have a look into it a bit more when i'm not trying to heal people in heroics >< Will post back if i work it out !
|
#153
|
|||
|
|||
I had the same issue, It had something to do with the cache or somethign with the templates... I fully modified my xml to reflect WOLTK... Now however I am having an issue with a "security toekn" IE: CSRF, I for the life of me can not figure out where the line is to be modified... And no one has posted a sugestion in the dev forum on it..
If you have any ideas, let me know please... Thanks |
#154
|
|||
|
|||
I am no genious when it comes to php but i gave this a go for the sake of my sanity when WotLK was released.....its worked on our forum and i stress this is a short term fix till electricstorm or someone with the same know how starts to work on this script again
download Electricstorms product file and then edit it using what ever package you need, then make the following changes, it looks long but alot of it is just same old, same old find Code:
$dropdownchoice1i = $vbphrase[wow_form_warrior]; Code:
$dropdownchoice1j = $vbphrase[wow_form_deathknight]; Code:
$dropdownchoice5i = $vbphrase[wow_form_holy]; Code:
$dropdownchoice5j = $vbphrase[wow_form_blood]; then find: Code:
$dropdownchoice6i = $vbphrase[wow_form_protection]; Code:
$dropdownchoice6i = $vbphrase[wow_form_frost]; then find: Code:
$dropdownchoice7h = $vbphrase[wow_form_survival]; Code:
$dropdownchoice7i = $vbphrase[wow_form_unholy]; then find: Code:
$dropdownchoice8j = $vbphrase[wow_form_skinning]; Code:
$dropdownchoice8k = $vbphrase[wow_form_inscription]; find: Code:
<option value="$dropdownchoice1i" <if condition="$dropdownchoice1i == $dropdownanswer1">selected="selected"</if>>$dropdownchoice1i</option> Code:
<option value="$dropdownchoice1j" <if condition="$dropdownchoice1j == $dropdownanswer1">selected="selected"</if>>$dropdownchoice1j</option> Code:
<option value="$dropdownchoice5i" <if condition="$dropdownchoice5i == $dropdownanswer5">selected="selected"</if>>$dropdownchoice5i</option> Code:
<option value="$dropdownchoice5j" <if condition="$dropdownchoice5j == $dropdownanswer5">selected="selected"</if>>$dropdownchoice5j</option> Code:
<option value="$dropdownchoice6i" <if condition="$dropdownchoice6i == $dropdownanswer6">selected="selected"</if>>$dropdownchoice6i</option> Code:
<option value="$dropdownchoice6j" <if condition="$dropdownchoice6j == $dropdownanswer6">selected="selected"</if>>$dropdownchoice6j</option> Code:
<option value="$dropdownchoice7h" <if condition="$dropdownchoice7h == $dropdownanswer7">selected="selected"</if>>$dropdownchoice7h</option> Code:
<option value="$dropdownchoice7i" <if condition="$dropdownchoice7i == $dropdownanswer7">selected="selected"</if>>$dropdownchoice7i</option> Code:
<option value="$dropdownchoice8j" <if condition="$dropdownchoice8j == $dropdownanswer8">selected="selected"</if>>$dropdownchoice8j</option> Code:
<option value="$dropdownchoice8k" <if condition="$dropdownchoice8k == $dropdownanswer8">selected="selected"</if>>$dropdownchoice8k</option> Find: Code:
<phrase name="wow_form_warrior" date="0" username="Elricstorm" version="1.0.1"><![CDATA[Warrior]]></phrase> Code:
<phrase name="wow_form_deathknight" date="0" username="Elricstorm" version="1.0.1"><![CDATA[DeathKnight]]></phrase> find: Code:
<phrase name="wow_form_affliction" date="0" username="Elricstorm" version="1.0.1"><![CDATA[Affliction]]></phrase> Code:
<phrase name="wow_form_blood" date="0" username="Elricstorm" version="1.0.1"><![CDATA[Blood]]></phrase> find: Code:
<phrase name="wow_form_combat" date="0" username="Elricstorm" version="1.0.1"><![CDATA[Combat]]></phrase> Code:
<phrase name="wow_form_frost" date="0" username="Elricstorm" version="1.0.1"><![CDATA[Frost]]></phrase> find: Code:
<phrase name="wow_form_destruction" date="0" username="Elricstorm" version="1.0.1"><![CDATA[Destruction]]></phrase> Code:
<phrase name="wow_form_unholy" date="0" username="Elricstorm" version="1.0.1"><![CDATA[Unholy]]></phrase> find: Code:
<phrase name="wow_form_skinning" date="0" username="Elricstorm" version="1.0.1"><![CDATA[Skinning]]></phrase> Code:
<phrase name="wow_form_inscription" date="0" username="Elricstorm" version="1.0.1"><![CDATA[Inscription]]></phrase> Right ok i cheated on the next part but it works, wont reflect it in the control panel but still it works ok on the form find: Code:
$dropdownchoice270 = "70"; Code:
$dropdownchoice264 = "74"; $dropdownchoice265 = "75"; $dropdownchoice266 = "76"; $dropdownchoice267 = "77"; $dropdownchoice268 = "78"; $dropdownchoice269 = "79"; $dropdownchoice270 = "80"; Again i stress, i just looked at the file and made the next logical steps i claim no glory for this its electricstorms work that takes all the credit and as i said i am the village idiot so if it takes over the world dont blame me LOL |
#155
|
|||
|
|||
I applied the fixes in the post above mine and they worked fine, however this mod is so outdated a LOT of the info it asks for in the form are no longer relevant, this is a good mod I just hope the author can find some time to update it. I would be happy to provide some suggestions for possible updates to the form. Msg me!
|
#156
|
|||
|
|||
I applied all the above changes but it's still not showing Inscription, DK's or the DK talent choices. I did it twice by copying and pasting the code exactly. Could you possibly send me your editted XML?
|
#157
|
|||
|
|||
I tried these changes in 3 different .xml editors. The only change that seems to be working is the change to reflect level 80's.
|
#158
|
|||
|
|||
Snap Flootroops
|
#159
|
||||
|
||||
Since noone seems to be contributing real fixes to this, I will explain in a bit of detail how to go about making changes to this "correctly". I'll use two examples, level changes (non-hack way as opposed to what is suggested above), and adding "Death Knight".
The above method(s) can be used for adding other fields as well, including Inscription or whatever else. I leave those examples as an exercise to the reader. PS - No offense meant to other submitted fixes... they just weren't working. |
#160
|
||||
|
||||
Quote:
Edit your wow_form template, find the following: Code:
<input type="hidden" name="posthash" value="$posthash" /> <input type="hidden" name="poststarttime" value="$poststarttime" /> Code:
<input type="hidden" name="s" value="$session[sessionhash]" /> <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" /> |
#161
|
|||
|
|||
Why is it giving me the following when I try to submit or preview the form: 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. |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|