vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Administrative and Maintenance Tools - Moderator Application System 2.1 (https://vborg.vbsupport.ru/showthread.php?t=159704)

sawatdee 12-17-2007 11:24 PM

Installed and works great with vB 3.65. Great mod thank you for your efforts!

Jdm Ej1 Coupe 12-18-2007 12:26 AM

Fixed! Thanks!!!!

Vinyljunky 12-18-2007 02:49 PM

Quote:

Originally Posted by yoyoyoyo (Post 1356698)
in your ACP edit the phrase mas_there_is_a_new_mod_application


I cant work out the syntax to add a link in the post to modcp/mas_rateapp.php?do=list

Its driving me nuts!

Can anybody help?

Thanks

VinylJunky

succo 12-19-2007 06:36 PM

if i don't check 'agree' in the pre-application form it printed a blank page... it's needed to subst in modapp.php
PHP Code:

if ($do == "apply" AND !$vbulletin->GPC['agree'])
{
    
standard_error(fetch_error('mas_mustagree'truetrue));


with
PHP Code:

if ($vbulletin->GPC['do'] == "apply" AND !$vbulletin->GPC['agree'])
{
    
standard_error(fetch_error('mas_mustagree'truetrue));


and that's all :)

Gez 12-20-2007 06:59 AM

*installed and nominated for MOTM* :)

Taipa 01-18-2008 01:12 PM

I can't get mine to send out the emails to the applicants.

I have it set to email applicants after 14 days if they have an average rating of over 7.

I have an applicant with a average rating of 10 who applied 15 days ago, and it hasn't emailed her. I just manually ran the cron again, and it just says
Quote:

Moderation Application Auto Proccessing Complete; Declination's: None. Shortlistings: None. New Applications: None.
It should have one "shortlisting", because the applicant meets the criteria of the cron, so why didn't it send her an email?

kartik786 01-26-2008 06:58 AM

works on vb 3.6.4 ??

blind-eddie 01-27-2008 09:30 PM

The thread that is made after I hit submit read:
Code:

There is a new moderator application by blind-eddie that needs rating. Please go to the moderator control panel and rate it. If need be then return here to discuss said application further. Thank you in advance
What do I need to edit to get this to show in private thread instead of above mentioed?

http://outerzone.us/images/app.bmp


Thanks

sturdy 01-28-2008 09:48 AM

Which criterium must be fulfilled that the applicant gets an mail of application status ??

pimpfelix 02-05-2008 06:54 PM

I keep getting Hundreds of emails how do i stop this... no one new as applied

Mrdby 02-05-2008 07:02 PM

Quote:

Originally Posted by pimpfelix (Post 1436925)
I keep getting Hundreds of emails how do i stop this... no one new as applied

delete the applications for the ones you have denied and approved.

pimpfelix 02-06-2008 06:48 PM

What if i have not denied or approved any?

BBI-Ross 02-12-2008 01:34 PM

Is there anyway of adjusting the size of the area that people have to type in? I have tried the obvious but it doesn't seem to work.

Cheers.

Alibass 02-13-2008 07:53 PM

I must have another hack conflicting with this, where do you goto to find the application to fill out? I figured it to be in the usercp, but I cant find it there. I have looked everywhere and I cannot not find it. :mad:

**EDIT** Never mind found a post where modapp suppose to go in quick links. I am running 368pl2 and templates are up to date and hack didn't add link, but no big thing I will add it myself. Would be nice if it was added in the hack instructions or info where the access to the application is suppose to be.

blind-eddie 02-15-2008 03:39 PM

Quote:

Originally Posted by blind-eddie (Post 1355083)
Wouldnt it be better if the form itself showed up in the forum after they hit submit, instead of the


Somewhat like This?

Quote:

Originally Posted by sabret00the (Post 1355606)
would it be better? i'm not so sure. not for my needs at least, but maybe for yours. it would however cause problems with rating the applications.

I wont be rating the apps, they will be voted upon my all members. I dissected your hack, and am able to make it just the way I need it to be, however...I wish someone could help me to get the app to show in a Thread & not the " New App needs Rated" after they hit submit.

I also posted HERE regarding this question. Any help would be great...Thanks, Tim

mred 02-15-2008 10:03 PM

Hi there is a fatal error in your mass_cron.php it spams moderator applicants with mails if they got less then 7 points and the application is older then 14 days.

see your code here:

PHP Code:

if ($day >= 14 AND $avg 7// Email users who we're declining.
    
{
        eval(
fetch_email_phrases('mas_feedback_failed'$user['languageid']));
        
vbmail($user['email'], $subject$messagetrue);
        echo(
"Declination Email Sent To  "$user['username'] ."<br />");

        
$declinationemail[] = $user['username'];

        
$getuser $db->query_first("
            SELECT u.userid, mas.appid
            FROM " 
TABLE_PREFIX "user u
            LEFT JOIN " 
TABLE_PREFIX "mas_application mas ON(u.userid = mas.userid)
            WHERE username = '" 
$username "'
        "
);

        
$vbulletin->db->query("DELETE FROM " TABLE_PREFIX "mas_application WHERE userid = " $userid);
        
$vbulletin->db->query("DELETE FROM " TABLE_PREFIX "mas_rating WHERE appid = " $getuser['appid']);
    } 

find this row

PHP Code:

$getuser $db->query_first(

and replace it with

PHP Code:

$getuser $vbulletin->db->query_first(


qdin 02-16-2008 01:11 PM

There is a bug in it I think. When I tried to delete someone's aplication which doesnt exist i had an sql error. It is not a big problem but can be fixed. Thank you for this mod.

sturdy 02-17-2008 12:44 PM

Quote:

Originally Posted by sturdy (Post 1430722)
Which criterium must be fulfilled that the applicant gets an mail of application status ??


Same question again ??
When does the applicant gets an mail of the status? And how can I also see this status?
Maybe I want to send the status by myself like "Your application is good but at the moment we dont need any further mods"

Saviour 02-18-2008 11:14 AM

Too many bugs in the mass mailing end of this mod. Also, no emails are sent to admin when app has been denied.

On top of the above, this mod is not supported...

Sorry fellas...uninstalled.

sturdy 02-20-2008 05:31 AM

Cant anybody tell me, when the user gets which message ???

I dont want that I tell the user that his application isnt good enough and then he receives a message that his application was rated great ....

snunhuck 02-28-2008 06:28 PM

This plugin works on 3.7 :D

SVTCobraLTD 03-19-2008 02:08 PM

If anyone is interested I figured out how to make this only accessible for admin's or members who have admincp access.

Ftp to your forums > modcp and download the file "mas_rateapp.php"

Then go to forums > adimcp and upload the file "mas_rateapp.php" there.

Next go to forums > includes > xml and edit the file "cpnav_mas.xml"

Find
Code:

<link>../{$vbulletin->config[Misc][modcpdir]}/mas_rateapp.php?do=list</link>
and change it to
Code:

<link>../{$vbulletin->config[Misc][admincpdir]}/mas_rateapp.php?do=list</link>
And then reupload to the xml folder and your done.

SVT

Julrou 03-22-2008 07:31 PM

Great Hack ! :up:

Quote:

Originally Posted by SVTCobraLTD (Post 1468715)
If anyone is interested I figured out how to make this only accessible for admin's or members who have admincp access.

Ftp to your forums > modcp and download the file "mas_rateapp.php"

Then go to forums > adimcp and upload the file "mas_rateapp.php" there.

Next go to forums > includes > xml and edit the file "cpnav_mas.xml"

Find
Code:

<link>../{$vbulletin->config[Misc][modcpdir]}/mas_rateapp.php?do=list</link>
and change it to
Code:

<link>../{$vbulletin->config[Misc][admincpdir]}/mas_rateapp.php?do=list</link>
And then reupload to the xml folder and your done.

SVT

:up: but in modcp, there's still the line "moderator applicants", with just "rate applicants", and i click on it, it gives a logical "no input file specified". How can i erase this line in the modcp please ? :)


And one more question : how can i delete the link to the moderator application in the "quick links" menu ? Actually, i don't want my membres be able to access the applicant any time they want, but only when i need mods.

Thanks a lot,

Jul.:up:

Cybershaolin 03-23-2008 02:58 AM

Mod works great but I have a few questions:

1- I can see all my mods rating of the applicant but no comments are there (additional comments) Why?

2- After a certain number of days, how is the process works? I mean to approve the application... Is it gonna send an email and to who exactly? Also, if the application is approved (by having like a rating of four people with an "8" for rates) what happen exactly? The applicant get an email? What about the admin? What's next after? Do we still have to manually change the usergroup of the approved applicant?

This is kind of confusing for me as nothing clearly explain the approval process...

Julrou 03-27-2008 04:32 PM

Quote:

Originally Posted by Julrou (Post 1471897)
Great Hack ! :up:



:up: but in modcp, there's still the line "moderator applicants", with just "rate applicants", and i click on it, it gives a logical "no input file specified". How can i erase this line in the modcp please ? :)


And one more question : how can i delete the link to the moderator application in the "quick links" menu ? Actually, i don't want my membres be able to access the applicant any time they want, but only when i need mods.

Thanks a lot,

Jul.:up:


Bump ! :):):):):):):):):)

John3971 04-04-2008 01:01 PM

Hey i have installed this hack and i wanna changes it so the application information is shown in the thread which it creates instead of the message who say you should go to modcp and rate it.

ShadowOne 05-09-2008 01:40 PM

Theirs been an error with the application submission process, please try again later.

i get that error....and i have completed the info in the vbulletin options

UPDATE: it still goes to where i can rate it in the admincp.....but no post and it reads this error after clicking proceed

ShadowOne 05-09-2008 09:08 PM

and when i go to delete it gives me an db error...

feverhost 05-12-2008 10:18 PM

Make sure to delete the exact username. Any spaces/bad characters will give you a db error.

boxerman 05-13-2008 11:38 AM

does this work for 3.7?

joe1989 05-16-2008 03:00 AM

Quote:

Originally Posted by boxerman (Post 1518175)
does this work for 3.7?

Check post #141!!

|Jordan| 05-19-2008 08:51 PM

Quote:

Originally Posted by snunhuck (Post 1453078)
This plugin works on 3.7 :D

Here's post 141 since joe was too lazy to quote it.

luggz 05-20-2008 03:08 AM

Why cant i view the apps? i get this error

you do not have permission to access this page. This could be due to one of several reasons:

1. Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
2. If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.

luggz 05-21-2008 10:11 PM

Bump

Thepack78 05-21-2008 11:15 PM

when i click apply to be a moderator the page could not be found page comes up

luggz 05-22-2008 11:31 PM

1 Attachment(s)
Quote:

Originally Posted by Thepack78 (Post 1527411)
when i click apply to be a moderator the page could not be found page comes up

Reinstall it an be sure you uploaded the XML file thats in the root of the download

puroeuro 05-24-2008 01:15 AM

what would you suggest for this one?

Moderator Application System Cron
Declination Email Sent To test

Fatal error: Call to a member function query_first() on a non-object in /home/mooremetal1/public_html/portal/includes/cron/mas_cron.php on line 35

my scheduled tasks haven't been working unless i manually do them so i'm not sure what's messed up or how to fix it. :(

Diesel, 06-19-2008 10:57 AM

I get this error when people apply for mod.


Code:

Theirs been an error with the application submission process, please try again later.

What do i do ?

[email protected] vbmenu_register("postmenu_1555579", true); 06-21-2008 06:34 PM

Hi,

Can someone please help me install this product? I've uploaded all the files, but I can't figure out how to import this file: product-mas.xml. I've tried to import it in Admin: Download Upload Styles/Import Style XML File. When I do this I get Vbulletin Message - "Invalid File Specified" . Any help would be GREATLY appreciated.

Thanx,
George

Julrou 06-21-2008 09:43 PM

Quote:

Originally Posted by gmc@ak.net (Post 1555579)
Hi,

Can someone please help me install this product? I've uploaded all the files, but I can't figure out how to import this file: product-mas.xml. I've tried to import it in Admin: Download Upload Styles/Import Style XML File. When I do this I get Vbulletin Message - "Invalid File Specified" . Any help would be GREATLY appreciated.

Thanx,
George

You need to upload it as a product (in admincp, modules and products near the end of the left column...)


All times are GMT. The time now is 10:44 PM.

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.02031 seconds
  • Memory Usage 1,854KB
  • 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
  • (6)bbcode_code_printable
  • (5)bbcode_php_printable
  • (12)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