Forums
-
- Forum
- Posts
-
- Installation
- 27,621
- Troubleshooting
- 60,560
- Themes
- 10,191
- Plugins
- 14,973
- Requests & Feedback
- 14,607
- Showcase
- 3,238
-
Hey Spencer
create a plugin with this code.. that should do the trick.. i think..
function my_resolve_title($id){
global $topic;
if ('yes' == $topic->topic_resolved)
return sprintf(__('[resolved] %s'), $topic->topic_title);
return $topic->topic_title;
}
add_filter( 'topic_title', 'my_resolve_title');
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS