Customized Forum Closed Screen
This modification is in the archives.
By default the vbulletin closed screen is a simple message with the standard header and footer for the boards. You can change this to a different page entirely with this hack.
This hack requires you to create a new template entirely and install a slight modification in your global.php file. The file modification is as follows: Search for this code. PHP Code:
// #############################################################################
PHP Code:
eval('print_output("' . fetch_template('boards_closed') . '");');
PHP Code:
// #############################################################################
If you want the boards closed reason to appear in the page you'll need to include $vboptions[bbclosedreason] somewhere in the file. Below is a very simple template that will include the reason on a blank page. HTML Code:
<html> <body> $vboptions[bbclosedreason] </body> </html> Download No files for download. Supporters / CoAuthors
Screenshots
|