Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

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

Category: Miscellaneous Hacks - Version: 3.8.x Rating:
Released: 06-23-2009 Last Update: 07-20-2009 Installs: 297
Uses Plugins Template Edits
Additional Files  
No support by the author.

Staff Application Version 1.3.1 by HMBeaty
(aka Redlinemotorsports/Redline)


Requirements
vBulletin 3.8.x

Changelog
1.0.0
- Initial BETA version released.

1.1.0
- Fixed problem when user would submit information, with information missing, it would make the fields blank again.
- Updated "Birthday" fields to look a bit neater (Hope you like this way better)

1.2.0
- Added "Who's Online" locations
- Added "Usergroup Settings" to deny/allow usergroups to use the application (AdminCP > vBulletin Options)
- Added "Post Count Settings" to deny/allow users based on post count (AdminCP > vBulletin Options)
- Added IP address and Host of applicant to the sent email
- Made the email easier to read
- Added an option to apply for "Administrator"
- Added the ability to turn on/off applications for Moderator / Super Moderator / Administrator (AdminCP > vBulletin Options)
- More fields added to the application
- Ability to create a new thread in the forum of your choice when a new application has been submitted (AdminCP > vBulletin Options)
- Option to turn on/off creating a new thread (AdminCP > vBulletin Options)
- Users "Username" Automatically added in (not editable by the user)
- Users "E-Mail" Automatically added in (editable by the user)
- Added the option to change the Location fields from "City, State" to "Region, Country" (AdminCP > vBulletin Options)
- Added error page for when "Accept New Applications" is set to "No"

1.3.0
- Completely XHTML 1.0 Valid
- Changed from "Moderator Application" to "Staff Application"
- Fixed bug in one of the radio buttons on the application
- Fixed incorrect setting for one of the AdminCP vBulletin Options
- Added error page for users who do not have enough posts to apply
- Fixed version checking error
- Changed the format for the phone number so if "City, State" is selected, it appears as "(123) 456-7890". However, if "Region, Country" is selected, it will still appear as a regular text area (e.g: 1234567890)
- Cleaned up the thread/email a little bit more (Changed the user's name so it's on one line (e.g:"User's Name: John Doe"))
- Application welcome message is now editable via vBulletin Options

1.3.1
- Bug fix: Typo (anough changed to enough)
- Bug fix: User's Name showed twice in email instead of Username

Features
- Sends an E-Mail to the E-Mail addresses you specify via the vBulletin Options in your AdminCP.
- Option to turn on/off submission of new applications via the vBulletin Options in your AdminCP.
- Not viewable by guests.
- All fields are required except for "Enter any additional information".
- If the member has selected "No" to "Do you moderate on other forums?", the fields "What other forum(s) do you moderate?" and "How long have you been moderating other forums?" are NOT required.
- Member must submit an E-Mail address and/or Phone Number (Only one of the two is required) for their contact information.
- And much more...

Installation
- Instructions included in readme.htm

Upgrading
- Instructions included in readme.htm

DO NOT remove the copyright!

If you would like to remove the copyright, or you have seen a website who you believe has illegally removed the copyright, please email webmaster@usmilitarylife.com

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #52  
Old 06-24-2009, 06:42 PM
HMBeaty's Avatar
HMBeaty HMBeaty is offline
 
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Did you remove BOTH the
Code:
<if condition="$vboptions[usml_mod_application_options_on] == '1' AND $show[member]">
and
Code:
</if>
?
Reply With Quote
  #53  
Old 06-24-2009, 06:43 PM
LI Pets LI Pets is offline
 
Join Date: Jun 2009
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yes

<!-- Start Moderator Application -->

<tr><td class="vbmenu_option"><a href="modapp.php$session[sessionurl]">Apply to be a Mod!</a></td></tr>
</if>
<!-- End Moderator Application -->
Reply With Quote
  #54  
Old 06-24-2009, 06:49 PM
HMBeaty's Avatar
HMBeaty HMBeaty is offline
 
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No you didn't, you still have the </if> there
Reply With Quote
  #55  
Old 06-24-2009, 06:51 PM
LI Pets LI Pets is offline
 
Join Date: Jun 2009
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

there were two

here's what I have

<!-- Start Moderator Application -->

<tr><td class="vbmenu_option"><a href="modapp.php$session[sessionurl]">Apply to be a Mod!</a></td></tr>

<!-- End Moderator Application -->

Is that it?

Oe is it easier to just tell me exactly what you want there?

Thanks
Reply With Quote
  #56  
Old 06-24-2009, 06:58 PM
HMBeaty's Avatar
HMBeaty HMBeaty is offline
 
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes, that would be correct
Reply With Quote
  #57  
Old 06-24-2009, 07:03 PM
LI Pets LI Pets is offline
 
Join Date: Jun 2009
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

it's not there??

would it be quicker if you logged in to see it first hand?
Reply With Quote
  #58  
Old 06-24-2009, 07:04 PM
HMBeaty's Avatar
HMBeaty HMBeaty is offline
 
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hmm. You can PM me admin login info and I'll take a look and see if I can get it sorted out for you
Reply With Quote
  #59  
Old 06-24-2009, 07:15 PM
HMBeaty's Avatar
HMBeaty HMBeaty is offline
 
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok, got it working for you. Since yours is a custom style and your links from your navbar are in a different area, you have to edit your header template for it to work.
Reply With Quote
  #60  
Old 06-24-2009, 07:20 PM
LI Pets LI Pets is offline
 
Join Date: Jun 2009
Posts: 42
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you very much.

Nice to have the Marines help us Navy guys
Reply With Quote
  #61  
Old 06-24-2009, 07:28 PM
HMBeaty's Avatar
HMBeaty HMBeaty is offline
 
Join Date: Sep 2005
Posts: 4,141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm Navy Devil Doc
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 05:58 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.04725 seconds
  • Memory Usage 2,313KB
  • 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
  • (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
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (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
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete