vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Moderator Application System 2.0 (https://vborg.vbsupport.ru/showthread.php?t=102506)

dc pringle 01-10-2007 08:01 AM

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

JuGgOlOw22 01-15-2007 06:32 PM

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

dc pringle 01-17-2007 03:53 AM

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');

and put them at the top (but below the ?php entry tag)


Then...

under the back-end lines add:

Code:

if ($vbulletin->userinfo[usergroupid] == '6' ||
$vbulletin->userinfo[usergroupid] == '5')

{Usergroup 5 = Smods, and Usergroup 6 = Admins, but change as needed.




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
}


VTXCafe.com 01-26-2007 06:15 AM

Quote:

Originally Posted by Sai01 (Post 893889)
so, how do you go about changing the moderators rules/ agreements and all the form questions?

Anyone know where this can be edited? I want to use this for another position and it's not a mod position so I want to change the wording of the "Moderator Rules" agreement....anyone?

AcidX 01-28-2007 01:42 PM

I'm having problems installing this mod too.
The author really needs to edit his installation MANUAL.

Shazz 01-28-2007 01:50 PM

Quote:

Originally Posted by AcidX (Post 1168998)
I'm having problems installing this mod too.
The author really needs to edit his installation MANUAL.

What part of the instructions are you having trouble with?
I thought it was pretty basic

AcidX 01-28-2007 01:56 PM

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.

IsMaR 03-10-2007 04:04 PM

does this work with 3.6.5

GekkoPixie 03-11-2007 04:25 PM

... 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...

brookelyn 03-18-2007 09:56 PM

any change of getting this for vb 3.6?


All times are GMT. The time now is 07:41 PM.

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.01308 seconds
  • Memory Usage 1,740KB
  • 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
  • (3)bbcode_code_printable
  • (2)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