better_add_board
1.0
This mod simplifies and tidies up the Edit Boards page by using just one form to add a new board, rather than a form at the end of each category section. The category to add the board to is chosen using a simple dropdown box.
A screenshot of the new Edit Boards page can be seen at http://www.badpoo.co.uk/ronnie/images/addboard_example.gif
Thanks to Dummy Proof for the idea for this mod.
Richard Carr
http://badpoo.co.uk/ronnie/ - ronnie@badpoo.co.uk
Sources/ManageBoards.pl
sub ManageBoards {
&is_admin;
fopen(FILE, "$vardir/cat.txt");
@categories = ;
fclose(FILE);
sub ManageBoards
{
&is_admin;
fopen(FILE, "$vardir/cat.txt"); @categories = ; fclose(FILE);
chomp @categories;
$txt{'677'}
$txt{'45'}
$yymain .= qq~
~;
}
$yymain .= "";
}
$yymain .= "";
english.lng
$txt{'799'} = "is not a member, so that user can't be a moderator.";
$addboard{'1'} = "Category";