vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Administrative and Maintenance Tools - Moderator Application System 2.1 (https://vborg.vbsupport.ru/showthread.php?t=159704)

sabret00the 10-09-2007 04:58 PM

Quote:

Originally Posted by DarthRevo (Post 1356298)
I followed the instructions, at least i thought i did, i can't find it anywhere. I logged in as a regular member and can't find it anywhere.

check your quick links menu. a link is automatically added there via the template hooks. if you still can't find it there, then make sure that your skin is 3.6.8 compliant.

DarthRevo 10-09-2007 05:17 PM

Quote:

Originally Posted by The Realist (Post 1356308)
Have you added a link to the modapp.php file?

Quote:

Originally Posted by sabret00the (Post 1356324)
check your quick links menu. a link is automatically added there via the template hooks. if you still can't find it there, then make sure that your skin is 3.6.8 compliant.



I figured it out, i feel stupid..lol
thanks

yoyoyoyo 10-09-2007 05:58 PM

how can I make it so the moderators can see each others comments and votes? I assumed that the mods could see the votes and comments like the admins do.

in mas_rateapp.php I changed
Code:

if ($vbulletin->userinfo['usergroupid'] == 6)
to
Code:

if ($vbulletin->userinfo['usergroupid'] !== 8)
but there has to be a better way to do that :D How do I add more than one usergroup in that field? what is the array? it is escaping me at the moment...

The Realist 10-09-2007 06:39 PM

Automates in what way?

If the applicant applies for a position, does admin look at the application and still manually approves applications.

DarthRevo 10-10-2007 02:19 AM

Quote:

Originally Posted by yoyoyoyo (Post 1356366)
how can I make it so the moderators can see each others comments and votes? I assumed that the mods could see the votes and comments like the admins do.

in mas_rateapp.php I changed
Code:

if ($vbulletin->userinfo['usergroupid'] == 6)
to
Code:

if ($vbulletin->userinfo['usergroupid'] !== 8)
but there has to be a better way to do that :D How do I add more than one usergroup in that field? what is the array? it is escaping me at the moment...

i was wondering that also, i would like the mods to be able to see the comments also, love this hack though!

Saviour 10-10-2007 05:47 AM

This is a great Mod! Installed and working properly...

Two questions...
  • Is there a way to edit the Moderator Policy?
  • The link posted, once the application is complete partially reads: "...Please go to the moderator control panel and rate it. If need be then return here to discuss said application further. Thank you in advance." To be grammatically correct, shouldn't it read: "...Please go to the moderator control panel and rate it. If need be, return here to discuss this application further. Thank you in advance." Is there a way to change this?


Again...thanks for a great Mod!

yoyoyoyo 10-10-2007 06:45 AM

Quote:

Originally Posted by Saviour (Post 1356677)
The link posted, once the application is complete partially reads: "...Please go to the moderator control panel and rate it. If need be then return here to discuss said application further. Thank you in advance." To be grammatically correct, shouldn't it read: "...Please go to the moderator control panel and rate it. If need be, return here to discuss this application further. Thank you in advance." Is there a way to change this?

in your ACP edit the phrase mas_there_is_a_new_mod_application

NolF 10-10-2007 07:28 AM

Try this one
Code:

<if condition="is_member_of($bbuserinfo[usergroupid], 5,6,7)">
dont forget the </if >

Just noticed u are doin it in the php not the templates soz

Saviour 10-10-2007 07:37 AM

Quote:

Originally Posted by yoyoyoyo (Post 1356698)
in your ACP edit the phrase mas_there_is_a_new_mod_application

Thanks, yoyoyoyo...

I also found the phrase to edit the policy while I was in there its: mas_modpolicy

Just in case anyone was wondering...

sabret00the 10-10-2007 08:15 AM

Quote:

Originally Posted by yoyoyoyo (Post 1356366)
how can I make it so the moderators can see each others comments and votes? I assumed that the mods could see the votes and comments like the admins do.

in mas_rateapp.php I changed
Code:

if ($vbulletin->userinfo['usergroupid'] == 6)
to
Code:

if ($vbulletin->userinfo['usergroupid'] !== 8)
but there has to be a better way to do that :D How do I add more than one usergroup in that field? what is the array? it is escaping me at the moment...

that method works so i'd go with it.

alternatively
PHP Code:

if (in_array($vbulletin->userinfo['usergroupid'], array(6XXXX)) 

i'd really suggest going with your current method though.


All times are GMT. The time now is 10:52 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.01206 seconds
  • Memory Usage 1,750KB
  • 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
  • (7)bbcode_code_printable
  • (1)bbcode_php_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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