Version: 4.2.0.0, by HMBeaty
Developer Last Online: Feb 2020
Category: Add-On Releases -
Version: 4.2.x
Rating:
Released: 04-13-2011
Last Update: 06-22-2012
Installs: 166
DB Changes Uses Plugins Auto-Templates
Additional Files
No support by the author.
The [USML] Staff Application Version 4.2.0.0 allows you to add an application system to your web site that allows users to apply for up to 10 positions which you can specify in your AdminCP options. You currently have the options to restrict usage to certain usergroups and you can specify a minimum post count to be able to submit applications. Also features Human Verification! More available features are listed below!
------------------ Features
------------------
Up to 10 customizable positions.
Restrict access by:
Usergroup
Post count
Reputation amount
Registration length
Require Human Verification
Email submitted applications to the email address(es) you specify
Please remember to click Mark as Installed if you use this modification.
Also, feel free to nominate this modification for the MOTM, and/or use the Donate link to show your appreciation in the time and effort put into this modification.
but no problems at all except for Staff Application mod
maybe because you are not using phrases
see this is the parse_templates for Staff Application mod
PHP Code:
if ($vbulletin->options['usml_staffapp_enabled'] AND $vbulletin->options['usml_staffapp_autotemplate'])
{
$template_hook['navbar_community_menu_end'] .= '<li><a href="staff-application.php" title="Apply now to be a member of our staff!">Staff Application</a></li>';
}
if ($vbulletin->options['usml_staffapp_enabled'])
{
$vbphrase['powered_by_vbulletin'] .= '<div>Staff Application 1.4.0
but no problems at all except for Staff Application mod
maybe because you are not using phrases
see this is the parse_templates for Staff Application mod
PHP Code:
if ($vbulletin->options['usml_staffapp_enabled'] AND $vbulletin->options['usml_staffapp_autotemplate']) { $template_hook['navbar_community_menu_end'] .= '<li><a href="staff-application.php" title="Apply now to be a member of our staff!">Staff Application</a></li>'; }
if ($vbulletin->options['usml_staffapp_enabled']) { $vbphrase['powered_by_vbulletin'] .= '<div>Staff Application 1.4.0
you can see also the last line is not complete!
??? It shows complete on my end....
PHP Code:
if ($vbulletin->options['usml_staffapp_enabled'] AND $vbulletin->options['usml_staffapp_autotemplate']) { $template_hook['navbar_community_menu_end'] .= '<li><a href="staff-application.php" title="Apply now to be a member of our staff!">Staff Application</a></li>'; }
if ($vbulletin->options['usml_staffapp_enabled']) { $vbphrase['powered_by_vbulletin'] .= '<div>Staff Application 1.4.0 ? 2011 by <a href="http://www.usmilitarylife.com/" title="US Military Life" target="_blank">U.S. Military Life</a></div>'; }
new features
------------
1. New PM Sender Options! - You may specify if you want the pm to be sent by the applicant, or another user that you may still specify in "User ID (Sender)"
2. Poll creation settings! - Create a poll, make the poll public, specify up to 4 options that users may vote for
3. New Options for Auto Template Changes! - Enable/Disable automatic template edit, Specify where you want the link to be placed
misc fixes
------------
- error messages reworked and rewritten
- bugfix for plugin not installing correctly for some users
- plugins optimized (to help decrease memory usage)
I have all of this coded and working, just going through testing to make sure there aren't any errors and to be sure everything is working correctly, and need to clean up the code a little. Should be released either tonight or tomorrow