The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
World of Warcraft Guild Recruitment Form Details »» | |||||||||||||||||||||||||
This is a quick release of my Guild Application form
This uses the Online Gaming Recruitment addition as its base ( https://vborg.vbsupport.ru/showthread.php?t=182165 ) with a lot of modification to be warcraft specific and have part of it dynamicly created. Also included is a small tool i wrote to automaticly approve/deny applications via thread prefixes and move threads to a "Graveyard". From the Readme. ---------------------------------------- All of the options in the control panel may be self explainitory (see images). Editing the Application form template: Adding new text field questions are automatic and done in the control panel. Adding any other field is done through the template editor Example: <input type="text" size="30" value="$current_server" name="app[current_server]" /> Any application question must be in the format name="app[XXXXX]" , the value attribute is the php variable for the preview. Example of Dropdown (checkbox or radio fields follow similar concepts): <select name="app[character_class]"> <option value="Druid" <if condition="$character_class == 'Druid'">selected="selected"</if> >Druid</option> </select> Every form MUST have the following code at the begining of the form <form name="vbform" action="newthread.php" method="post" onSubmit="return vB_Editor['$editorid'].prepare_submit(0, $vboptions[postminchars])"> <input type="hidden" value="$formname" name="do" /> <input type="hidden" value="submit" name="action" /> <input type="hidden" name="posthash" value="$posthash" /> <input type="hidden" name="poststarttime" value="$poststarttime" /> <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" /> <input type="hidden" name="s" value="$session[sessionhash]" /> and the following at the end of the form. <input type="submit" value="Submit" name="submit" style="font-family: Verdana; font-size: 10pt" class="button" /> <input type="submit" value="Preview" name="submit" style="font-family: Verdana; font-size: 10pt" class="button" /> <input type="reset" value="Reset" name="reset" style="font-family: Verdana; font-size: 10pt" class="button" /> For the Comment Boxes, you place the variable, $comment_boxes , in the position you want them to appear in the template. If you want unregistered users to post, you will need <if condition="!$show['member']"> $human_verify </if> somewhere in your application form. Editing the Application Post Template: Editing this is very straight forward. You put the php variable of the form field name, in the proper template location. For example, if you have <input name="app[MyQuestion]"> , then you would put $MyQuestion in your template. The default template requires a new BBCode entry (See images bbCode_Class.png and bbCode_Style.png) For the Textarea Questions, you will need the following variable, $guild_app_answer_qa_message somewhere in your form. Thread Prefixes This makes use of Extensive Prefixes. See the PrefixExample and ThreadPrefixes images. Application Tools: This makes it very simple to change prefixes or move applications to other forums. Some of the important items are now a vbulletin option. Show Your Support
|
Comments |
#32
|
|||
|
|||
That was my original problem too Mithan. I have it set to a private forum (only officers can see it) but I wanted it to go to the new page saying 'Thanks for the application' which it isnt doing.
It's a minor annoyance and how I fixed it was just adding in the introduction to the application 'Special Note: Only press submit once, though the form might not look like it was submitted, it was' sort of thing. Worked so far. But if you do ever get around to fixing the code (maybe when 3.8 is released ) it'd be appreciated. Actually I think I use pretty much majority of your mods and even as it is now it's a great mod But I do understand where you're coming from with WOTLK and just no time to do anything else |
#33
|
|||
|
|||
Hey, I just added you on MSN so if you see Erik Shafer you know that's me
I'm still trying to find where that phrase is defined. I see where it's mentioned in the newthread_start, but that's it. Code:
// While we're here. Lets make a variable in case we're submiting the form for real. $guild_app_answer_qa_message .= construct_phrase( $vbphrase['guild_app_qa_answer_form'], $idx, trim($question), $$q_idx ) . "\n"; $idx++; |
#34
|
|||
|
|||
did you manage to figure out why (when posting to a hidden forum) the thankyou message hasnt appeared?
|
#35
|
||||
|
||||
Quote:
Quote:
Quote:
search for the variable name "guild_app_aq_answer_form" and you would change what you need there. |
#36
|
|||
|
|||
I'm having the same issues as Mithan, when I chose option 0 (tell the user "Thank you for submitting your application") the firm simply redirects back to itself with all the info filled out, giving the user the impression that it did not submit.
Any idea how I might fix that? |
#37
|
|||
|
|||
Yep, I have the same problem where is just goes to the application page, not the Thank You page
Awwwesome! Thanks a lot, you rock! |
#38
|
|||
|
|||
Thanks for this. It works great
Just have a question tho. the comment boxes '$comment_boxes' are lined up beside eachother. Our forum isnt that wide and i want them to be displayed under eachother instead. How do i do that ? |
#39
|
|||
|
|||
Thanks for the info, sorry I missed that, all look well except at the very top I still get this code
Code:
[char="Archimonde"] Hanardarer [/char], Orc Shaman And yes I installed your other mod, the WoW Character BBCode Ok, well it seems I might have some insight into my problem, capital letters could be it? Here is the example: For the original post - [char="archimonde"] bobetx [/char], Undead Warlock = Works fine [char="Archimonde"] Bobetx [/char], Undead Warlock = Does NOT work Once I manually edit a post and kick it to lower case, then I can edit it to all caps etc and things work as intended, but it seems on the original post it has to be lower case to work, I cant even begin to explain why this might be. |
#40
|
|||
|
|||
Everything installed without a hitch. The app works and the post to the forums looks great. My only problem is that when I pull down the App Tools menu, it is blank with only a Perform Action button at the bottom.
I noticed the two screenshots in the package indicating that prefixes need to be set, but I am unclear as to how to get those two screens to come up so I can set the prefixes. Is there something I'm missing? |
#41
|
|||
|
|||
Any update on how to fix where the user/applicant goes after the thread is submitted? Still have mine going back to the app, though the form is properly submitted. Getting a lot of applications lately and I'd like the process to go a little smoother is all!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|