From aa5341bf98d6d5622cb4a0cb2d0883d9f4c49b21 Mon Sep 17 00:00:00 2001 From: spiderr Date: Wed, 17 Apr 2019 12:19:39 -0400 Subject: clean up board level New Topic --- templates/list_topics.tpl | 5 +---- view_board_inc.php | 2 ++ 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/templates/list_topics.tpl b/templates/list_topics.tpl index fdbc637..fbd6da2 100644 --- a/templates/list_topics.tpl +++ b/templates/list_topics.tpl @@ -48,10 +48,7 @@ {if !$gBitSystem->isFeatureActive('boards_thread_verbrose')} - {form class="form-inline" action="`$comments_return_url`#editcomments"} - - - {/form} + {tr}New Topic{/tr} {tr}Title{/tr} {tr}Replies{/tr} diff --git a/view_board_inc.php b/view_board_inc.php index 4e982e8..8f626e7 100644 --- a/view_board_inc.php +++ b/view_board_inc.php @@ -25,6 +25,8 @@ if ( @BitBase::verifyId( $_REQUEST['migrate_board_id'] ) ) { } } +$_REQUEST['board_id'] = BitBase::getParameter( $_REQUEST, 'b' ); + // Load up the board require_once( BOARDS_PKG_PATH.'lookup_inc.php' ); -- cgit v1.3