phpBB quickie

Oooh now you're teasing me. Ninja edit coming up ;)

From common.php:

Code:
00228:	// Show 'Board is disabled' message if needed.
00230:	if( $board_config['board_disable'] && !defined("IN_ADMIN") && !defined("IN_LOGIN") )
00232:		message_die(GENERAL_MESSAGE, 'Board_disable', 'Information');
So.... lang_main.php:

Code:
00122:	$lang['Board_disable'] = 'Sorry, but this board is currently unavailable.  Please try again later.';
:)
 
Last edited:
My post count > yours still:D

I think the Dons might notice 10,000 posts in one thread in HG&P.

We can always try, though. I won't tell if you don't.
 
Back
Top Bottom