The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
[3.8.x] Staff Application Details »» | |||||||||||||||||||||||||
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
|
Comments |
#162
|
|||
|
|||
Hey,
I've just downloaded this mod and I was wondering if I could change the names of the positions to apply to. from Administrator, moderator and supermoderator into Forum moderator, news Poster and Spam Banner( or something) Could you tell me how to do this ? Thanks, Rik |
#163
|
||||
|
||||
Quote:
Note that you must edit the template in 2 separate areas for it to work correctly |
#164
|
||||
|
||||
Nobody has posted whether or not this works on 3.6.x so I'm not sure. I will test and have an answer for you tomorrow if that is ok?
|
#166
|
|||
|
|||
Quote:
Can you tell me what line's i need to edit ? |
#167
|
||||
|
||||
HTML Code:
<if condition="$vboptions['usml_postitionapplying_mod_onoff'] == '1'"> <input type="radio" name="position_applying" value="Moderator" />$vbphrase[usml_staffapp_mod]<br /> </if> <if condition="$vboptions['usml_postitionapplying_smod_onoff'] == '1'"> <input type="radio" name="position_applying" value="Super Moderator" />$vbphrase[usml_staffapp_smod]<br /> </if> <if condition="$vboptions['usml_postitionapplying_admin_onoff'] == '1'"> <input type="radio" name="position_applying" value="Administrator" />$vbphrase[usml_staffapp_admin] </if> |
#168
|
|||
|
|||
the mod, smod and admin, into what do i change that if i want it: news poster, support team and sales team ?
|
#169
|
||||
|
||||
I explained how to change them in my post above....
But you could do this HTML Code:
<if condition="$vboptions['usml_postitionapplying_mod_onoff'] == '1'"> <input type="radio" name="position_applying" value="News Poster" />News Poster<br /> </if> <if condition="$vboptions['usml_postitionapplying_smod_onoff'] == '1'"> <input type="radio" name="position_applying" value="Support Team" />Support Team<br /> </if> <if condition="$vboptions['usml_postitionapplying_admin_onoff'] == '1'"> <input type="radio" name="position_applying" value="Sales Team" />Sales Team </if> |
#170
|
|||
|
|||
ok thanks maN!
|
#171
|
||||
|
||||
i have installed and every thing is fine but when someone try to submit application and put the all data and click on send button i see the success full message but no THREAD are created in the define forum and also i dont got any email from this type . any body tell me about this .
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|