Skip to content

ZerGabriel/Apply

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bbDKP

#Apply

Recruitment form plugin for bbDKP

It makes a post in a forum specified in the ACP with the answers to the questions that can be added in the ACP. Supports Textbox, Inputbox, Radiobuttons, Selectbox, Checkboxes. Posts can either be public or private; this can be set in the ACP. It supports recruitment for all games installed in bbDKP, it picks up class data from bbDKP for the selected game.

  • recruitment form for roles in guilds for which there is an open position, set in guild ACP (new 1.4.2)
  • multiple bbcode blocks
  • multiple html controls:
    • title
    • charactername (accepts unicode names only)
    • game, race, class, gender
    • regio, realm
    • textarea with bbcode
    • textarea
    • inputbox
    • selectbox
    • checkbox
    • radiobutton
  • Calls BattleNet API to fetch character statistics if it's a Wow Guild that's armory enabled.
  • the 'fixed' part of the apply template changes if guild is Armory-enabled or not.
  • multiple forms :
    • make a new template in acp
    • use template by making a new post in the forum (or browsing to apply.php?template_id=n)
    • make a new link in your frontpage to point to it.

Current

v1.5.8

Usage

  1. Set up a forum in phpbb. give authorisation to post, edit.
  2. set up the templates in ACP. Every template is tied to one forum.
    • edit template settings by the green wheel.
  3. templates can be called by browsing to apply.php and passing the template_id as a parameter: ex. apply.php?template_id=1

Installation

Requirements

  1. phpbb 3.0.14
  2. bbDKP 1.4.1
  3. ftp and founder admin access on your phpbb installation.

MODX installation

  • manual installation : open install.xml with your browser, and follow the instructions. then go to /install and run the database installer.
  • automod installation : copy the Apply mod folder to /Store/Mods and then click install in Automod.

Changelog

2015-09-12 : 1.5.8

  • [FIX] targets phpbb 3.0.14

2015-03-28 : 1.5.7

  • [FIX] works with bbdkp 1.4 and the new recruitment table.

2014-06-30 : 1.5.6

  • [FIX] editing a template did not work correctly.
  • [CHG] nicer css for apply form

2014-06-30 : 1.5.6

  • [FIX] When deleting a template it will always delete the top template.

2014-06-08 : 1.5.4

  • [FIX] #14 position of statistics option column in template table was too short.
  • [FIX] better alignment in case of not a wow character.

2014-05-17 : 1.5.3

  • [FIX] preg_match issues when using accented characters.
  • [FIX] #13 leftover letter "s" in install/index.php
  • [CHG] #9 remove some WoW statistics that are not relevant : achievements + mana pool
  • [NEW] #8 the WoW statistics can now be put after the profile, at the bottom or not at all.
  • [CHG] refactored apply.php to new class apply_post in /includes

2014-05-07 : 1.5.2

  • [FIX] #12 staggered title rendering
  • [CHG] remove game dropdown (derived from guild)

2014-04-09 : 1.5.1

  • [UPD] Updated for bbDKP 1.3.0
  • [upd] phpbb 3.0.12 compatible
  • [upd] adding hooks replacing core edits
  • [upd] removed WoWAPI class, now calls BattleNet class in bbdkp namespace.
  • [upd] only calls Armory to fetch character if your Guild is armory-enabled.
  • [upd] improved posting layout

2012-10-13 : 1.4.1

  • [fix] Now accepts unicode names
  • [new] improved posting layout
  • [new] WoW character statistics from Battle.NET

2012-10-13 : 1.4

  • [new] totally redone acp
  • [new] new posting leads to template, can also still call apply.php with template_id parameter in url
  • [new] ability to edit template forum and guild
  • [fix] fix issue with multiple templates
  • [fix] fix issue with blank installer in german version

2012-08-23 : 1.3.7

  • [fix] fix issue 223

2012-08-23 : 1.3.6

  • [new] multiple templates

2012-08-23 : 1.3.5

  • [new] new textarea field with bbcode buttons added at top of text areas and one without. supports multiple bbcode buttonblocks. added modified functions from editor.js
  • [FIX] removed hardcoded html from appforms.php, is now generated in template itself using template variables
  • [FIX] gamedetection improved, now reads game property of bbdkp object to get list of games

2012-03-28 : 1.3.3.1

  • [FIX] fixed the movedown/up/delete button in acp

2012-03-25 : 1.3.3

  • [FIX] fixed the movedown/up/delete button in acp
  • [CHG] Questions now no longer mandatory by default at Installation.
  • [CHG] Now attemts to insert apply link in navigation bar
  • [FIX] Apply form is now w3c valid, css moved to stylesheet
  • [CHG] changed questionnaire ACP layout (textarea is better)
  • [FIX] added form token checks
  • [FIX] Apply.php now prints correct message when user has no posting access.
  • [NEW] added pulldown in acp to choose how candidate are created

