vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Miscellaneous Hacks - [3.8.x] Staff Application (https://vborg.vbsupport.ru/showthread.php?t=216953)

LI Pets 06-24-2009 03:54 PM

Quote:

Originally Posted by Redlinemotorsports (Post 1836396)
No. This is an actual moderator application that your users can submit on your site and once submitted, it will be emailed to the email address(es) specified in the vBulletin Options

ok, where on the site do you suggest the app link appear?

I didn't see it on your site?

Have a good example.

HMBeaty 06-24-2009 04:02 PM

Quote:

Originally Posted by LI Pets (Post 1836474)
ok, where on the site do you suggest the app link appear?

I didn't see it on your site?

Have a good example.

The instructions place the link in the "Quick Links" menu, below the "Who's Online" selection

LI Pets 06-24-2009 04:09 PM

Quote:

Originally Posted by Redlinemotorsports (Post 1836396)
No. This is an actual moderator application that your users can submit on your site and once submitted, it will be emailed to the email address(es) specified in the vBulletin Options

ok, where on the site do you suggest the app link appear?

I didn't see it on your site?

Have a good example.

HMBeaty 06-24-2009 04:15 PM

Quote:

Originally Posted by LI Pets (Post 1836486)
ok, where on the site do you suggest the app link appear?

I didn't see it on your site?

Have a good example.

Quote:

Originally Posted by Redlinemotorsports (Post 1836480)
The instructions place the link in the "Quick Links" menu, below the "Who's Online" selection

Again

LI Pets 06-24-2009 05:40 PM

duh, can't believe I missed that ;)

installing now

LI Pets 06-24-2009 06:07 PM

ok, I installed it added the code etc.

It does not appear on the quick links

code

href="subscription.php$session[sessionurl_q]" rel="nofollow">$vbphrase[subscribed_threads]</a></td></tr>
<tr><td class="vbmenu_option"><a href="member.php?$session[sessionurl]u=$bbuserinfo[userid]">$vbphrase[your_profile]</a></td></tr>
<if condition="$show['wollink']"><tr><td class="vbmenu_option"><a href="online.php$session[sessionurl_q]">$vbphrase[whos_online]</a></td></tr></if>
<!-- Start Moderator Application -->
<if condition="$vboptions[usml_mod_application_options_on] == '1' AND $show[member]">
<tr><td class="vbmenu_option"><a href="modapp.php$session[sessionurl]">Apply to be a Mod!</a></td></tr>
</if>
<!-- End Moderator Application -->
$template_hook[navbar_quick_links_menu_pos4]


Any ideas?

log in
demo demo1

Thanks
Bob

HMBeaty 06-24-2009 06:13 PM

Is it turned on? Also, you have to be a registered member to see the link. I won't be able to see your link on your site

LI Pets 06-24-2009 06:16 PM

yes it's turned on, log in with demo, demo1

Thanks

HMBeaty 06-24-2009 06:27 PM

Ok, I'm not sure why it isn't showing. I can see it in the source code. Try removing
Code:

<if condition="$vboptions[usml_mod_application_options_on] == '1' AND $show[member]">
</if>

Does it work?

LI Pets 06-24-2009 06:39 PM

got this

The following error occurred when attempting to evaluate this template:

The conditional on line 309 appears to be missing its beginning tag (<if>). This may cause unexpected behavior.

This is likely caused by a malformed conditional statement. It is highly recommended that you fix this error before continuing, but you may continue as-is if you wish.

HMBeaty 06-24-2009 06:42 PM

Did you remove BOTH the
Code:

<if condition="$vboptions[usml_mod_application_options_on] == '1' AND $show[member]">
and
Code:

</if>
?

LI Pets 06-24-2009 06:43 PM

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

HMBeaty 06-24-2009 06:49 PM

No you didn't, you still have the </if> there

LI Pets 06-24-2009 06:51 PM

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

HMBeaty 06-24-2009 06:58 PM

Yes, that would be correct

LI Pets 06-24-2009 07:03 PM

it's not there??

would it be quicker if you logged in to see it first hand?

HMBeaty 06-24-2009 07:04 PM

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

HMBeaty 06-24-2009 07:15 PM

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. :)

LI Pets 06-24-2009 07:20 PM

Thank you very much.

Nice to have the Marines help us Navy guys

HMBeaty 06-24-2009 07:28 PM

I'm Navy ;) Devil Doc

LI Pets 06-24-2009 07:42 PM

:up:

https://vborg.vbsupport.ru/external/2009/06/40.jpg

Floris 06-25-2009 08:53 AM

I recommend since some fields are already known by the system, such as name, email, location, birthdate, etc. Just pre-populate those (rather, uneditable grey them out) using the profile details already known.

HMBeaty 06-25-2009 06:30 PM

Quote:

Originally Posted by Floris (Post 1836958)
I recommend since some fields are already known by the system, such as username

