Replies
- Brajesh Singh on December 7, 2015 at 12:47 pm in reply to: [Resolved] [BuddyPress Profile Visibility Manager] Admin can't see front end settings #1895
Hi Gregor,
Thank you for posting. I am sorry for the inconvenience. Please give me 1-2 hours to check and update.
Thank you
Brajesh - Brajesh Singh on December 7, 2015 at 4:54 am in reply to: [Resolved] BuddyPress Ajax Registration #1892
Hi Paolo,
My apologies for the inconvenience.
Please send me the ftp and temporary access to WordPress admin. I will update it in 30 mins.Please send the mail to brajesh@buddyev.com
Thank you
Brajesh - Brajesh Singh on December 6, 2015 at 5:16 am in reply to: [Resolved] BBpress Thread Prefix Plugin Idea #1884
Hi Joshua,
I just had a look. It is easily doable.Do you want it to be per forum setting?
We can use post meta to define the label/keys and show it on the front end post screen for thread. When a Thread is posted, The key can be added as the tag(as in the other site) and the label will be prefixed to the topic title.
Do you think that is something that will help you?
- Brajesh Singh on December 5, 2015 at 10:44 am in reply to: [Resolved] BP Ajax registration – reCaptcha Problems #1877
Hi Markus,
Thank you for explaining. That is quiet possible. Please drop me a link on my email brajesh@buddydev.comThank you
Brajesh - Brajesh Singh on December 5, 2015 at 10:24 am in reply to: [Resolved] BP Ajax registration – reCaptcha Problems #1875
Hi Markus,
Thank you for asking.The overlay is not shown to everyone. Most of the time just ticking the “I am not a robot” will work. The overlay works fine with this plugin.(I have tested that).
It is google’s algo that don’t show the overlay all the time.
- Brajesh Singh on December 5, 2015 at 7:27 am in reply to: [Resolved] BP Ajax registration – No activation mail send #1872
Hi Markus,
Please upgrade to version 1.2.3After that, you can put this code in your bp-custom.php and it will work as you have mentioned.
//disable auto activation add_filter( 'bpajaxr_is_auto_activation_mode', '__return_false' ); add_filter( 'bp_ajaxr_response', "my_redirect_on_login"); function my_redirect_on_login( $data ) { $bp = buddypress(); if ( ! empty( $bp->signup->errors) ) { return $data; } $data['redirect'] = 1; $data['redirect_url'] = "https://www.wr-performance.de/anleitungen/fast-geschafft/"; return $data; }
Please do let me know if that works for you or not?
Thank you
Brajesh - Brajesh Singh on December 5, 2015 at 6:34 am in reply to: [Resolved] BP Ajax registration – No activation mail send #1871
Hi Markus,
Thank you.
The current plugin allows deactivating the activation process but redirect only works for logged in user. I will put an update in 1-2 hour to allow redirect work with non logged in user too and provide you the code for redirecting to that page.Thank you
Brajesh Hi Peter,
Welcome to BuddyDev forum.At the moment, we haven’t added the Media uploaded( UI ) to the BuddyBlog plugin. Allowing users non restricted access can cause a lot of problem. BuddyBlog does have option to allow upload( upto 3) media files but I believe that will not solve your purpose.
Please give me till tomorrow and I will experiment a little and try to add the Media Uploader.I will leave the option to keep it enabled or disabled on the site admins though.
Thank you
Brajesh- Brajesh Singh on December 4, 2015 at 7:18 pm in reply to: [Resolved] How to prevent blog post even though non- group user know exact blog address #1867
Hi Sunbeom,
Welcome to BuddyDev forum.
I just had a look and for me the Group privacy works for the post( private/hidden ). When I am not a member of the group and I try to access the post by typing url, I am getting redirected to the home page. When I am not logged in, I get redirected to the login page. So that seems fine.
There is an issue with privacy though. The posts are available in search and are part of the main site blog posts. So, they will be visible in the post leas( depending on your theme either the excerpt or the full content).
I don’t see a simple solution at the moment as it uses posts and not custom post type.
I have worked on an updated that is aimed at providing support for custom post type. That can allow us to make the things completely hidden from the site.
It will take me at least a week to finish and put that code for use, Is it feasible for you to delay this functionality till ten?
Thank you
Brajesh - Brajesh Singh on December 4, 2015 at 7:06 pm in reply to: BP MediaPress- not showing galleries in user profiles anymore #1866
I mean the All Galleries list in the admin .