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 |
#112
|
|||
|
|||
Uninstalled and reinstalled.
Instead of a 500 Server Error, I now get the following: Quote:
"http://www.surprise-mutiny.com/showthread.php?p=" It does not create a new thread, therefore the redirect is trying to send the user to a blank post number. Any ideas? Thanks. |
#113
|
|||
|
|||
Bump. Still need help with this.
|
#114
|
|||
|
|||
Come back, sweede!
|
#115
|
|||
|
|||
sadly doest work for the new VB, anyone know if there is other good applys forms?
|
#116
|
|||
|
|||
New Year's Bump. Still need help with this, please.
|
#117
|
||||
|
||||
Go to the plugins section of the vb admin, edit the plugin
Guild App Form hack @ hook, newthread_start add PHP Code:
PHP Code:
|
#118
|
|||
|
|||
Quote:
EDIT: Problem band-aid'd for now. Selecting "1" in the AdminCP redirect options causes the error; however, redirecting to the forum the post was made it works. |
#119
|
|||
|
|||
Tried installing this on my site today, but got the following errors cluttering up the top of the page:
Code:
Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: App_Question_box in [path]/includes/functions.php on line 4097 Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: App_Question_Answer in [path]/includes/functions.php on line 4097 Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: navbar in [path]/includes/functions.php on line 4097 Parse error: syntax error, unexpected T_STRING in /home/xxx/public_html/cms/newthread.php(77) : eval()'d code(179) : eval()'d code on line 1 Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: App_Form_CSS in [path]/includes/functions.php on line 4097 Parse error: syntax error, unexpected T_STRING in /home/xxx/public_html/cms/newthread.php(77) : eval()'d code(396) : eval()'d code on line 1 Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: App_Form_DescBox in [path]/includes/functions.php on line 4097 Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: App_Form_CharacterInfo in [path]/includes/functions.php on line 4097 Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: App_Form_PersonalInfo in [path]/includes/functions.php on line 4097 Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: App_Form in [path]/includes/functions.php on line 4097 |
#120
|
||||
|
||||
It doesn't work with any 4.x version of VBB and i currently have no plans (or time) to learn vb4's new template systems and recode my mods.
I would love to be able to spend some time and pick up coding again, but for the past year or so I've been working 6am to 6pm 6 or 7 days a week (sometimes up to 20 days in a row without a day off). |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|