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 |
#162
|
|||
|
|||
Quote:
find Code:
// Email users who we're declining. if ($day >= 14 AND $avg < 7) Code:
// Email users who we're shortlisting. if ($day >= 14 AND $avg > 7 AND $auto_mailed == "") then modify the phrase maf_thanks so that folks arent thinking they have to wait 2-3 weeks for a response from you or the team |
#163
|
||||
|
||||
Do you mean:
// Email users who we're declining. if ($day >= 7 AND $avg < 7) Or // Email users who we're declining. if ($day >= 8 AND $avg < 8) As you state below? Also, how do you change the rating side of things from 7? Laters Quote:
|
#164
|
|||
|
|||
its right there ..
Code:
if ($day >= 14 AND $avg > 7 AND $auto_mailed == "") what i meant about my setup is $avg < 8 $avg > 8 |
#165
|
|||
|
|||
Quote:
i got same error |
#166
|
||||
|
||||
The error is because of this "Table 'maf_application' already exists"
Remove the table 'maf_application' Laters |
#167
|
|||
|
|||
This hack looks nice and realy usefull.
But when I use the installer mas_installer.php I get the following error; PHP Code:
I'm using version 3.5.4, has anyone succesfully installed it on this version? And if so what did you do different and where did you get the function_warning.php from?! oh btw, I keep getting this error now and can't seem to login/view my board at all...... |
#168
|
|||
|
|||
Does this work on 3.5.4?
|
#169
|
|||
|
|||
it should, but it doesn't
|
#170
|
|||
|
|||
Before i wiped out my board and started over, i installed this hack and everything worked fine...im not u nderstanding why everyone is having so much trouble, its making me not want to install it again...
|
#171
|
|||
|
|||
which vb version did you use then? I'm thinking that something changed since 3.5.1 and that's the reason. But I'm unsure!
I send sabrtoothe a pm with a few questions some days ago, not judgemental or something, but he has not responded jet. Perhaps we can solve it together. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|