vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   MAF: (Moderator Application Form & Application Rating Module) (https://vborg.vbsupport.ru/showthread.php?t=77340)

sabret00the 03-04-2005 01:44 PM

ok can you two do me a favour and find (in admincp/maf_delapp.php)
PHP Code:

    $DB_site->query("
        DELETE(*) 
        FROM maf_application
        WHERE userid = 
$getuser[userid]
    "
);

    
$DB_site->query("
        DELETE(*)
        FROM maf_ratings
        WHERE userid = 
$getuser[userid]
    "
); 

and replace it with
PHP Code:

    $DB_site->query("
        DELETE 
        FROM maf_application
        WHERE userid = 
$getuser[userid]
    "
);

    
$DB_site->query("
        DELETE
        FROM maf_ratings
        WHERE userid = 
$getuser[userid]
    "
); 

and let me know if that works :(

Lizard King 03-04-2005 01:53 PM

yes that worked out :)

thanks for the quick response sabre :)

The Realist 03-04-2005 02:07 PM

Yes worked 100%

Thanks M8 :)

sabret00the 03-04-2005 02:07 PM

glad i got you both sorted

what version's of php and mysql are you both running?

Lizard King 03-04-2005 02:41 PM

Quote:

Originally Posted by sabret00the
glad i got you both sorted

what version's of php and mysql are you both running?

sabre , when the new thread will be open is it possible to have applicants name and a link to rate this application ?
If it is where do i have to edit ? cause i want to see who are the applicants inside the thread.

PHP version 4.3.10
MySQL version 4.0.23-standard

The Realist 03-04-2005 04:32 PM

PHP 4.3.10
MySql 3.23.49


Laters

Quote:

Originally Posted by sabret00the
glad i got you both sorted

what version's of php and mysql are you both running?


The Realist 03-04-2005 04:47 PM

So can you confirm this for me.

This hack allows members to apply as a mod on a forum. Once the application goes in its there for staff to rate and comment on for 14 days, if the applying member gets more that 7 as an average his application is approved.

So what happends to there application after 7 days if they get over the average of 7 and what happends to it if they dont get to the 7?

Laters

sabret00the 03-04-2005 06:36 PM

Quote:

Originally Posted by The Realist
This hack allows members to apply as a mod on a forum. Once the application goes in its there for staff to rate and comment on for 14 days, if the applying member gets more that 7 as an average his application

shortlisted, left where it is, nothing happens, it's upto you to deal with it, talk it over with your super mods and decide if you have time and space for them. this will not change their usergroup or anything near that.

if however they score less than an average of 7 the application is deleted.

The Realist 03-04-2005 07:33 PM

Does the hack automatically inform the member thats applying there application has been deleted. Could there be an option for staff to stop a member that has already applied and failed for a set number of days, weeks etc otherwise once there application is removed they can just apply again.

Laters

Quote:

Originally Posted by sabret00the
shortlisted, left where it is, nothing happens, it's upto you to deal with it, talk it over with your super mods and decide if you have time and space for them. this will not change their usergroup or anything near that.

if however they score less than an average of 7 the application is deleted.


Blootix 03-04-2005 10:51 PM

Quote:

Originally Posted by Lizard King
sabre , when the new thread will be open is it possible to have applicants name and a link to rate this application ?
If it is where do i have to edit ? cause i want to see who are the applicants inside the thread.

PHP version 4.3.10
MySQL version 4.0.23-standard

Okay, the ModCP thing is figured out. However, it doesn't automatically start threads in the specified forum.


All times are GMT. The time now is 08:16 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.01316 seconds
  • Memory Usage 1,749KB
  • 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
  • (2)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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