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
  #162  
Old 01-01-2012, 07:30 AM
HMBeaty's Avatar
HMBeaty HMBeaty is offline
 
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Whatever this is...
PHP Code:
'.$wrt[header']. 
it's not from my modification. So you may have a modification interfering with this one.
Reply With Quote
  #163  
Old 01-01-2012, 07:32 AM
HMBeaty's Avatar
HMBeaty HMBeaty is offline
 
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Also, the code in this modification is the same code vBulletin uses to create threads and polls, and I still can't reproduce any of the errors you are getting. So I don't know....
Reply With Quote
  #164  
Old 01-01-2012, 07:36 AM
Merjawy's Avatar
Merjawy Merjawy is offline
 
Join Date: Sep 2002
Location: USA
Posts: 505
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I think I found it

there is a conflict with another mod

https://vborg.vbsupport.ru/showthread.php?t=251701

As soon I disable that mod things work just fine so it seems
Reply With Quote
Благодарность от:
HMBeaty
  #165  
Old 01-01-2012, 07:57 AM
HMBeaty's Avatar
HMBeaty HMBeaty is offline
 
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Merjawy View Post
I think I found it

there is a conflict with another mod

https://vborg.vbsupport.ru/showthread.php?t=251701

As soon I disable that mod things work just fine so it seems
Just tested after installing the modification you linked to and.... HOLY COW!!! That's a lot of errors! lol

Also, if you check back on the thread you linked to, there's a "fix" for this. Open up staff-application.php and underneath
PHP Code:
define('CSRF_PROTECTION'true); 
Add this:
PHP Code:
define('BYPASS_AEO'true); 
I tested after applying that fix and it seems to work just fine again
Reply With Quote
  #166  
Old 01-01-2012, 08:00 AM
HMBeaty's Avatar
HMBeaty HMBeaty is offline
 
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

depalaza, this may the fix for you as well since I'm guessing you have that same modification installed.
Reply With Quote
  #167  
Old 01-01-2012, 08:03 AM
Merjawy's Avatar
Merjawy Merjawy is offline
 
Join Date: Sep 2002
Location: USA
Posts: 505
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Talk about herror I mean error LOL

Great I uninstalled it, but I will try the fix too...

Thanks for sticking around till I got this

great mod
Reply With Quote
  #168  
Old 01-01-2012, 08:09 AM
HMBeaty's Avatar
HMBeaty HMBeaty is offline
 
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Merjawy View Post
Talk about herror I mean error LOL

Great I uninstalled it, but I will try the fix too...

Thanks for sticking around till I got this

great mod
Thanks for posting that error (which was the first clue ) and tracking it down to what modification was interfering with this one (which is good you found that out :up. Thanks
Reply With Quote
  #169  
Old 01-01-2012, 08:21 AM
Merjawy's Avatar
Merjawy Merjawy is offline
 
Join Date: Sep 2002
Location: USA
Posts: 505
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by HMBeaty View Post
Thanks for posting that error (which was the first clue ) and tracking it down to what modification was interfering with this one (which is good you found that out :up. Thanks
My pleasure indeed and thank you for the mod and support
Reply With Quote
  #170  
Old 01-01-2012, 11:06 AM
depalaza depalaza is offline
 
Join Date: Feb 2011
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by HMBeaty View Post
depalaza, this may the fix for you as well since I'm guessing you have that same modification installed.
yeah i have that mods too.

great it works now thanks
Reply With Quote
Благодарность от:
HMBeaty
  #171  
Old 01-01-2012, 02:24 PM
Merjawy's Avatar
Merjawy Merjawy is offline
 
Join Date: Sep 2002
Location: USA
Posts: 505
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Not out of the woods yet..

I have yet another conflict I guess..when I set to do private poll now, I get the same long page.. its not from that mod this time.. I looked and still didn't catch it.. I will let you know what I come up with

UPDATE: Ignore what I said LOL.. after I disabled it last night, and started working on it this morning its working fine
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:49 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.05657 seconds
  • Memory Usage 2,363KB
  • 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
  • (4)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
  • (9)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (3)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