The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Moderator Application System 2.0 Details »» | |||||||||||||||||||||||||
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 "mas-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, a quick dirty one. no not like that 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: Wait! ain't this the same as the last one? yes but this one runs on 3.5.x :ninja: [hr]xxx[/hr] To Upgrade just run the upgrade script www.yoursite.com/forums/mas_upgrade.php?step=1 To Uninstall just run the upgrade script :? http://www.yoursite.com/forums/mas_u...step=uninstall What's new? you can now add your own questions and stuff For real? for real. Screens: https://vborg.vbsupport.ru/showthread.php?t=77340 Show Your Support
|
Comments |
#322
|
|||
|
|||
Is there anyway to alter the code so it is only viewable for supermoderators and higher? The supermoderators on the site also have admin ability on the site.. just not all the ftp info and stuff.. so perhaps if easier is there anyway to alter it just to be viewable by admins?
Everything seems to be working fine, but i dont want mods to have access to rating potential applicants, i want that reserved for the supermods and the admins Something like an if statement before printing the cp header? cheers mate |
#323
|
|||
|
|||
The requested URL /admincp/mas_delapp.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request i cant delete the members app |
#324
|
|||
|
|||
If anyone wants it only accessible ONLY by supermods or admin, here is what to do.. very simple..
You'll just have to edit/add a few things to mas_rateapp.php that you uploaded to ./modcp/mas_rateapp.php First, find the following 3 lines: Code:
// ########################## REQUIRE BACK-END ############################ require_once('./global.php'); require_once('./includes/functions_databuild.php'); Then... under the back-end lines add: Code:
if ($vbulletin->userinfo[usergroupid] == '6' || $vbulletin->userinfo[usergroupid] == '5') Then go all the way to the end of the file and above the ending php (below print_cp_footer(); ) tag add: Code:
} else { print "Permission denied\n\n"; //Customize error message here } |
#325
|
|||
|
|||
Quote:
|
#326
|
||||
|
||||
I'm having problems installing this mod too.
The author really needs to edit his installation MANUAL. |
#327
|
||||
|
||||
Quote:
I thought it was pretty basic |
#328
|
||||
|
||||
Part one:
"forums/modcp/maf.. rahdy rar etc" maf.. rahdy rar etc? wtf? "maf_delmodapp.php" I don't see a file named "maf_delmodapp.php" anywhere in the "Moderator Application System 2.0.0c" zip file. Maf, Mas... Files that don't even exists or have been renamed - it's kind of confusing, you know. |
#329
|
|||
|
|||
does this work with 3.6.5
|
#330
|
||||
|
||||
... All I can say is THANK YOU! I have been looking for something like this. I can't believe I didn't see it before...
|
#331
|
|||
|
|||
any change of getting this for vb 3.6?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|