This topic has 9 replies, 2 voices, and was last updated 8 years by Groubee2.

  • Author
  • #109150
     Groubee2
    Participant

    Hi

    Is it possible to show the Site-Wide Activity on the Dashboard? Inside a Dashboard Item?

    Best regards

    Tonny

    #109247
     Radu
    Moderator

    Hi,

    You can try to use this plugin : http://buddydev.com/plugins/bp-activity-shortcode/ , then paste the shortcode into a text block where you need the activity

    Let me know

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #109253
     Groubee2
    Participant

    Hi @Radu

    Thanks – I have already tried it, and it works great! but I dont know how to hide the avatar. I dont think it is possible – the problem is that the user avatar take too much space on the Dashboard.

    Thanks again Radu!!

    Best regards
    Tonny

    #109272
     Radu
    Moderator

    Hi,

    Please add this css to hide de avatar from there

    COPY CODE
    
    
    .home #buddypress ul#activity-stream.activity-list > li.mini .activity-avatar {
        display: none !important;
    }
    
    .home #buddypress ul#activity-stream.activity-list > li .activity-content {
        margin: 0;
    }
    
    
    

    You’re welcome

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #109352
     Groubee2
    Participant

    WOW thanks a lot @Radu it really looks ok now!! THANKS

    #109468
     Radu
    Moderator

    Great !

    You’re welcome

    Have a nice week

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #109948
     Groubee2
    Participant

    Hi @Radu

    would it be possible to remove the titel “Latest Activity” and move the box up? (Dashboard)

    See attached image

    Why is it that inside the activity feed it shows the group image really upscaled(big) (see attached image) Can I do something about that?

    I hope you can help me 🙂

    Cheers
    Tonny

    Attachments:
    You must be logged in to view attached files.
    #109952
     Groubee2
    Participant

    Hi @Radu

    It dosen’t matter with the title! (my previous message)

    But I would still like to show the group image normal and not upscaled like now?

    Why is it that inside the activity feed it shows the group image really upscaled(big) (see attached image) Can I do something about that?

    I hope you can help me 🙂

    Cheers
    Tonny

    #110021
     Radu
    Moderator

    Hi,

    Add this css

    COPY CODE
    
    #buddypress .activity-list .activity-content .activity-header img.avatar {
        width: auto !important;
    }
    

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #110026
     Groubee2
    Participant

    Thanks a lot!

Viewing 10 posts - 1 through 10 (of 10 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?