Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 23,692
- How-to & Troubleshooting
- 128,232
- Creating & Extending
- 25,679
- Requests & Feedback
- 9,405
- Third Party Plugins
- 9,754
- Showcase
- 3,321
- Ideas
- 1,349
- Miscellaneous
- 8,879
-
You want to edit forums/forums-loop.php
Find the <tr> under
<?php while ( bp_forum_topics() ) : bp_the_forum_topic(); ?>
and add
<tr class="<?php bp_the_topic_css_class() ?><?php if(bp_get_the_topic_poster_id() == bp_loggedin_user_id()){echo '-topic-author topic-author';} ?>">
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS