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)

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


All times are GMT. The time now is 11:01 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.01332 seconds
  • Memory Usage 1,753KB
  • 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_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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