Replies
- Brajesh Singh on June 14, 2016 at 2:02 pm in reply to: [Resolved] Add separate landing page as WordPress Front Page #4232This reply has been marked as private.
Hi Ro,
I need a little time to check the issue. In the meantime, I will assist with the last point.1. You said you want to stop all categories across the multisite network. In that case, Can you please tell me for which purpose this plugin will be used?
Thank you
Brajesh- Brajesh Singh on June 12, 2016 at 11:12 pm in reply to: [Resolved] Activity as Wire for friends only #4218
Thank you.
I am happy it helped.
All the best 🙂 - Brajesh Singh on June 12, 2016 at 11:03 pm in reply to: Show custom field in post with BP Simple Front End Post #4217
Hi Tiziano,
Welcome to BuddyDev.Please copy the wpc-ontent/plugin/buddyblog/templates/buddyblog folder to your current theme.
Now, you will see the posts.php and single.php. You can edit them as you like.
In future, we will add the tags in the template to list custom taxonomies.
Thank you
Brajesh Hi Lee,
If you are planning to upgrade, I will suggest upgrading to MediaPress. BP Gallery has been deprecated.MediaPress should work with 1.8 without any issue.
I am sorry but we have a tool for upgrading from BP Gallery to MediaPress but not BP Album to MediaPress and I won’t be able to provide any migrator for BP Album to MediaPress.
The problem may be related to the media file format. Can you please insert a video in the post(using WordPress uploader) and see if it getting downloaded or it plays?
Thank you
Brajesh- Brajesh Singh on June 12, 2016 at 1:07 pm in reply to: [Resolved] Activity as Wire for friends only #4211
Hi Lee,
Thank you for asking. It is good to know you are finally nearing the completion.Please change this line
https://github.com/sbrajesh/bp-activity-as-wire/blob/master/bp-activity-as-wire.php#L44
to
if ( is_user_logged_in() && friends_check_friendship( bp_displayed_user_id(), bp_loggedin_user_id() ) && bp_is_user() && ! bp_is_my_profile() && ( ! bp_current_action() || bp_is_current_action( 'just-me' ) || bp_is_current_action( 'mentions' ) ) ) { bp_locate_template( array( 'activity/post-form.php' ), true ); }Please do let me know if that works for you or not?
Thank you
Brajesh - Brajesh Singh on June 10, 2016 at 8:38 pm in reply to: [Resolved] Display last name in profile pages #4191
Hi Javier,
Thank you for clarifying.Please give a try to this plugin
https://wordpress.org/plugins/bp-xprofile-wp-user-sync/
That will do it for you.
Hope that helps.
Hi Javier,
sure. Please go ahead and post it in the forums.Thank you
Brajesh- Brajesh Singh on June 10, 2016 at 10:58 am in reply to: Creating Entrepreneurs/Start-Ups and Investors/Business Angels Community with BP #4184
Hi Falona,
First of all Welcome to Buddydev and my apologies for the delayed reply. I wanted to take this topic on the weekend as I will have more time to help you.For your particular use case, You need two type of members
BuddyPress Member type feature suits pretty well here. You can have the two type of directories using member type.
Please give a try to the following combination of plugins and see if you can get it going or not?
1. BuddyPress Member type Generator:- To create member types for investors/enterprenuers
2. BuxxyPress Xprofile member Type Field to allow user selecting the member type at registration
3. Conditional Profile Fields for BuddyPress- If you want to allow different set of fields to different users
Those are basic. The one most important thing is business. How do you plan to list the business and what features it should have ? Is it similar to Facebook page? This Business May need custom implementation.Hope that helps.