I deleted all the bbpress files from the server and then put them back and reactivated the plugin. Everything seems to be working fine now.
I’ve found where the code lives! Now I don’t know how to change it to point to the bbpress profile. I’ve tried changing the href to href=”http://retreadwerks.com/forums/users/%1$s” but thats not working either. I dont know what bbpress users for its profile url but I’ll keep looking.
In the meantime does anyone have any suggestions?
<?php printf(__('Logged in as <a href="%1$s">%2$s</a>.'), get_option('siteurl') . '/forums/users/', $user_identity); ?> <a href="<?php echo wp_logout_url(get_permalink()); ?>" title="<?php esc_attr_e('Log out of this account'); ?>"><?php _e('Log out »'); ?></a>
Thanks Cooper, I’ve gone through the code a bit and nothing looks like a url link. They all seem to be pulling some function or another. Any suggestions on what else to look for and/or in what file?