Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)
  • No urls are being generated. For the group avatars the image element is being generated, but there is no source. For example:

    `example`

    For the member avatars no image element is being generated.

    I am using the bp_group_avatar() function to generate the group avatars and the bp_member_avatar() function to generate the member avatars.

    I have temporarily rolled back to BuddyPress 1.6.5 and everything is back to normal.

    Were there changes to multi blog?

    There was no error the image is just not there.

    I just noticed that all of the avatars are displaying correctly on my main site.

    I am using multisite with multiblog activated and the BP Multi Network (BuddyDev) plugin. I think that there is an issue with the multiblog.


    Keith Kelly
    Participant

    @fanoop

    I did check out some of the “like” plugins, but most of them hadn’t been maintained or didn’t work properly. I was hoping to tailor a core feature to work in a similar, simple way. So far I think what I have done works great, but just need to incorporate notifications.

    I still think that it wold be useful if a user was notified when someone favorited their activity.


    Keith Kelly
    Participant

    @fanoop

    Any feedback?


    Keith Kelly
    Participant

    @fanoop

    Here is a link to an example on my site:

    The current setup is that Buddypress has the option for discussion forums unchecked, bbpress has the option for Buddypress group forums checked.

    Any help would be appreciated.


    Keith Kelly
    Participant

    @fanoop

    How do you pull all of the scopes in? I am having the same issue as @alanchrishughes.

    I would like to aggregate all of a users activity into one stream (personal, friends, groups, mentions & favorites).

    When I add more than one scope to bp_has_activities in the loop, it only takes the last one.


    Keith Kelly
    Participant

    @fanoop

    I wasn’t able to find any new updates regarding this. I am looking to add the post form to a pop up. Is there any documentation on how to correctly handle this?

    Will this work on a sub directory install as well?


    Keith Kelly
    Participant

    @fanoop

    Tried what was called out in the above link.

    Not sure why, but that wasn’t working either. I thought it might have been the fact that I had the group hierarchy plugin enabled, but after disabling nothing changed.

    I am able to successfully change the slug of the main forum ect. by changing the page slug. What I am trying to change is at least 3 levels deep in the group. For example:

    /groups/nfl/forum/

    I want to change the display word “Forum” on the subnav to “Message Boards”. I am assuming if I can change that last slug, it will change the display text as well.

    I would hard code it into my theme if I knew where to find the code.


    Keith Kelly
    Participant

    @fanoop

    Actually I think I found my answer with a little bit more research. I will move on with this:

    https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/is-there-a-way-to-have-multiple-sites-with-one-log-in/

    I don’t have any experience with multisite yet, but will give it shot!

    I was able to remove the “reply to reply” link with some CSS.

    #buddypress-page .acomment-replylink {
    display: none;
    }

    This seems to work perfectly for me.

Viewing 12 replies - 1 through 12 (of 12 total)
Skip to toolbar