Shape the future of Social networking with WordPress: Join Project Midnight Sun! The next generation platform for community building with WordPress!

BuddyDev

Search

Replies

  • Keymaster
    (BuddyDev Team)
    Posts: 25398
    Brajesh Singh on in reply to: Mediapress fullscreen mobile images #9320

    So, I guess you are trying to have larger image in the activity stream display?

    There are two eays to do it.

    1. Either change the size of the thumbnail from the above code(and It will resize for new)
    2. Or use a different image size(may be ‘mid’)

    For the second case, Please do teh following

    a) Copy the mediapress/templates/default/buddypress/activity/views/grid-photo.php (Please see screenshot)
    http://i.imgur.com/Yk3vXW4.png

    to Yourtheme/mediapress/default/buddypress/activity/views(as shown below)
    http://i.imgur.com/7LVKyNh.png

    Once you have done it, Please change the code

    
    			<a href="<?php mpp_media_permalink(); ?>">
    				<img src="<?php mpp_media_src( 'thumbnail' ); ?>" class='mpp-attached-media-item' data-mpp-activity-id="<?php echo $activity_id; ?>" title="<?php echo esc_attr( mpp_get_media_title() ); ?>"/>
    			</a>
    
    

    to

    
    			<a href="<?php mpp_media_permalink(); ?>">
    				<img src="<?php mpp_media_src( 'mid' ); ?>" class='mpp-attached-media-item' data-mpp-activity-id="<?php echo $activity_id; ?>" title="<?php echo esc_attr( mpp_get_media_title() ); ?>"/>
    			</a>
    

    That will do it.

    Hope that helps.

    Regards
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25398
    Brajesh Singh on in reply to: problem wiith Media uplad in stream #9318

    Hi Doug,
    Thank you.
    It’s good to know.

    is that a chance that you deleted some admin gallery earlier? If a wall gallery is deleted(by default trashed) but not completely removed, they can cause this issue.

    Can you please Visit Dashboard->MediaPress and check if there are some galleries in trashed state?

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25398
    Brajesh Singh on in reply to: [Resolved] Buddypress menu dashboard #9317

    Please attach a screenshot. Is it the WordPress adminbar or the BuddyPress item nav?

  • Keymaster
    (BuddyDev Team)
    Posts: 25398

    Glad to hear that 🙂

  • Keymaster
    (BuddyDev Team)
    Posts: 25398

    Hi Lapo,
    i just tested the plugin. It is working fine for the new registrations.
    Are you sure that user registered through your normal registration process?

    Please try registering a new user and checking their profile after activation.

    I used your code and it is giving me correct result.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25398
    Brajesh Singh on in reply to: problem wiith Media uplad in stream #9306

    Hi Dough,
    Apologies for the delayed reply.
    Please open a new topic(or post me the debug details(MediaPress->Tools screen) also a temporary gues user/password for your site.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25398
    Brajesh Singh on in reply to: Private messenger long loading time #9305

    Hi Mike,
    My apologies for the inconvenience.
    Can you please disable it and check if that makes the message work properly? If that does, Can you please tell me if you have a huge community(large number) or small. Just to get an idea of the queries.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25398
    Brajesh Singh on in reply to: Mediapress fullscreen mobile images #9304

    Hi Dan,
    Please post me a screenshot and I will have better idea. I will post the css code then.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25398

    Hi Valle,
    Your selector is valid. Most probably your theme is using !important to override the width.

    If you can point me to your site, I can assist quickly.

    Thank you
    Brajesh

  • Keymaster
    (BuddyDev Team)
    Posts: 25398

    Hi Matthew,
    Welcome to BuddyDev.

    My apologies for the inconvenience. We haven’t updated the plugin recently. Please allow me 1 days to test and update the plugin.

    Thank you
    Brajesh