The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
MAF: (Moderator Application Form & Application Rating Module) Details »» | |||||||||||||||||||||||||||
MAF: (Moderator Application Form & Application Rating Module)
Developer Last Online: Apr 2010
FAQ:
What Does It Do? it enables your members to apply to be a mod, cuts down on all the asking and stuff That It? basically What about the cool back end? ooh yeah, so anyway it will email on the 14th day to either let em know they've been shortlisted or to try again at a later date How will it know? mod ratings innit, if their under 7 their outta there Anything else? nah i guess it starts a thread in your mod forum to tell your mods to rate em How does it know what forum and who's the threadster? you tell em via the admincp options (where the rest of the vboptions are) theirs a handy little group for the MAF and i don't mean 2+2 Ok so that's gotta be it now? nope What else does it do? it logs it all in the admincp schedules tasks and sends you a copy of the email Damn who taught you all that? various folks, special thanks to Dean, Marco, OBK and Zero Tolerance who helped me on this specific hack though. Ok so what's the install like? swift the long thing is the upload Ok rumour is it needs to run a cron, what's a cron? :squint: it's the automated do-dad in the admincp How do i set it up? it's so straight forward you could close your eyes and do it, the file you're cronning is called "maf-cron.php" and i recommend running it at 12.30 (that means leave the rest as stars) Ok so if their an installer? there is indeed thanks to Link and his magical HIS Well now that's sorted can i install it? please do! How can i help you become cooler? click install and let's see if i can become hack of the month innit Bye now? yes go :ermm: So you heard their was an upgrade and you're wondering just what you have to do right? simply reupload all the files (not including your cron if you wanna be special and then just run the installer, if that gives you trouble just click overrite original settings, all it's gonna do it reinstall the phrases, reinstall the templates and tell you the two file mods to remake. So you heard their was an upgrade this time around? simply reupload all the files (if you wanna pretend to be uber 1337 just upload the admincp file and the cron folder file) latest zip: 10/05/05 16:59 Show Your Support
|
Comments |
#342
|
||||
|
||||
do the file edits you made in the admin cp match these
find: PHP Code:
PHP Code:
|
#343
|
|||
|
|||
Quote:
alright after the edits i have the following.... and in case you were wondering i had the petz installed before i installed this mod..... // +++ MAF construct_nav_option("Automated Thread Settings", 'options.php?dogroup=maf', '<br />'); construct_nav_option("Rate Applications", '../' . $modcpdir . 'maf_rateapp.php?do=list', '<br />'); construct_nav_option("Delete Applications", 'maf_delapp.php?do=del', '<br />'); construct_nav_group("Moderator Applicants", '<hr />'); // --- MAF $printhr = false; construct_nav_option("Main Settings", 'petzadmin.php?do=main', '<br />'); construct_nav_option("Shops", 'petzadmin.php?do=shops', '<br />'); construct_nav_option("Items", 'petzadmin.php?do=items', '<br />'); construct_nav_option("Arena", 'petzadmin.php?do=arena', '<br />'); construct_nav_option("Bank", 'petzadmin.php?do=bank', '<br />'); construct_nav_option("Adoption Center", 'petzadmin.php?do=adopt', '<br />'); construct_nav_option("Store Options", 'petzadmin.php?do=store', '<br />'); construct_nav_option("Logs", 'petzadmin.php?do=logs', '<br />'); construct_nav_group("Petz", '<hr />'); if (can_administer('canadminstyles')) { $printhr = true; construct_nav_option($vbphrase['style_manager'], 'template.php?do=modify', '<br />'); construct_nav_option($vbphrase['search_in_templates'], 'template.php?do=search', '<br />'); construct_nav_option($vbphrase['replacement_variable_manager'], 'replacement.php?do=modify', '<br />'); construct_nav_option($vbphrase['download_upload_styles'], 'template.php?do=files', '<br />'); construct_nav_option($vbphrase['find_updated_templates'], 'template.php?do=findupdates', '<br />'); construct_nav_group("$vbphrase[styles] & $vbphrase[templates]", '<hr />'); } |
#344
|
||||
|
||||
so with that, clicking on any of the links to do with the MAF produces a blank page?
|
#345
|
|||
|
|||
Quote:
|
#346
|
||||
|
||||
for some reason you're modcpdir variable ain't working, what you'll need to do it replace it manually
find: PHP Code:
PHP Code:
|
#347
|
|||
|
|||
in the admincp index right?
|
#348
|
||||
|
||||
yup, you're editing the previous edit.
|
#349
|
|||
|
|||
k i did that and it fixed it thanx!!
just as a note before i fixed it when i was in my admin cp and viewing the properties of the maf_rateapp.php the link showed as forum/modcpmaf_rateapp.php?do=list i think it should have been showing as forum/modcp/maf_rateapp.php?do=list shouldn't there be a / between modcp and the maf part? is that something that might be mixed up in your code? i dunno. just thought that might be helpful info. |
#350
|
|||
|
|||
install went fine and all but it doesnt start the new thread anywhere. i set it to start in forum id 80 and it doesnt do it.
|
#351
|
|||
|
|||
when i set that for mine (the start a new thread thing) everytime a user view the forum where that was set for it created a new thread. even though there were only 2 applications waiting to be read i ended up with like 172 threads saying that there were applications waiting to be read. -__-;;
so i took that off and viola it's no long a problem. just curious if you know what might cause that. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|