-
Ted started the question change default filter for sitewide activity stream in the forum Boss. theme 9 years, 3 months ago
Hi all, How do I change the default stream to show Following updates? Currently it shows all members updates on. Thanks
-
Ted replied to the question move comment content to after 'replied' before time since in the forum BuddyBoss Wall 9 years, 3 months ago
Disregard. I was able to remove the <p> tag by adding the following to child theme’s functions.php.
//remove activity content auto paragraph tags
remove_filter( 'bp_get_activity_content','wpautop' ); -
Ted replied to the question move comment content to after 'replied' before time since in the forum BuddyBoss Wall 9 years, 3 months ago
Disregard. I was able to remove the <p> tag with the following.
//remove activity content auto paragraph tags
remove_filter( 'bp_get_activity_content','wpautop' ); -
Ted replied to the question display current page title on title bar in the forum Boss. theme 9 years, 3 months ago
.bump.
-
Ted replied to the question hide member header on messages page in the forum Boss. theme 9 years, 3 months ago
it doesnt hide the background of the cover image, just the cover image. So blank background is still there.
-
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 move comment content to after 'replied' before time since in the forum BuddyBoss Wall 9 years, 3 months ago
Hi all, How can I move the comment content to be on the same line as ‘replied’ right after it? I’ve tried moving it, but the auto paragraph tag is not allowing.
-
Ted replied to the question hide member header on messages page in the forum Boss. theme 9 years, 3 months ago
Thanks Varun. This only hides the cover photo not the entire member header. How do I hide all member header?
-
Ted started the question set boss login page as static homepage in the forum Boss. theme 9 years, 3 months ago
Hi all, How do I set the boss login page as static front page? Thanks
-
Ted replied to the question change displayed names to usernames in the forum BuddyBoss Wall 9 years, 3 months ago
Currently have all wall settings to Username instead of You. Also using https://github.com/r-a-y/buddypress-usernames-only plugin.
On wall stream, it display’s fullname or displayname when the liker is not the loggedin user.
e.g. plural likes: username(loggedin user) and Fullname(some user) like this.
single like: username(logged in user)…[Read more] -
Ted started the question hide member header on messages page in the forum Boss. theme 9 years, 3 months ago
Hi all, How do I hide the member header (cover photo, etc.) when a user is on the messages page? Thanks
-
Ted replied to the question remove posted an update in the forum BuddyBoss Wall 9 years, 3 months ago
Please disregard. I had to go through bp files at buddypress/bp-activity/bp-activity-functions.php line 1326. Thanks
-
Ted replied to the question remove posted an update in the forum BuddyBoss Wall 9 years, 3 months ago
bump
-
Ted replied to the question display current page title on title bar in the forum Boss. theme 9 years, 3 months ago
My question is of the page “title” How can you display the title of every page, whenever a user is on that page, on the header?
-
Ted replied to the question custom css for dynamic activity id li in the forum Boss. theme 9 years, 3 months ago
Thank you 🙂
-
Ted replied to the question display current page title on title bar in the forum Boss. theme 9 years, 3 months ago
Bump
-
Ted replied to the question custom css for dynamic activity id li in the forum Boss. theme 9 years, 3 months ago
Yep. That’s what I want to do (for all activities). But how for this specific div?
-
Ted replied to the question custom css for dynamic activity id li in the forum Boss. theme 9 years, 3 months ago
Yep. That’s what I want to do (for all activities). But how?
-
Ted started the question custom css for dynamic activity id li in the forum Boss. theme 9 years, 3 months ago
Hi all, how can I add custom css for the li in the attached example? It has a dynamic activity id. Thanks
-
Ted started the question limit post form text area characters in the forum Boss. theme 9 years, 3 months ago
Hi all, how do I limit characters in post-form.php input to 140 characters? I’ve tried to add maxlength=”140″ to line 30 and it works, but anyone with a browser developer tool/inspector can easily edit and increase the number and submit more. Thanks
- Load More