Replies
- Brajesh Singh on September 7, 2020 at 7:05 pm in reply to: Cover Image cropping feature (like the avatar cropping feature) #33085
You are welcome.
Please create separate topics for unrelated issues.Thank you
Brajesh Hi Chris,
I am sorry if I was not very clear.BuddyPress will not list a user in the directory if it does not have the last activity time recorded for the user. It has nothing to do with the logged in state. I asked to login as it should be recorded as soon as a user logs in.
In case of multinetwork, in order to be visible on a sub site, the user must satisfy 2 criteria:-
1. They should be added a user of that sub site “after the activation of BuddyPress Multi Network”
2. They should have a last activity time recorded for that specific site.If the user fulfils these 2 criteria, they will be listed.
Please check.
Regards
Brajesh- Brajesh Singh on September 7, 2020 at 6:34 pm in reply to: Cover Image cropping feature (like the avatar cropping feature) #33082
Please put it in wp-content/plugins/bp-custom.php
https://buddydev.com/docs/buddypress-guides/what-is-bp-custom-php/
Regards
BrajeshPS:- Please avoid private replies on other member’s topic. If you need to reply in private, Please open a new topic and can reply privately there. That will be between the person providing support and you only.
Regards
Brajesh Hi Anders,
That is correct view. It is the uploaded media attached. Once you post the activity, It will become linked once you post the activity.Regards
Brajesh- Brajesh Singh on September 7, 2020 at 11:25 am in reply to: [Resolved] BuddyPress Multi Network issue BuddyBoss Profile Fields Updation #33077
Hi Bratwales,
Thank you.The members are listed on a site if their last activity is recorded on that sub site. Please try logging as the user and visiting that specific sub site. Once they login, It will show them in the directory. This is how BuddyPress/BuddyBoss lists users(based on last active time is set or not).
Regards
Brajesh - Brajesh Singh on September 7, 2020 at 11:12 am in reply to: [Resolved] BuddyPress Multi Network issue BuddyBoss Profile Fields Updation #33074
Also,
If BuddyBoss support is asking for a Fix in multinetwork, Please do ask them to tell me where is the problem in the multi network plugin.Here is the link to code.
https://github.com/sbrajesh/buddypress-multi-network
and here are the filters we apply on the core to map to local table.
https://github.com/sbrajesh/buddypress-multi-network/blob/master/core/class-bp-multi-network-filters.phpRegards
Brajesh- This reply was modified 5 years, 11 months ago by
Brajesh Singh. Reason: updated to include the filters
- This reply was modified 5 years, 11 months ago by
- Brajesh Singh on September 7, 2020 at 11:11 am in reply to: [Resolved] BuddyPress Multi Network issue BuddyBoss Profile Fields Updation #33073
Hi Everyone,
I am sorry to disappoint on this but we do not have anything to do with the profile fields issue.If it is not working, the parent plugin is doing something strange. If you take a look at the Multi Network plugin, It is very basic.
All it does is changes the prefix of various BuddyPress tables to make them site specific instead of global. That’s all.
In other words, none of the actions by the parent plugin will have any side affect by using Multi Network plugin other than they will store/retrieve from current site . All Multi Network does is forces them to use tables from current site(blog). If they are not putting any specific rule to not update on sub site, It will work as normal.
That’s the reason I have been not able to assist you. How do we fix a problem when we do not even touch anything like that.
Thank you for the understanding.
Regards
Brajesh - Brajesh Singh on September 7, 2020 at 10:55 am in reply to: Multinetwork members appear in root site aswell as their subsite #33071
Hi Chris,
Please see
https://buddydev.com/support/forums/topic/members-not-showing-on-subsite/Closing as duplicate.
Regards
Brajesh Hi Chris,
Welcome to BuddyDev.BuddyPress lists users in the directory only if they logged in to the given site. Ask users to login to the sub site and then check if they appear or not?
Regards
Brajesh- Brajesh Singh on September 7, 2020 at 10:53 am in reply to: Cover Image cropping feature (like the avatar cropping feature) #33069
Hi @stjames
Welcome to BuddyDev.Please give a try to the code snippet from the previous post and see if that works for you.
Regards
Brajesh