Replies
- Brajesh Singh on November 10, 2016 at 11:00 pm in reply to: [Resolved] MediaPress + External Youtube link #6327
Hi Xochi,
Thank you.Yes, It will support all oembed providers by default. I am aware that souncloud supports oembed but I am not sure about Academia.com.
You may see the list of supported providers by WordPress here
https://codex.wordpress.org/Embeds
We will allow custom URL too but the first priority is oembed.
Thank you
Brajesh - Brajesh Singh on November 10, 2016 at 10:56 pm in reply to: BP Member Types – Type doesnt show in the list #6326
Hi Dave,
are you inside the dashboard or front end? - Brajesh Singh on November 10, 2016 at 10:55 pm in reply to: What would the URL be for buddypress profile #6325
Hi Dave,
Welcome to BuddyDev.you can use the following php code to get the url
$url = bp_core_get_user_domain( $user_id );//replace with user's idHope that helps. feel free to ask any question. There is nothing wrong with your question and it is not stupid. We all learn by doing things 🙂
- Brajesh Singh on November 10, 2016 at 7:00 am in reply to: [Resolved] Install buddypress branded login #6320
Hi Daniele,
I am sorry for the delayed reply.1. delete the copied blogin directory.
2. Please upgrade to 1.3.0 we have just released
https://buddydev.com/plugins/bp-branded-login/3. In the dashboard, you will see that you need to setup pages for login/reset/logout. Please set them and you will be done.
If you want to further customize login, Please copy the blogin from the plugin to your theme and modify it as you see fit.
Hope that helps.
Brajesh
- Brajesh Singh on November 9, 2016 at 12:58 pm in reply to: Xprofile Member Type Field No Checkbox #6317
Hi Marc,
I am sorry that I was not able to put the update earlier. I was busy with our theme release . Please give me 2-3 more day and I look forward to put this in the plugin.Thank you
Brajesh Hi,
Try disabling the custom theme and enabling Twenty Sixteen. Does that make it work?- Brajesh Singh on November 8, 2016 at 5:42 pm in reply to: New member not getting email (buddydev ajax plugins) #6313
Hi Valarie,
With the ajax registration plugin, New accounts get activated automatically and no mails are sent.If you want to disable the auto activation and send emails, You can put this in you bp-custom.php
add_filter( 'bpajaxr_is_auto_activation_mode', '__return_true' );Hope that helps.
- Brajesh Singh on November 8, 2016 at 5:36 pm in reply to: How to remove buddypress profile tab? #6312
Hi,
Please put this css in your css file#object-nav #user-invite-anyone { display:none; } Hi,
Can you please re exlain what is happening? Are you using a custom theme? Try enabling WP_DEBUg and see if you get any errors?Thank you. It’s is the beginning. We are certainly looking forward to take BuddyPress site creation experience to the next level with this theme. There are a lot more things coming in future 🙂