Better Add Board
1.0.1 SP1.2, 1.3
This mod simplifies and tidies up the Edit Boards page by using just one form at the top of the page to add a new board to any category, 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. It works with SP1.2 and SP1.3, probably SP1.1 too.
A screenshot of the new Edit Boards page can be seen at http://www.badpoo.co.uk/ronnie/images/examples/better_add_board.gif
CHANGES IN V1.0.1:
- Just tidied up the BoardMod instructions to make the mod more generally compatible.
Thanks to Dummy Proof for the idea for this mod.
Richard Carr
http://www.badpoo.co.uk/ronnie/pages/yabbmods.shtml
Sources/ManageBoards.pl
sub ManageBoards {
&is_admin;
fopen(FILE, "$vardir/cat.txt");
@categories = ;
fclose(FILE);
chomp @categories;