How to show one question title with [Solved]

I am using latest version and showing [solved] is disabled in option and I don’t see [solved] anywhere.

After Update Problem

@Emre_Guclu I see http://www.leaguetactics.com/forum/ is ALLOWING directory/files view. Please update your .htaccess with Options -Indexes

Search bar and filter location

Simply hide using CSS and use search widget.

How to redirect profile page to anspress profile page?

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); }

Featured question setting

Here: