Forum Replies Created
-
No urls are being generated. For the group avatars the image element is being generated, but there is no source. For 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.
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.
Any feedback?
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.
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?
Got it working now. Thanks for the help!
I did a little more investigation by switching to the default theme and deactivating all of my plugins. I narrowed it down to a conflict with my s2member plugin.
That plugin is used to create a membership site. Not sure what the conflict is, but when you work the next update if you could look into that it would be much appreciated.
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.
I am not really a programmer so I am not exactly sure what code goes where. I was able to find the following code in my theme’s template-bp-members-single-plugins.php file:
`
`
By looking at this I would think that it is calling that header as is in the plugin. Any advice on what code I can add to fix?
+1 on this. I think it will become annoying to users if they attempt to send a message, but aren’t warned until they go through all of the steps.
Actually I think I found my answer with a little bit more research. I will move on with this:
I don’t have any experience with multisite yet, but will give it shot!
I am experiencing the same issue. It seems like it is an issue with my theme. I am just not sure if there is a template that I do not have copied.
I switched to the BuddyPress default and everything worked fine. The one difference that I noticed was that in my new theme it is trying to redirect me to a new page, but this did not happen in the BuddyPress default.
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.