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 |
#72
|
|||
|
|||
LittleB@
For the line break after each answer and to get your next question on a new line you have to open your template "App_Question_Answer" go to the end of the second line, this should be PHP Code:
save your template and check your form, this did do the trick for me. |
#73
|
|||
|
|||
Quote:
|
#74
|
||||
|
||||
Quote:
found this problem, The App_Mover template should be HTML Code:
<div> <label for="ao_oct$forum_id"> <input type="radio" name="destforumid" id="ao_oct$forum_id" value="$forum_id" />$forum_name </label> </div> |
#75
|
|||
|
|||
for some reason, my apps no longer are using the character BBcode when they get posted or previewed?
I am using the latest Version (0.3.2), I have already uninstalled it and re-installed your character BBCODE (0.4.9b...although it still says 0.4.9a in my admin panel, not sure why as I have uninstalled completely and re-installed a few times) is fully functional on my site (I also tried re-installing that too) I am guessing something might be off in App_Form_CharacterInfo ? This is using vbulletin 3.8.1. Any help would be greatly appreciated, not sure what happened as it used to work fine, I might be overlooking something simple, I dunno. |
#76
|
||||
|
||||
I removed that. it was kind of silly to include bbcode specific to another mod that may not be used on every forum.
you would simply need to change the 2nd line of the App_Answer template to [char="$current_server"] $character_name [/char] |
#77
|
|||
|
|||
Sure works, you are the man! Thnx a lot =)
|
#78
|
||||
|
||||
I have a fixed width and for some reason the application is staying the same width which is wider than 1000px (which is the fixed width of my board) so can anyone help me please?
Dan |
#79
|
||||
|
||||
Quote:
Import the new 0.3.3 version and edit the textarea cols attribute in the App_Question_box template (for 1000px fixed width, try cols="60") |
#80
|
||||
|
||||
awesome it was col=55 thanks Sweede!
one thing though the border is slightly off? http://www.pcgamingblog.co.uk/Capture.JPG |
#81
|
|||
|
|||
Thanks
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|