Meta Box will not display

Try chaining the action hook for first function from:

add_action( 'admin_menu', 'true_add_a_metabox' );

to below:

add_action( 'add_meta_boxes', 'true_add_a_metabox' );

Also make sure that ‘Forum Discussion URL’ under ‘Screen options’ is checked to ensure it displays on edit post screen 🙂