Forum Replies Created
-
The only one I’ve ever seen was BuddyPress Groupblog but it seems abandoned now.
Maybe a current plugin developer can fork it and update it?
I wanted to piggyback on this topic. I’m having the same issue as the original thread creator. I’ve noticed this is happening with Varnish enabled. I’ve tried everything on my cloudways hosting to exclude this from being cached but I can’t figure it out.
This apparently is a Varnish caching issue. How can I tell varnish to exclude this part of the site from caching?
@tranny , I moved away from W3 Total Cache and went to WP Rocket and never looked back.
I’m having a similar issue as you with the mentions .js file not loading.
I also have an issue when I limit the number of items, the load more doesn’t work.
I’ve got the page working like I want with a few hiccups.
When I add a custom loop filter to limit the number of items to 5, when you click on “Load More” it gives an error that there are no more items to display.
Also, the auto mention isn’t working. If I use @username it doesn’t autocomplete. I’m not sure if I’m missing .js files that aren’t loaded.
http://staging.artofwargaming.net/members/erich/
If anyone cares to take a look and help me fix this, I’d be forever grateful.
Ok,
This is what I was looking for.
Now, I’d like to show mentions on the main wall and not in the mention area. Is there a filter for this?
Ok, I had to hunt for the code in the default buddypress themes but I found it.
Two things I need to do now:
1.) Make it so the post form will work on another user’s profile
2.) Add pagination so the user stream on the profile page doesn’t make someone scroll down a mile to see post.
Hi @sundev,
Not sure about that one. Perhaps someone else will see this and can help with that? I’m sure it will be very similar to adding the “New Topic” button.
It should be located in
/wp-content/plugins/bbpress/templates/default/bbpress/
After you copy this file, create a new folder inside of your current theme folder and call it “bbpress”
Place that forum-loop.php file inside of that folder.
Make your changes to that file.