Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.5 > vBulletin 3.5 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Moderator Application System 2.0 Details »»
Moderator Application System 2.0
Version: 2.0.0, by sabret00the sabret00the is offline
Developer Last Online: Apr 2010 Show Printable Version Email this Page

Version: 3.5.2 Rating:
Released: 12-07-2005 Last Update: 08-23-2006 Installs: 185
DB Changes Uses Plugins Template Edits
Additional Files  
No support by the author.

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

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #312  
Old 11-13-2006, 02:04 PM
johnrizz's Avatar
johnrizz johnrizz is offline
 
Join Date: Apr 2006
Posts: 333
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by browie View Post
I had to quote this because I swear i went through this whole thing and didn't see how to fix this. Some one that fixed this help?
browie,
I was getting the same error then I realized that this error has to be a joke, When I login to my F o r u m under stone0075 and try to apply for moderator status using a different name as a test in the Username: I do get the, "can not find 'mas_dontlie" haha! good one! but when I apply using stone0075 everything works fine... if you haven't figured this out yet I hope this helps!!!
john.
Reply With Quote
  #313  
Old 11-17-2006, 06:18 PM
rareclownfish rareclownfish is offline
 
Join Date: Mar 2006
Posts: 245
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by JamieLee2k View Post
Installed this on my 3.6.1 on my localhost and it works like a dream, tried to install it on my Live server 3.6.2 and I get this error:
Code:
Database error in vBulletin 3.6.2:

Invalid SQL:
SELECT * FROM _vbmas_application WHERE userid = 1;Username     : JamieLee2k
Classname    : vb_database
MySQL Error : Table 'vb362._vbmas_application' doesn't exist
Error Number : 1146
Date : Saturday, October 7th 2006 @ 04:47:06 PM
Script : http://www.xleagues.net/forum/modapp.php?
Referrer : http://www.xleagues.net/forum/index.php
IP Address : xx.xx.xx.xx


I have installed it once before I it was fine followed it word for word, now when I goto run it I get an error.
Having the same problem, i tried what you said didn't work though, anything else i can try
Reply With Quote
  #314  
Old 11-21-2006, 02:04 AM
Nathan2006's Avatar
Nathan2006 Nathan2006 is offline
 
Join Date: Feb 2006
Location: UK
Posts: 862
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

EDIT: Doesnt matter anymore I got some great help off Psionic Vision on how to uninstall this mod.

UNINSTALLED!
Reply With Quote
  #315  
Old 11-28-2006, 05:07 AM
Ntfu2 Ntfu2 is offline
 
Join Date: Feb 2006
Posts: 1,247
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've got this working on 3.6.3. It wasnt pretty, but heres how i did it.

1. in phpMyadmin find the mas_application and mas_rating tables and add your forums prefix to them.

2. in the modcp/mas_rateapp.php file line 29 looks like
Code:
			FROM mas_application
Change that to
Code:
			FROM YOURTABLEPREFIX_mas_application
Reply With Quote
  #316  
Old 11-30-2006, 12:48 AM
rareclownfish rareclownfish is offline
 
Join Date: Mar 2006
Posts: 245
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I might have to give that a try thanks.
Reply With Quote
  #317  
Old 12-12-2006, 08:54 PM
cOuNtErFiET cOuNtErFiET is offline
 
Join Date: Feb 2006
Posts: 127
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Code:
Invalid SQL:

			SELECT mas.*, u.username
			FROM vb_mas_application mas
			LEFT JOIN vb_user u ON (u.userid = mas.userid);

MySQL Error  : Table 'MY_DATABASE_HERE.vb_mas_application' doesn't exist
Error Number : 1146
Date         : Tuesday, December 12th 2006 @ 05:50:15 PM
Script       : http://www.MY-SITE.net/forums/modcp/mas_rateapp.php?do=list
Referrer     : http://www.MY-SITE.net/forums/admincp/index.php?do=nav
im runing 3.5.7 should i do the 3.6.x edit that you have mentioned above seems to me like its not adding the tableprefix...
Reply With Quote
  #318  
Old 12-12-2006, 09:56 PM
cOuNtErFiET cOuNtErFiET is offline
 
Join Date: Feb 2006
Posts: 127
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok here is what i did to fix it might help some of ya

1. Edit the mas_ratings.php file like Ntfu2 said
in the modcp/mas_rateapp.php file line 29 looks like
Code:
FROM mas_application
To This
Code:
FROM vb_mas_application
2. GoTo phpmyadmin and then selcet your db that vbulletin is in, then click the SQl tab, then in the input box enter this below then click Go
Code:
RENAME TABLE mas_application TO vb_mas_application,
             mas_rating TO vb_mas_rating;
3. go set your vBulletion Options for this hack, then test the application by going to /modapp.php and see if it works, working for me!!!

of course changing the all the vb_ to YOUR boards table prefix!!!
Reply With Quote
  #319  
Old 01-05-2007, 05:15 AM
2fast4ya 2fast4ya is offline
 
Join Date: Feb 2005
Location: Los Angeles
Posts: 210
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

quick question, I'm a noob when it comes to putting links in certain places. I need a link that says "Mod App" in the navbar. I need the entire code for it, as I messed it up several time already. If someone could help that'd be great.
Reply With Quote
  #320  
Old 01-07-2007, 04:20 AM
2fast4ya 2fast4ya is offline
 
Join Date: Feb 2005
Location: Los Angeles
Posts: 210
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

bump
Reply With Quote
  #321  
Old 01-07-2007, 08:29 AM
bashy bashy is offline
 
Join Date: Nov 2005
Posts: 2,544
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Here ya go m8, I aint really got a clue myself but i did copy another link and added the mod app bits, oh yeah, in the process somehow i broken all my dropdown menus pmsl...need to fix them now, but any hoooo heres ys link
You can remove the top line and the bottom line if you want all including guests to see it, if you leave as is then only registered can see it
Code:
<if condition="$show['member']">
<td class="vbmenu_control"><a href="modapp.php?$session[sessionurl]">Apply To Be A Mod</a></td>
</if>
You can change Apply to be A Mod to what ya want

Quote:
Originally Posted by 2fast4ya View Post
bump
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 04:15 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05166 seconds
  • Memory Usage 2,321KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (8)bbcode_code
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete