-
Brian replied to the question Feature request: show number of photos uploaded. in the forum BuddyBoss Media 9 years, 3 months ago
It seems that images beyond the first 4 get loaded in full resolution on the activity stream. See attachment.
That can’t be good for performance, especially on mobile. Isn’t there a better way to handle that?
-
Brian started the question Feature request: show number of photos uploaded. in the forum BuddyBoss Media 9 years, 3 months ago
It would be great when uploading a large amount of images to the wall (more than 4), it would show the number of images uploaded and the last image shown would be overlayed with “+5” or the number of images that can’t be seen. This is what Facebook does.
Right now there is no way for the user to tell more than 4 have been posted.
-
Brian started the question Groups widget bug in the forum BuddyBoss theme 9 years, 3 months ago
When adding the groups widget to a sidebar, it will display a list of all groups by default despite the “Max groups to show” default setting being “5.”
If you change the setting to another number and then back to 5 it will show 5 as expected.
Thus, the default variables are probably not being initialized correctly.
-
Brian replied to the question PHP Notices in BuddyBoss Theme in the forum BuddyBoss theme 9 years, 3 months ago
These admin notices also appear to be breaking infinite scrolling when logged in and looking at your own wall. The “Load More” at the bottom will load forever. WP_DEBUG set to true
-
Brian started the question PHP Notices in BuddyBoss Theme in the forum BuddyBoss theme 9 years, 3 months ago
When WP_DEBUG is set to true (developer best practice) in BuddyBoss Theme 4.2.1, these happen:
When the BuddyBoss widget “(BuddyPress) Friends” is active:
Notice: Undefined index: link_title in /var/www/buddypress.dev/wp-content/plugins/buddypress/bp-friends/bp-friends-widgets.php on line 93
[Read more]
Notice: Undefined index: max_friends in… -
Brian started the question PHP Notices in BuddyBoss Theme in the forum BuddyBoss theme 9 years, 3 months ago
When WP_DEBUG is set to true (developer best practice), these happen:
When the BuddyBoss widget “(BuddyPress) Friends” is active:
Notice: Undefined index: link_title in /var/www/buddypress.dev/wp-content/plugins/buddypress/bp-friends/bp-friends-widgets.php on line 93
[Read more]
Notice: Undefined index: max_friends in… -
Brian replied to the question Error getting likes patch in the forum BuddyBoss Wall 9 years, 3 months ago
I’m having this issue too, even when disabling all plugins except BuddyPress and BuddyBoss Wall. Only happens when logged in.
-
Brian replied to the question BuddyPress Cover Image Support in the forum BuddyBoss theme 9 years, 3 months ago
Thanks @pallavi, you can send them this for a little head start. 🙂
https://gist.github.com/imath/e5abe98b88166add38d2 -
Brian replied to the question BuddyPress Cover Image Support in the forum BuddyBoss theme 9 years, 4 months ago
Thanks @pallavi, do you know when that might be? Can I help test it?
Needing support soon for an impending site launch.
-
Brian started the question BuddyPress Cover Image Support in the forum BuddyBoss theme 9 years, 4 months ago
The next version of BuddyPress (2.4) scheduled to be released in two days (October 28, 2015) has cover image support for both Profiles and Groups.
I’ve tried out BuddyPress 2.4-beta2 with BuddyBoss 4.2.1 and cover photos don’t appear to work.
Profiles show a “Change Cover Photo” tab where you can set a cover photos, but after uploading, nothing…[Read more]
-
Brian replied to the question External links should be _blank, nofollow in the forum BuddyBoss Wall 9 years, 4 months ago
That’s interesting, but I’d rather not install another plugin for such a trivial change.
For links within the activity text, can’t BuddyBoss just make another filter modeled after the bp_activity_make_nofollow_filter which adds target=”_blank” to external links?
As for the title text, all you need to do is:
Change line 421 of wall-functions.php…[Read more]
-
Brian replied to the question External links should be _blank, nofollow in the forum BuddyBoss Wall 9 years, 4 months ago
It’s been two releases and this still has not been fixed.
-
Brian started the question Video Albums in the forum BuddyBoss Media 9 years, 5 months ago
I have a client wanting to have video albums as well as photo albums. Facebook has a section like this on your profile page.
Could this plugin be rigged to support video albums. Maybe searching for youtube URLs in status updates and gathering them together in an album?
If not, do you know of any plugin that might?
-
Brian replied to the question Crashes in the forum BuddyBoss theme 9 years, 5 months ago
Thanks @vapvarun. It is needed for php7 support.
-
Brian replied to the question Crashes in the forum BuddyBoss theme 9 years, 5 months ago
I have BuddyBoss 4.2.1 installed and this notice is still there only when BuddyBoss is active. When Twenty Fifteen is active there is no notice.
-
Brian replied to the question Live Notifications in the forum BuddyBoss theme 9 years, 6 months ago
It looks when the count is 2, it only says “admin tagged you in a photo” once. Also there is only one notification in the dashpanel for a photo being tagged so this might have to do with BuddyBoss Media 3.0.6.
-
Brian started the question Live Notifications in the forum BuddyBoss theme 9 years, 6 months ago
In the release notes for in 4.2.1 it mentions “Added live notifications via Heartbeat API.” That sounds exciting! Can you describe what that means for users?
Also, notifications appear to be buggy now. The notifications count doesn’t reflect the number of notifications. See attachment.
Moreover, when I refresh the page the count is 2 and then…[Read more]
-
Brian replied to the question External links should be _blank, nofollow in the forum BuddyBoss Wall 9 years, 6 months ago
The URL link needs to be target=”_blank” too.
Summary: Please add target=”_blank” and rel=”nofollow” to both the URL link and article title link.
Thank you.
-
Brian replied to the question External links should be _blank, nofollow in the forum BuddyBoss Wall 9 years, 6 months ago
Right now it’s on the URL link, but not the title link.
-
Brian replied to the question External links should be _blank, nofollow in the forum BuddyBoss Wall 9 years, 6 months ago
I see target=”_blank” has been added in 1.2.1, but why not rel=”nofollow” ???
It’s not good to have SEO link juice bleeding to other sites. Facebook, Twitter, every other social network includes it. It’s pretty standard practice. Leaving it off links makes your site a target for spammers. This should be on all user generated external links.
- Load More