BuddyDev

Search

I have a few questions about buddypress that need help.

  • Participant
    Level: Initiated
    Posts: 8
    JOO on #23598

    Hi,

    Thank you very much for providing such a good plugin.
    I have a few questions that need help.

    1.When the article is long, the Read More button will appear. After clicking the More button, the image will disappear. How can I keep it displayed?

    link:https://drive.google.com/file/d/131Uix0tOIuT3oPdR-68EtbQILIZmFiCX/view?usp=sharing
    https://drive.google.com/file/d/1rcNLTgh4X-d4N8ngyocW2quJZryTda53/view?usp=sharing

    2.ling:https://drive.google.com/file/d/1Yb43ykRwDDjC3YDgGUMUTuwkVJoX-jfe/view?usp=sharing

    3.link:https://drive.google.com/file/d/1yzsd85kSzjYHQDbCgJ3seCZSgXIdVMQo/view?usp=sharing

    4.In the activity page can be set to only the manager to see the textarea.
     
    I’m sorry I can not speak English well.
    I hope you can understand what I mean.
    I will wait for your reply. Thank you.
     

     

  • Participant
    Level: Initiated
    Posts: 8
    JOO on #23599

    The second question has been solved. : )

  • Keymaster
    (BuddyDev Team)
    Posts: 24190
    Brajesh Singh on #23602

    Hi Joo,
    Welcome to BuddyDev.

    Thank you for using MediaPress.

    1. Seems a bug. Please allow me to check and provide a fix.
    2. I am glad you resolved it.
    3. Sorry about that. It needs minor css adjustment. I will put some css today( we need to set overflow-y)
    4. Do you want activity posting box to be limited to the manager or do you only want to limit the MediaPress uploads from activity?

    Thank you
    Brajesh

  • Participant
    Level: Initiated
    Posts: 8
    JOO on #23603

    Thank you for quick response.
    I want only administrators to post articles.
    I also want to know how to restrict user upload files.
     

  • Participant
    Level: Initiated
    Posts: 8
    JOO on #23606

    The second question I asked is still unresolved. : (

    https://drive.google.com/file/d/1w7hkkibAJKrXbUD1NqskE-GqqQ8f_Z5l/view?usp=sharing

    • This reply was modified 4 years, 10 months ago by JOO.
  • Participant
    Level: Initiated
    Posts: 8
    JOO on #23698

    Nobody helps me?

  • Keymaster
    (BuddyDev Team)
    Posts: 24190
    Brajesh Singh on #23699

    Hi Joo,
    I am sorry, I will assist you in next 2 days.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24190
    Brajesh Singh on #23726

    Hi Joo,
    Hope you are doing well. I will be assisting you with it today.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 24190
    Brajesh Singh on #23731

    Hi Joo,
    1. It seems an issue with your theme. I was unable to re-create it. Clicking read more keeps the image intact.

    2. Please put the following code in your bp-custom.php or your theme’s functions.php

    
    add_filter( 'mpp_use_single_media_upload_as_media_activity', '__return_true' );
    
    

    Any new upload(after the change) will have the activity sync between lightbox and activity stream.

    3. Lightbox scroll,
    Here is a temporary solution. We will need to improve it in future

    
    .mpp-lightbox-content {
    	max-height: 90vh;
    }
    
    

    We are setting maximum height to the 90% of the view port. so, should show scroll after that.

    4. Please clarify, do you want the posting box to be limited or the upload button?

    Regards
    Brajesh

  • Participant
    Level: Initiated
    Posts: 8
    JOO on #23732

    Hi Brajesh Singh,
    Thank you for your reply.
    Unfortunately, the problem still remains unresolved. 

    1.I have the same problem with different themes on other servers.
    2.link:https://drive.google.com/file/d/1C-HVmQJk2nY9KOepRtklml5irwMudKM-/view?usp=sharing
    4.I just want to allow myself to upload media files, other users can only post text.

You must be logged in to reply to this topic.

This topic is: not resolved