Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
[USML] Staff Application Details »»
[USML] Staff Application
Version: 4.2.0.0, by HMBeaty HMBeaty is offline
Developer Last Online: Feb 2020 Show Printable Version Email this Page

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
  • And more!
------------------
Installation
------------------
  • Instructions in readme.html
------------------
Upgrade
------------------
  • Instructions in readme.html
------------------
Uninstallation
------------------
  • Instructions in readme.html
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.

Download Now

File Type: zip [USML] Staff Application (4.2.0.0).zip (16.7 KB, 513 views)

Screenshots

File Type: jpg [USML] Staff Application - Main Settings.jpg (99.6 KB, 0 views)
File Type: jpg [USML] Staff Application - Position Settings.jpg (105.5 KB, 0 views)
File Type: jpg [USML] Staff Application - Usergroup Manager.jpg (103.7 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
7 благодарности(ей) от:
f4vn, ForceHSS, puertoblack2003, seb5594, shahryar_neo, Successfulsteps, topranger

Comments
  #82  
Old 06-28-2011, 03:23 AM
K!nG K!nG is offline
 
Join Date: Dec 2010
Location: United States
Posts: 477
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hmmmmm I guess no choice but uninstall it anyways thanks for trying buddy Great mod hopefully i will find something similar as this one around

Thanks
Reply With Quote
  #83  
Old 06-28-2011, 07:43 AM
PHP FAN PHP FAN is offline
 
Join Date: Sep 2006
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes I use utf8

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!
Reply With Quote
  #84  
Old 06-28-2011, 11:59 AM
HMBeaty's Avatar
HMBeaty HMBeaty is offline
 
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by PHP FAN View Post
Yes I use utf8

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>';

Reply With Quote
  #85  
Old 06-28-2011, 12:46 PM
PHP FAN PHP FAN is offline
 
Join Date: Sep 2006
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

OK man

I copy your code and replace it with the one I have


The error is gone, but the link to the mod page still not showing, but it's ok
Reply With Quote
  #86  
Old 06-28-2011, 12:49 PM
HMBeaty's Avatar
HMBeaty HMBeaty is offline
 
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by PHP FAN View Post
OK man

I copy your code and replace it with the one I have


The error is gone, but the link to the mod page still not showing, but it's ok
Did you go back and re-enable the plugin? Also, there's a new yes/no setting in the AdminCP for automatic template edits
Reply With Quote
  #87  
Old 06-28-2011, 12:54 PM
PHP FAN PHP FAN is offline
 
Join Date: Sep 2006
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by HMBeaty View Post
Did you go back and re-enable the plugin? Also, there's a new yes/no setting in the AdminCP for automatic template edits
Yes I re-enable it


Sorry did not see the Automatic Template Changes option before

I make it yes and all OK now
Reply With Quote
  #88  
Old 06-28-2011, 01:01 PM
HMBeaty's Avatar
HMBeaty HMBeaty is offline
 
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by PHP FAN View Post
Yes I re-enable it


Sorry did not see the Automatic Template Changes option before

I make it yes and all OK now
Hmm...ok, so automatic template changes were made and no errors now?
Reply With Quote
  #89  
Old 06-28-2011, 01:16 PM
PHP FAN PHP FAN is offline
 
Join Date: Sep 2006
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yep, all OK and working fine
Reply With Quote
Благодарность от:
HMBeaty
  #90  
Old 06-28-2011, 01:18 PM
HMBeaty's Avatar
HMBeaty HMBeaty is offline
 
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by PHP FAN View Post
Yep, all OK and working fine
Interesting.....
Reply With Quote
  #91  
Old 07-07-2011, 10:52 PM
HMBeaty's Avatar
HMBeaty HMBeaty is offline
 
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just a teaser for what's to come in 1.5.0
Quote:
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
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:09 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05078 seconds
  • Memory Usage 2,371KB
  • Queries Executed 28 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_php
  • (6)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (8)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (4)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete