Replies
Hi Julia,
I have fixed the layout.You may use the following code instead
bp_nav_menu();That will generate proper menu with sub menu.
Regards
Brajesh- Brajesh Singh on April 20, 2018 at 1:28 pm in reply to: Force redirect user to profile edit page if required profile fields are empty #14675
Hi Tosin,
You may want to keep an eye over this topichttps://buddydev.com/support/forums/topic/force-profile-data/
Reagrds
Brajesh - Brajesh Singh on April 20, 2018 at 1:26 pm in reply to: [Resolved] Redirect admin URL profile and setting profile to 404 & dropdown profile tabs #14674
For 1,3, Please use the following code
function buddydev_redirect_admin_url() { // part 1. redirect to user profile if accessing the home page. if ( is_user_logged_in() && is_front_page() ) { bp_core_redirect( bp_loggedin_user_domain(), 301 ); } if ( bp_is_user() && ! bp_is_my_profile() && user_can( bp_displayed_user_id(), 'manage_options' ) ) { bp_core_redirect( site_url( '/404/' ) ); } } add_action( 'bp_template_redirect', 'buddydev_redirect_admin_url' );Regards
Brajesh - Brajesh Singh on April 20, 2018 at 1:17 pm in reply to: [Resolved] BuddyPress Simple Front End Post change icon and add a custom text #14673
Thank you for confirming. I am glad it worked.
Marking as resolved.
- Brajesh Singh on April 20, 2018 at 1:11 pm in reply to: [Resolved] BuddyPress Simple Front End Post change icon and add a custom text #14671
Ahh,
Sorry about that. I see it is a php error.It was an error on my part, there will be an extra ‘)’ in the code.
<?php if( ! current_user_can( buddyblog_get_option( 'post_cap' ) ) ) :?> message... here.. <?php endif;?>Please use this instead.
- Brajesh Singh on April 20, 2018 at 1:08 pm in reply to: [Resolved] BuddyPress Simple Front End Post (privilege of users) #14669
Closing in favor of https://buddydev.com/support/forums/topic/buddypress-simple-front-end-post-change-icon-and-add-a-custom-text
- Brajesh Singh on April 20, 2018 at 1:02 pm in reply to: [Resolved] BuddyPress Simple Front End Post change icon and add a custom text #14667
What trouble do you have in setting up a new post? I don’t see any issue caused by this unless you are using some other snippet to modify the behaviour too.
- Brajesh Singh on April 20, 2018 at 1:00 pm in reply to: Videos showing up as link in stead of a video thumbnail. #14666
Hi Bjorn,
It’s is the mov file. It needs conversion/transcoding. That will work when we have our transcoder available like discussed in previous topic. - Brajesh Singh on April 20, 2018 at 12:56 pm in reply to: BuddyPress Moderation – Report Users/Groups #14663
Please wait for the first release. Once it is up, we can discuss if it issed something or needs improvement.
The plugin is flexible enough to support any content type in future, Please allow me to update it.
Also, just to note for all of you, I am still not sure but if I am unable to put the plugin tomorrow, It will be released on Monday evening then.
Currently, The plugin supports-
– All public post types
– Comments
– BuddyPress Activity
– User
– BuddyPress Groups
– MediaPress Media
– MediaPress Gallery# Still to test
– bbPress forum
– bbPress topic/replies
– BuddyPress Messages(May not be available in the first release)All of the above can be enabled/disabled using the admin settings. Also, we have a simple API to support registering/unregistering content types.
More details in our release post.
Thank you
Brajesh Hi AMV,
Thank you for bringing it back. I have shared similar code on forums. so, it should be easy. I will pack and put it as a plugin next week.Regards
Brajesh