I am logged in as admin synced with WP but cannot click the links to profile or logout
Latest WP and bbP
Here is the only location that appears relevant to me.... (not a php guy)
<p class="login">
<?php printf(__('Welcome, %1$s!'), bb_get_current_user_info( 'name' ));?> <?php bb_profile_link(); ?>
<small>(<?php bb_admin_link( 'after= | ' );?><?php bb_logout_link(); ?>)</small>
</p>
Whatever that's doing, it's not writing any links for View profile, (Admin | Log out)
see it here http://www.homeinteriorart.com/hia/forum/ - unclickable :(
It IS writing the link as viewing the source shows.... but it's unusable