Replies
- calu on September 18, 2020 at 9:44 pm in reply to: I need help with customizing the registration form!! #33303
Try this code, it did it for me
#buddypress .standard-form #profile-details-section { clear: both; float: left; }
- calu on September 18, 2020 at 7:34 pm in reply to: [Resolved] Differentiation in hooks between own profile and other users profiles? #33298
Hi Brajesh, thanks for the codes, unfortunately the Block Elements from the theme I’m using will not accept PHP, but the codes are good to know anyway.
Regards
Carsten - calu on September 16, 2020 at 11:36 am in reply to: Activity Plus Reloaded, reduce image size #33264
Hi Brajesh, thanks for your suggestion. All of the image optimizers I know of, are based on monthly rather expensive subscriptions.
I came across this code for Increase Image compression in WordPress, by simply adding a lower value than the default 82%
add_filter('jpeg_quality', function($arg){return 60;});
High quality images in BP are not important, so would a simple solution, like adding this code snippet be feasible?
Regards
Carsten - calu on September 14, 2020 at 9:39 pm in reply to: Images added with Activity Plus Reloaded, are not displayed in members profile #33228
Hi Brajesh, yes exactly, that was my question and my problem.
The next problem is then, as mentioned, that the ‘view’ link appears when an image is uploaded, but the image is not, so the view link stands alone, which makes no sense to users.
Regards
Carsten - calu on September 14, 2020 at 9:28 pm in reply to: Images added with Activity Plus Reloaded, are not displayed in members profile #33225
I meant:
maybe an uploaded image is NOT supposed to appear in the profile header
The pink text is the translation of the ‘View’ link.
If the image is not displayed, the view link should of course not be there either.
- This reply was modified 4 years, 2 months ago by calu.
- calu on September 14, 2020 at 9:01 pm in reply to: Images added with Activity Plus Reloaded, are not displayed in members profile #33224
Hi Brajesh, the issue is, that the image added to the activity stream is not displayed at all in members profile, like text.
But maybe an uploaded image is supposed to appear in the profile header?
Regards
Carsten - calu on September 14, 2020 at 8:43 pm in reply to: Images added with Activity Plus Reloaded, are not displayed in members profile #33220
Hi Brajesh, here are some screenshots
This is a comment displayed in the profile
Here is an uploaded image.
This image is not displayed like the text is.
Regards
Carsten - calu on September 13, 2020 at 9:48 am in reply to: [Resolved] Moderation Tools working with Activity Stream #33188
Hi Brajesh, thanks for the clarification, I can see the problem with this.
- calu on September 13, 2020 at 9:44 am in reply to: [Resolved] Moderation Tools working with Activity Stream #33185
I see, I’m using the block users addon as well, but I didn’t know that the activities from that user were hided as well, then a block button directly in the activity stream is a nice to have
- This reply was modified 4 years, 2 months ago by calu.
- calu on September 13, 2020 at 9:25 am in reply to: [Resolved] Moderation Tools working with Activity Stream #33183
I can see that the Block option is not there, sometimes reporting is a bit drastic, and involves admin action, so a block option also would be great.