-
Ted replied to the question Global search activity results missing wall elements in the forum BuddyPress (general issues) 9 years, 3 months ago
I looked at the file and still not sure what to add and where. How can I add the missing activity-meta (like and comment buttons, etc.) and where?
-
Ted replied to the question buddypress links in buddypanel menu – missing unread counter in the forum Boss. theme 9 years, 3 months ago
Thanks. The counter disappeared from buddypanel when I removed messages nav from my account menu
$wp_admin_bar->remove_menu('my-account-messages');
I added the messages nav back and counter reappeared in buddypanel. How can I remove messages nav from my account menu without removing the count from buddypanel? -
Ted replied to the question buddypress links in buddypanel menu – missing unread counter in the forum Boss. theme 9 years, 3 months ago
Thanks. The counter disappeared from buddypanel when I removed messages nav from he my account menu
$wp_admin_bar->remove_menu('my-account-messages');
I added the messages nav back and counter reappeared in buddypanel. How can I remove messages nav from my account menu without removing the count from buddypanel? -
Ted replied to the question change displayed names to usernames in the forum BuddyBoss Wall 9 years, 3 months ago
“username posted an updated” is changing to username fine. It’s the “Display Name likes this” that is not changing to username when the liker is not the loggedin user.
-
Ted started the question buddypress links in buddypanel menu – missing unread counter in the forum Boss. theme 9 years, 3 months ago
Hi all, When bp notifications component link is added to buddypanel menu, it shows the unread count over the font awesome bell icon. However, the unread count is not showing for bp messages component link. How can I display the messages unread count in buddypanel menu? Thanks
-
Ted replied to the question change displayed names to usernames in the forum BuddyBoss Wall 9 years, 3 months ago
It’s still not working for new activities either.
-
Ted replied to the question change displayed names to usernames in the forum BuddyBoss Wall 9 years, 3 months ago
I’ve tried that before it didnt work. It’s still not working.
-
Ted replied to the question show all comments link is hiding activity like count in the forum BuddyBoss Wall 9 years, 3 months ago
Gotcha. Thanks Varun!
-
Ted replied to the question show all comments link is hiding activity like count in the forum BuddyBoss Wall 9 years, 3 months ago
Thanks. show-all comments link is displaying above like count. How can I display show-all comments link to be below activity-like-count?
-
Ted replied to the question change displayed names to usernames in the forum BuddyBoss Wall 9 years, 3 months ago
.bump.
-
Ted started the question buddypress 2.4.0 activity privacy conflict – not displaying whats-new-options in the forum BuddyBoss Wall 9 years, 3 months ago
Hi all, bp 2.4.0 update is conflicting with the wall plugin causing whats-new-options div to add display: none; for some reason, which hides the rtmedia upload button and post update button. Please see https://buddypress.org/support/topic/buddypress-2-4-0-and-buddypress-activity-privacy/#post-246630. Can you please provide a fix for this? Thanks
-
Ted replied to the question show all comments link is hiding activity like count in the forum BuddyBoss Wall 9 years, 3 months ago
Here you go. The activity-like-count class becomes hidden when many comments. I would like to only hide comments when many comments. How can I always show like count?
-
Ted replied to the question display current page title on title bar in the forum Boss. theme 9 years, 3 months ago
Thanks Varun! It worked.
<?php if(!(bp_current_component())) {
[Read more]
global $bp;
echo get_the_title($post->ID);
} ?>
<?php if(bp_current_component() && (!(bp_is_activity_component()))) {
global $bp;
echo bp_current_component();
} ?>
<?php if(bp_is_activity_component()) {
global $bp;
echo… -
Ted replied to the question display current page title on title bar in the forum Boss. theme 9 years, 3 months ago
Thanks Varun! It worked.
<?php if(!(bp_current_component())) {
[Read more]
global $bp;
echo get_the_title($post->ID);
} ?>
<?php if(bp_current_component() && (!(bp_is_activity_component()))) {
global $bp;
echo bp_current_component();
} ?>
<?php… -
Ted replied to the question display current page title on title bar in the forum Boss. theme 9 years, 3 months ago
Thanks Varun! This one worked.
<?php if(!(bp_current_component())) {
[Read more]
global $bp;
echo get_the_title($post->ID);
} ?>
<?php if(bp_current_component() && (!(bp_is_activity_component()))) {
global $bp;
echo bp_current_component();
} ?>
<?php… -
Ted replied to the question display current page title on title bar in the forum Boss. theme 9 years, 3 months ago
Thanks @vapvarun! It’s showing page title, but when it’s on a user’s bp component page (e.g. Messages), it showing the user’s name as the title. How can I get the title for bp component page (e.g. Notifications) to display?
-
Ted replied to the question display current page title on title bar in the forum Boss. theme 9 years, 3 months ago
Awesome! thanks @vapvarun!
-
Ted started the question show all comments link is hiding activity like count in the forum BuddyBoss Wall 9 years, 3 months ago
Hi all, The show all comments link that appears when there are too many comments is hiding the activity like count. How can I fix this to only hide comments? I never want to hide the activity like count. Thanks
-
Ted replied to the question hide member header on messages page in the forum Boss. theme 9 years, 3 months ago
Resolved this by wrapping item-header in buddypress/members/single/home.php
<?php if ( !bp_is_messages_component() ) : ?>
<div id="item-header" role="complementary">
<?php bp_get_template_part( 'members/single/member-header' ) ?>
</div><!-- #item-header -->
<div id="item-nav">
<div class="item-list-tabs no-ajax" id="object-nav"…[Read more] -
Ted replied to the question change default filter for sitewide activity stream in the forum Boss. theme 9 years, 3 months ago
will do 🙂
- Load More