Activity Stream →
-
Buzz_lightyear created a new ticket: Ticket #780 (comments not in Activity streams and RSS) created 8 months ago
since i’ve installed BP 1.0.1, comments are not listed in activity stream and RSS.
please somebody confirm or prove me wrong (it might be my local issue)
-
Buzz_lightyear created a new ticket: Ticket #779 (noindex,nofollow on admin bar links) created 8 months ago
wouldn’t it be better to have noindex,nofollow on admin bar links?
I’ve implemented integrated google search engine on my site and i was surprised, that all those admin bar links were also in search results – sitewide, from all blogs.
Maybe for SEO purposes, it’s better to keep AdminBar? links away from indexing.
-
Buzz_lightyear closed the ticket: Ticket #765 (weird Urls in Sidewide activity stream) closed 8 months, 1 week ago
duplicate:
hi stecklars,
this is duplicate of http://trac.buddypress.org/ticket/751 -
Buzz_lightyear created a new ticket: Ticket #751 (unstripped slashes in activity links) created 8 months, 3 weeks ago
Changeset 1484:
add_filter( ‘bp_get_activity_content’, ‘wp_filter_kses’ );this line causes unstripped slashes in Activity stream URLs.
commenting it out, everything is back to normal.
-
Buzz_lightyear wrote on Andy Peatling’s wire: 9 months ago
Hi Andy,
sorry for posting it here, but there i didn’t find suitable component for it in the Trac.
There seems to be an error in Skeleton Member Theme v1.2 in file header.php @ line 45:
echo MEMBERS_SLUG
Should be:
echo BP_MEMBERS_SLUG