2011-11-04 : 1.3.1

  • [CHG] better question positioning in acp
  • [CHG] removed lines 1-2 from question table, moved to html.
  • [FIX] ACP w3c validation passed
  • [FIX] ticket 149 Undefined index]
  • [FIX] ticket 150 Trying to rearrange questions gave error
  • [FIX] ticket 158 Application form submit error warning did not produce link back to form
  • [CHG] Updated translations de-fr
  • [NEW] ACP welcome message with bbcode support

2011-11-16 : 1.3.0

  • [NEW] creates a character in bbDKP provided the usergroup posting the app is allowed.
  • [CHG] new field comment strings in template
  • [CHG] w3c validated apply template, now div based
  • [CHG] is compatible with all bbDKP supported games
  • [CHG] now uses standard phpbb table prefix
  • [CHG] rewrite, removed old armory support, removed subsilver2

2010-11-18 : 1.2.6

  • [FIX] Bug #88 : New global link and language variable for portal in common.php and functions.php
  • [FIX] Bug #77 : Apply questionnaire Color wheel fixed

2010-09-25 : 1.2.5

  • [new] French and German version

2010-06-06 : 1.2.4

  • [fix] realms with spaces correctly parsed (by Malfate)
  • [fix] uninstaller now correctly uninstalls module

2010-06-06 : 1.2.3

  • [chg] removed Armory overlay (moved to bbTips), now posts bbcode to achieve same result, makes posting editable.
  • [chg] moved header edits to /dkp/dkpheader.html
  • [chg] requires bbDKP 1.1.0 or higher
  • [fix] fixed captcha if invalid response given
  • [fix] fixed checkbox names, multibyte

2010-04-26 : 1.2.2

  • [new] added setting to allow or deny user to choose Private or public forum
  • [new] when posting to private forum, apply will redirect to the portal, or else to the public recruitment forum
  • [upd] added language entries, redesign of the ACP, split armory setting and privacy settings.
  • [fix] Simplepie syntax error
  • [fix] fixed Mage Mana display

2010-04-25 : 1.2.1

  • [new] private or public application option
  • [fix] added jquery changes to Automod, is now futureproof for bbdkp RC4
  • [fix] fix in checking if options are empty
  • [fix] subsilver2 css support

2010-04-24 : 1.2.0

  • [NEW] popup with armory 3d model, Gearlist from Armory, Achievements from Armory Feed
  • [NEW] Radioboxes, selectboxes, Check boxes added
  • [NEW] Core apply class added
  • [CHG] hardcoded strings moved to language file, can easily be translated now.
  • [CHG] writes constants to bbdkp_constants file
  • [NEW] Demo questions added
  • [chg] removed appconfig table, everything is in $config
  • [UPDATED] Now works with bbDKP 1.1 RC3

2009-05-26 : 1.1.1

  • [CHANGE] now uses Umil db installer

2009-05-17 : 1.1.0

  • [NEW] Added Classbased Templates
  • [NEW] Added Gearsheet
  • [NEW] redesigned gear layout and added glyphs
  • [NEW] Added Level to Title
  • [NEW] Remove Race from Title
  • [NEW] Added Dual Talent Support
  • [NEW] acp module
  • [NEW] Armory online check, new acp $config
  • [FIX] phpbb code-compliant

2009-01-17 1.0.2 Kapli

  • Fixed some bugs, renamed order to qorder and added fields if the armory is down.

2008-12-20 : 1.0.1 Kapli

  • Added checkbox and radio and checkbox types

2008-12-17 : 1.0.0b1 Dimtauren<

  • Updated Subsilver template

2008-12-15 : 1.0.0 first release Kapli

  • Added loads of checks in the ACP and fixed some bugs
  • Todo: Keep working on functionality<

2008-12-10 : 0.0.4 Kapli

  • Added loads of checks in the ACP and fixed some bugs
  • Todo: Keep working on functionality<

2008-12-06 : 0.0.3 Kapli

  • Rewrote the whole script
  • todo : Application template edit in the ACP<

2008-12-06 0.0.2 Kapli

  • Rewrote the whole script<
  • todo : Application template edit in the ACP

2008-11-08 : 1.0.0 first release Kapli

  • 0.0.1 Ok initial commit today, tested and works. Kapli

Community

Find support and more on bbDKP.com

contribute

Send us a pull request

license

GNU General Public License v2

This application is opensource software released under the GPL. Please see source code and the docs directory for more details. Powered by bbDkp (c) 2009 The bbDkp Project Team bbDkp If you use this software and find it to be useful, we ask that you retain the copyright notice below.

bbDKP (c) 2008, 2009 Sajaki, Malfate, Kapli, Hroar bbDKP (c) 2007 Ippeh, Teksonic, Monkeytech, DWKN EQDkp (c) 2003 The EqDkp Project Team

Credits

Blazeflack and Twizted, for their work and support on the Apply plugin.

Paypal donation

Foo

About

Recruitment plugin for bbDKP

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • XSLT 67.8%
  • PHP 26.0%
  • HTML 6.0%
  • CSS 0.2%