- This topic has 24 replies, 3 contibutors, and was last updated 9 years, 3 months ago by .
-
Question
Answers
- The question ‘"My Likes"’ is closed to new replies.
BuddyBoss Home – Web › Support Forums › Plugins › BuddyBoss Wall › "My Likes"
When viewing another member’s profile it still says “My Likes” even though they are that user’s likes, not Mine. I think it should just say “Likes” or “User Names’ Likes”.
@kahunaburger you should not be able to see another users likes. Can you send me a link to the page where you can see another members likes?
You can see everyone’s Wall, My Likes, Mentions, Friends and Groups. Our development site is not live, but take my word for it, we had several people test it from different machines and different browsers. Does it rely on WooCommerce or something?
@kahunaburger no, absolutely no reliance on WooCommerce. This should be base BuddyPress functionality. Perhaps simply updating BuddyPress will resolve the issue? If you switch to another theme, like TwentyFifteen do you have the same issue?
It works fine in TwentyFifteen.
WooCommerce was just a guess because we don’t have it installed and it’s the only thing that effects permissions.
Is your demo running the newest version of the Wall?
Hi @kahunaburger, My Like tab will not be visible on any other user profile , and even if you try to execute it with member specific path
member-profile-url/activity/favorites/ it will lead you a 404 path.
I have checked with our theme and default wordpress theme both
are you using some cache plugin ?
Please attach screenshots, that will help us to debug it.
Regards
I’m not using a cache plugin. The only plugins that are active during my test are the core plugins that the theme requires.
Did you disable WooCommerce and all other none core plugins before testing? It’s a theme issue. If it wasn’t TwentyFifteen would have the same issues.
PS
Why do I need to post a screen cap, do you think I’m making this up?
@kahunaburger we can not replicate this issue. To troubleshoot this further we will need access to your website. Can you provide us with a link to your site?
What steps did you take to replicate this issue and what versions did you use?
I have tested without Woo Commerce plugin, Just with BuddyPress and BP Wall plugin, No issues detected.
BP : Version 2.3.2.1
BuddyBoss Wall : Version 1.2.1
Then it can only be one thing… Gremlins. 😛 https://youtu.be/BcWJaHZBEw0
I’ll do some more testing, but it works correctly in every theme but Boss (Learner).
What other plugins and themes do you have installed?
This is being caused by this function I added:
define( ‘BP_ACTIVITY_SLUG’, ‘questions’ );
Something in your plugin has not been coded to comply with the BP codex.
How do I fix this?
Try to keep Activity page slug “questions” without defining it.
Regards
That only works for the main activity page. It does not change sub urls (example.com/members/vapvarun/activity).