I've added this into it. Thanks for the suggestion Floris
Quote:

Originally Posted by Floris (Post 1836958)
email, location, birthdate, etc. Just pre-populate those (rather, uneditable grey them out) using the profile details already known.

I thought about adding these (location, bithdate) in, but some boards don't require that alot of this information to be required, and a field like email, some users may have a bad email address for their account and may want to use a separate email address.

ShadowAssassin1 06-25-2009 06:37 PM

Hey, I modded this, just modify the xml plugin file, pretty easy mate!

TheLastSuperman 06-25-2009 06:43 PM

Quote:

Originally Posted by Tilly (Post 1836043)
Installed, not sure if I will actually use it or not, I only make moderators on who I trust, I dont want members getting their panties in a bunch because they are rejected :D

Cool nuff though

Same here however you could tweak it and have it for staff positions i.e. if you run a board and there are coders that would like to help you and present info to your community then it would serve another purpose but since we just don't have the need for it does not mean others won't and just look @ all the replies.

Redline, downloaded to look over, might us might not but regardless dl'd it so marking as installed.

S-MAN

HMBeaty 06-25-2009 06:47 PM

Thanks S-Man.

The next version being released (1.2.0) will have MANY new features. I'll go ahead and post the list that I currently have

- Added "Who's Online" locations
- Added "Usergroup Settings" (AdminCP > vBulletin Options) to deny/allow usergroups to use the application
- Added "Post Count Settings" (AdminCP > vBulletin Options) to deny/allow users based on post count
- Added IP address and Host of applicant to the sent email
- Made the email being sent, easier to read
- Added an option to apply for "Administrator"
- Added the ability to turn on/off applications for Moderator/Super Moderator/Administrator
- 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
- Option to turn on/off creating a new thread
- Users "Username" Automatically added in and is not editable by the user

Player3 06-26-2009 01:30 AM

Quote:

Originally Posted by Redlinemotorsports (Post 1837306)
Thanks S-Man.

The next version being released (1.2.0) will have MANY new features. I'll go ahead and post the list that I currently have

- Added "Who's Online" locations
- Added "Usergroup Settings" (AdminCP > vBulletin Options) to deny/allow usergroups to use the application
- Added "Post Count Settings" (AdminCP > vBulletin Options) to deny/allow users based on post count
- Added IP address and Host of applicant to the sent email
- Made the email being sent, easier to read
- Added an option to apply for "Administrator"
- Added the ability to turn on/off applications for Moderator/Super Moderator/Administrator
- 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
- Option to turn on/off creating a new thread
- Users "Username" Automatically added in and is not editable by the user

Updates looking good.
Can't wait for 1.2.0!

HMBeaty 06-26-2009 01:37 AM

A couple more for now

- 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)

Version 1.2.0 will be released tomorrow afternoon :D

TheTradersArena 06-26-2009 02:30 AM

downloaded this mod and installed according to directions, however, all I'm seeing in the vb options in my AdminCP is the activate moderator applications and the email address.........nothing else to set any options...........am I missing something here?
Using 3.8.3

HMBeaty 06-26-2009 02:34 AM

Yes. At the moment, that's all that version 1.1.0 has in it. 1.2.0 is planned to be released tomorrow afternoon

TheTradersArena 06-26-2009 02:51 AM

I'll try that version....however, nowhere am I seeing any of these features
Features

- 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 more...
In other words.I'm not getting any form with fields in it.

HMBeaty 06-26-2009 02:54 AM

Did you go to www.yoursite.com/forum/modapp.php ?

TheTradersArena 06-26-2009 03:04 AM

Just bang me in the forehead now...............sorry.............been working a little too hard on the forums the past few days..........my bad
great mod, now that I see it. marked installed

HMBeaty 06-26-2009 03:05 AM

EDIT: Thanks

G-man561 06-26-2009 03:43 AM

Very, Very Nice!
I like it a lot!
Thanks &Installed!

HMBeaty 06-26-2009 10:43 PM

1.2.0 Released!!!

List of additional features added to 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)

Player3 06-26-2009 11:09 PM

Nice, thanks for this.
1.2.0 is a great upgrade to 1.1.0.

HMBeaty 06-26-2009 11:10 PM

Thanks for installing :D

ShawneyJ 06-27-2009 12:43 AM

Quote:

- Users "Username" Automatically added in (not editable by the user)
- Users "E-Mail" Automatically added in (editable by the user)
Nicely done ;) thanks so much :)

HMBeaty 06-27-2009 12:45 AM

Not a problem :D If anyone has anything else they want added/changed. Please request it here. I've already started work on 1.3.0 :) (Mainly a couple small error fixes)


All times are GMT. The time now is 12:04 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01424 seconds
  • Memory Usage 1,825KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (3)bbcode_code_printable
  • (10)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete