Quote:
Originally Posted by darkmage
https://vborg.vbsupport.ru/showthrea...ister+download
PHP Code:
if ( $bbuserinfo['userid']==0 || !in_array($bbuserinfo['usergroupid'], $AUTH_GROUPS) ) {
show_nopermission();
Those are the two lines of code that display and error. Hopefully someone can help me out and format that code to vB3 RC2 code.
Thanks.
|
That hack there does exactly what you have requested, just change show_nopermission(); to print_no_permission();