Replies
- Brajesh Singh on November 15, 2017 at 1:58 pm in reply to: Load more button on member directory #11693
Hi Janelle,
I am sorry, I haven’t pushed the tutorial. I wanted to show it with our own theme and the got delayed. I will push it this week for sure and post a link back here.Regards
Brajesh Hi Leslie,
If feasible, please wait for 24-48 hours, we are releasing the Profile Tabs creator pro that will make it super easy(use any content or shortcode etc to generate the tab content).Or you can look for https://codex.buddypress.org/developer/function-examples/core/bp_core_new_nav_item/ on how to do it.
Regards
Brajesh- Brajesh Singh on November 14, 2017 at 12:58 am in reply to: Adding a Cover image to subsite in a Multisite #11680
Hi Jay,
Thank you for posting.I don’t see any plugin available at the moment that allows it. It is doable but will most probably need custom coding.
Regards
Brajesh - Brajesh Singh on November 13, 2017 at 6:47 pm in reply to: [Resolved] BuddyPress Multi Network Not Showing users on Member Page #11678
Hi Laurent,
I have tested the plugin on WordPress 4.8.3 and BuddyPress 2.9.2 over the weekend. It works. I have updated the installation instruction.Please check it here
https://buddydev.com/plugins/buddypress-multi-network/
Does following the installation works for you(Please make sure to clear any/all caches)
1. Main site will have all the users shown up as members when the login to the main site.
2. On a sub site, a user will appear as member if they register on the sub site or you add them manually from the admin to that sub site or you use a plugin like Join Blog Widget to allow users to join more than 1 blog.
https://buddydev.com/plugins/join-blog-widget/Hope that helps.
Regards
Brajesh - Brajesh Singh on November 11, 2017 at 3:59 pm in reply to: [Resolved] Buddypress Profile order Tab #11673
You are welcome.
There is no need for closing tag?>In fact, It is better to avoid it.
Marking it as resolved.
Hi Carlton,
Are you using the Maximus page builder? If yes, you can load the layout/demo content from pages->Add New and on the new page load from library->Modern Community.
Then you can set this page as home page.
Also, please do this for customizing single page
https://buddydev.com/docs/guides/community-builder/getting-started/customizing-singular-wordpress-site-page-community-builder/Please do note that we are about to release Community Builder 2.0 next week and breaking away from the Maximus Page builder/1.0 look and feel.
So, if you are building a new site which can wait for a week, I will suggest to wait before getting locked in with Maximus.
Thank you
BrajeshHi Leslie,
Yes, it is possible to do so.Do you want to show content on profile or just have a link and link to some content at other place. The second case is very easy.
For the first case, you will need to write code to create BuddyPress Components. It is not difficult but a bit more involved than the normal cases.
Hope that helps.
Regards
Brajesh- Brajesh Singh on November 11, 2017 at 3:06 pm in reply to: [Resolved] Member Types Pro – Emergency #11669
Continuing the discussion on email and will update it accordingly.
- Brajesh Singh on November 11, 2017 at 3:04 pm in reply to: [Resolved] Buddypress Profile order Tab #11668
Hi Tiziano,
you have the<?phptag missing in the bp-custom.php
It should be the first thing.
- Brajesh Singh on November 11, 2017 at 3:04 am in reply to: [Resolved] Member type to restrict and grant access to groups #11664
Hi Tom,
Yes, you can. bp_template_redirect is hooked to WordPress template_redirect action, so it will work from the child theme’s functions.php too.Regards
Brajesh