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
  #72  
Old 06-27-2011, 12:06 PM
PHP FAN PHP FAN is offline
 
Join Date: Sep 2006
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by HMBeaty View Post
Ok, thanks. Now I know what the cause of the error is/was. I'll see if I can fix this later tonight. For now, to add a link to the staff application for your users, edit your navbar template and find:
HTML Code:
                            <vb:if condition="$show['memberslist']">
                                <li><a href="memberlist.php{vb:raw session.sessionurl_q}">{vb:rawphrase members_list}</a></li>
                            </vb:if>
Below that, add:
HTML Code:
<!-- USML Staff Application -->
<li><a href="staff-application.php" title="Apply now to be a member of our staff!">Staff Application</a></li>
<!-- USML Staff Application -->
Yah I already add the link manually

Thanks


By the way:
Why not add one more question:
What forum you like to apply for as moderator? (if you are applying for moderator position)

Then show him/her the forums list so choose from. (multiple select menu)
Reply With Quote
  #73  
Old 06-27-2011, 12:15 PM
HMBeaty's Avatar
HMBeaty HMBeaty is offline
 
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok PHP FAN and K!NG, whipped up a fix pretty quickly, if you wouldn't mind installing the one I've attached, and let me know how this goes, I'd appreciate it

(attachment removed)
Reply With Quote
  #74  
Old 06-27-2011, 12:16 PM
HMBeaty's Avatar
HMBeaty HMBeaty is offline
 
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You may also have to go back and re-enable that plugin I had you disable earlier
Reply With Quote
  #75  
Old 06-27-2011, 12:25 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
By the way:
Why not add one more question:
What forum you like to apply for as moderator? (if you are applying for moderator position)

Then show him/her the forums list so choose from. (multiple select menu)
Not sure if I can do this, but I'll try.
Reply With Quote
  #76  
Old 06-27-2011, 08:13 PM
K!nG K!nG is offline
 
Join Date: Dec 2010
Location: United States
Posts: 477
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hi HMBeaty,

I did imported the one u attached in post # 72 and, I went and enabled what you told us to disable "parse_template"

now get this error.

Parse error: syntax error, unexpected T_STRING in /home/****/public_html/myforumname***/includes/class_bootstrap.php(414) : eval()'d code on line 83

Seems like error moved from line 79 to 83



***** How come i don't get any email or pm when someone submits an application for a position ????? ******
Reply With Quote
  #77  
Old 06-27-2011, 10:42 PM
PHP FAN PHP FAN is offline
 
Join Date: Sep 2006
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by HMBeaty View Post
Ok PHP FAN and K!NG, whipped up a fix pretty quickly, if you wouldn't mind installing the one I've attached, and let me know how this goes, I'd appreciate it
instaled the attached file but no joy


Error:
Code:
Parse error: syntax error, unexpected T_STRING in /path to forum/includes/class_bootstrap.php(414) : eval()'d code on line 107
Reply With Quote
  #78  
Old 06-28-2011, 01:02 AM
HMBeaty's Avatar
HMBeaty HMBeaty is offline
 
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by K!nG View Post
hi HMBeaty,

I did imported the one u attached in post # 72 and, I went and enabled what you told us to disable "parse_template"

now get this error.

Parse error: syntax error, unexpected T_STRING in /home/****/public_html/myforumname***/includes/class_bootstrap.php(414) : eval()'d code on line 83

Seems like error moved from line 79 to 83
Quote:
Originally Posted by PHP FAN View Post
instaled the attached file but no joy


Error:
Code:
Parse error: syntax error, unexpected T_STRING in /path to forum/includes/class_bootstrap.php(414) : eval()'d code on line 107
Well that stinks I would say just leave the parse_templates plugin disabled and manually edit the navbar then. For some reason, your sites aren't agreeing with that plugin.

Quote:
Originally Posted by K!nG View Post
***** How come i don't get any email or pm when someone submits an application for a position ????? ******
For email: ensure you have a valid email address entered in "Send by Email". Check your spam folder too

For PM: ensure you have a valid userid (NOT username) entered in "User ID (Sender)" and a valid username (NOT userid) entered in "Private Message Recipients" and also verify that "Send by PM" is set to "Yes"
Reply With Quote
  #79  
Old 06-28-2011, 01:03 AM
HMBeaty's Avatar
HMBeaty HMBeaty is offline
 
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Out of curiousity, are BOTH of you running in UTF-8 mode?
Reply With Quote
  #80  
Old 06-28-2011, 01:36 AM
K!nG K!nG is offline
 
Join Date: Dec 2010
Location: United States
Posts: 477
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

********Originally Posted by K!nG
***** How come i don't get any email or pm when someone submits an application for a position ????? ******
For email: ensure you have a valid email address entered in "Send by Email". Check your spam folder too

For PM: ensure you have a valid userid (NOT username) entered in "User ID (Sender)" and a valid username (NOT userid) entered in "Private Message Recipients" and also verify that "Send by PM" is set to "Yes********


Well i do have valid email in there which is administrative email & i also have userid 1 which is my id but none of them working at all also i am using UTF-8 mode.
Reply With Quote
  #81  
Old 06-28-2011, 01:43 AM
HMBeaty's Avatar
HMBeaty HMBeaty is offline
 
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by K!nG View Post
i am using UTF-8 mode.
Ok, I am going to take an educated guess at this and say the UTF-8 mode is screwing things up lol. Unfortunately, I'm unsure on how to fix the issues occurring from the UTF-8 mode
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 06:45 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.05095 seconds
  • Memory Usage 2,364KB
  • Queries Executed 26 (?)
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
  • (2)bbcode_code
  • (2)bbcode_html
  • (7)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
  • (7)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)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_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