I am using latest version and showing [solved] is disabled in option and I don’t see [solved] anywhere.
@Emre_Guclu I see http://www.leaguetactics.com/forum/ is ALLOWING directory/files view. Please update your .htaccess with Options -Indexes
Simply hide using CSS and use search widget.
Add this to your theme functions.php: add_filter( 'author_link', 'ap_my_author_link', 10, 2); function ap_my_author_link($url, $user_id){ return ap_user_link($user_id); }