![]() |
Quote:
NB: the images are too small to read anything...it's just to give you an idea. Application Form: http://img235.imageshack.us/img235/746/app1ou7.th.jpg Result: http://img230.imageshack.us/img230/3...sultzm4.th.jpg |
Quote:
|
Disable the unregistered usergroup from being able to post from the form. That *should* fix it, since orphaned posts stink anyway and if someone is serious about filling out an application, why not make them register? :)
See if that works. I have no idea how to get around that if you want unregistered users to be able to post applications, I'd have to dig quite a bit. Here's my form, and what you get being unregistered: http://www.darkportals.com/forum/new...do=application |
After updating my forum to Patch Level 2, whenever you fill out all the fields it still says you haven't filled them all out.
|
Strange. Do you have the most recent version of the mod installed?
I updated to PL2 without a hitch in this mod. Sorry I can't be of help. :( |
Pretty sure I do, is there a version check somewhere?
|
Quote:
|
Quote:
Amen!!!!! Great mod, this is by far the best & easiest to edit...Thank You One question, After submit is hit, the app. shows up in a thread. How do I change the font size of the Personal Information Area to a larger size. I have edited this to suit my needs for America Army. I have changed all font sizes in xml, but the submited app. does not change...Thanks. |
Eddie -
You'll need to edit the wow_form_answers template since that's what is pulled when posting the answers to the new thread. Right now it looks like the header for that section is set to +2, and the rest appears to pull the font size of your standard forum posts. Floo - Ah, thanks for the info. I don't allow guests to post because I like to know who is posting on my guild forums. Just watch for spam bots if you've turned off image verification. |
Anyone know what changes I would need to make to the xml in order to import a second form without disturbing the original one?
Our guild is starting to recruit in both factions now and I would like to have a application for both. Since my current one is set to Alliance, any new Horde members can't put in their proper race/class info. thanks |
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"> Replace with: Code:
<option value="$dropdownchoice4a" <if condition="$dropdownchoice4a == $dropdownanswer4">selected="selected"</if>>$dropdownchoice4a</option> |
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?
|
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. :) |
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:
|
<--- 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! ;) |
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]" /> |
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? |
anyone? :(
|
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? |
Broken in latest version of vb, can I get a fix??
Quote:
|
Hi Everyone..
Been a long time since I revisited my own modification. I've been working heavily and haven't had much time to do much of anything programming wise. I just now got back into gaming and have been designing a custom Age of Conan vbulletin theme skin and also creating a new recruitment application form for that game. I still play World of Warcraft, but only on a very limited basis. The two biggest issues I think most folks have been talking about here are the new security token issues with 3.7x. I saw a fix outlined here and yes, that works fine. I've fixed it for the AoC recruitment app but I wanted to touch base with some other areas of this one. I will more than likely update the WoW recruitment form for 3.7x as I place the AoC one up. If anyone has suggestions for the upcoming changes, please post them here and I'll be looking at things to come. My new AoC guild site is located at http://praetorianknights.net . Check it out if you want to. :) |
When are you planning on putting up the AOC recruitment form?
|
Is there an easy way to use this mod to have two separate applications? We have very different questions sets depending on whether the applicant wants to raid or just be a casual player.
Thanks in advance... PS - I did copy the form, hooked to newthread_start, and named something new. But the cpadmin settings for questions don't give any option to edit one form vs. the other. - ZJ |
Works great!
Question though, I am having it post to a forum. The trouble that I am having is I have a dark background and I cant see the questions. The App. its self if perfect, but when I go to the forum that I have it posting to that is where I can't see the letters of the questions. I can see the answers though. Can someone point me in the right direction to change the colors of the text of the submitted application? |
any plans on updating this?
|
Quote:
_______________________________ Fantastic! I had to modify heavily to suit my needs however it works perfectly! (Tournament Site for bf2142 & COD4, using as a Request to Join application and special thanks for the custom questions as it saved me some code work!) 3.6.8 S-MAN |
any idea if this will be update for Wrath for WoW? If not could anyone tell me how to add in the new level cap and the new class?
|
are you going to have an update for WOTLK
|
Another request for a Wrath update or instructions on how to edit :)
|
I added the WoTLK options in the templates and phrases but the additions do not show in the form. Anyone know if you have to reimport the changes in a remade XML file?
|
Quote:
|
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 |
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"; 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 |
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!
|
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?
|
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.
|
Snap Flootroops
|
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. |
Quote:
Edit your wow_form template, find the following: Code:
<input type="hidden" name="posthash" value="$posthash" /> Code:
<input type="hidden" name="s" value="$session[sessionhash]" /> |
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. |
All times are GMT. The time now is 08:05 AM. |
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:
|