Replies
- Brajesh Singh on June 6, 2018 at 5:31 am in reply to: [Resolved] BP Non Editable Profile Fields 1.0.1 can not moved #15505
Hi,
Can you please provide me access to your site. I don’t see any reason for it to not work unless the theme uses a different location for the ediditing profile. - Brajesh Singh on June 6, 2018 at 5:29 am in reply to: [Resolved] Show Author Page on Buddypress Profile Tab #15504
Glad that you found another solution. Marking it as resolved.
Regards
Brajesh - Brajesh Singh on June 5, 2018 at 5:17 pm in reply to: [Resolved] Show Author Page on Buddypress Profile Tab #15496
Hi Richard,
I don’t see any existing plugin for that. You will need to write it yourself.
The way to do it will be to Create a BuddyPress Component, create a partial template based on your current archive and load it as the component page.
After that, you might need to implement the filters for post type. Since it is a custom layout, I am not sure any existing solution will fit directly. You can still adopt the above two plugins and slightly modify their behaviour.
For example:-
1. If you are using BuddyBlog, There is a setting for this in BuddyBlog.2. Since the BuddyBlog works with one post type, you can implement your own custom Query and override the posts loop by copying bddyblog/templates/buddyblog/posts.php to yourtheme/buddyblog/posts.php and implement the filter.
Regards
Brajesh - Brajesh Singh on June 5, 2018 at 5:10 pm in reply to: Create a custom button to sent private message to recipient #15495
Hi Ralph,
Welcome to BuddyDev.We have posted about it multiple times on our blog, so I will link to the articles.
https://buddydev.com/buddypress-send-private-message-button-shortcode/
https://buddydev.com/add-send-private-message-button-in-members-directory-on-a-buddypress-network/
Hope that helps.
Regards
Brajesh - Brajesh Singh on June 5, 2018 at 1:56 pm in reply to: Site Title Not Shown in Community Builder #15492
Hi Ethan,
I have looked into the theme now. I will need to push a minor release to allow this as we lack hook inside the logo section.I will push the release in next 2 days and share the code.
Thank you
Brajesh - Brajesh Singh on June 5, 2018 at 12:47 pm in reply to: [Resolved] Mediapress YouTube post type and remote url custom field #15490
Thank you.
- Brajesh Singh on June 5, 2018 at 12:47 pm in reply to: BuddyPress Custom Xprofile Fields, compatibility with BP Profile Search #15489
Thank you.
I also share the same goal. In fact, we will get rid of 2-3 of our own plugins by merging the profile field types/customizations.
Regards
Brajesh - Brajesh Singh on June 5, 2018 at 12:45 pm in reply to: [Resolved] Show Author Page on Buddypress Profile Tab #15488
Hi Richard,
Thank you for posting.The simple way to do it will be to use
1. BuddyBlog
2. or Social Articles plugin.Since your goal is to display posts and not allow editing from front end, you may disable the blog posting by roles(BuddyBlog has a setting for it).
Also, you will need to modify the template used for showing archive page in BuddyBlog(If you wanted to go with it), to make it look like yours.
Regards
Brajesh - Brajesh Singh on June 5, 2018 at 12:06 pm in reply to: [Resolved] User Role Editor Plugin Compatibilty #15487
Hi Sujee,
You can disable member type to role mapping or vice versa.To disable, Please visit each member type and uncheck the associated role. In that case, changing the member type will not update role(s).
Also, if you have role to member Type mapping set in the settings page, you may disable that if you do not want the member type to change based on the role change.
Hope that helps.
Regards
Brajesh - Brajesh Singh on June 5, 2018 at 1:04 am in reply to: BuddyPress Custom Xprofile Fields, compatibility with BP Profile Search #15483
Hi Carsten,
Thank you.
1. The conditional profile field is not tested with Xprofile Custom Field types. I do hope to test it in next couple of weeks and add the compatibility wherever needed.2. Gender is a field that I would love to have. The problem with Gender is that it needs to be implemented in a way where the listing of users by gender should be fast.
In my personal opinion, instead of the normal field, member type suits this much better. The exclusion/inclusion by member type is much more efficient than the normal data field.
In the long run, I plan to add the following field types
– Gender
– Country
– Location/Map
– Member Types( by consolidating my other plugin into it)’
– Roles
– Groups(single/multi, I am still not sure how much useful this will be)I won’t be able to work much on Xprofile Field Type for next one week. Hoping to add the Profile search compatibility first and then these field in next 2 weeks.
Thank you
Brajesh