Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: New BuddyPress 1.2 default theme


Mike Pratt
Participant

@mikepratt

@Andy Just updated to 2207 this morning and all looks fine so far. One question though:

on /groups/groupname page I see that “View Thread” is there in place of “Comment” for forum postings, which speaks to the sync issue being discussed on other threads but the link on “View Thread” is the group slug not the forum thread slug. For example on my dev site on the page

http://mjpratt.com/groups/usma-1987/

I see a nice listing of activity. The activity item “posted on the forum topic Yet another another test in the group USMA 1987: 3 days, 23 hours ago” has a “Vew Thread” link which points to:

http://mjpratt.com/groups/usma-1987/

Is this on purpose or a bug?

I see it’s generated on line 24 of activity/activity-loop.php in bp-default with

<?php if ( !bp_is_activity_permalink() ) : ?>

" title="<?php _e( 'View Thread', 'buddypress' ) ?>"><?php _e( 'View Thread', 'buddypress' ) ?>

<?php endif; ?>

I need to look further into the return of bp_activity_thread_permalink()

Skip to toolbar