Replies
Hi Leslie,
Thank you.
The plugin is ready. I am working on documentation/release page and hoping to put it by tomorrow.The plugin will be a premium download but I will gladly provide you a free copy. Will post a coupon after releasing the plugin.
Thank you
Brajesh- Brajesh Singh on November 15, 2017 at 2:16 pm in reply to: [Resolved] How to remove the "View" link in the user profile? #11695
Hi Naomi,
Welcome to BuddyDev forums.Your site is private and needs registration before viewing, so I was not able to check it.
If you can provide a temporary account to check, I will be glad to assist.
Thank you
Brajesh - Brajesh Singh on November 15, 2017 at 2:15 pm in reply to: BuddyPress Extended User Groups Widget #11694
Hi Cecile,
Thank you.In the plugin, Please change this code
<a href="<?php bp_group_permalink() ?>" title="<?php bp_group_name() ?>"><?php bp_group_avatar_thumb() ?></a>to
<a href="<?php bp_group_permalink() ?>forum/" title="<?php bp_group_name() ?>"><?php bp_group_avatar_thumb() ?></a>Also, Please change this
<a href="<?php bp_group_permalink() ?>" title="<?php bp_group_name() ?>"><?php bp_group_name() ?></a>to
<a href="<?php bp_group_permalink() ?>" title="<?php bp_group_name() ?>forum/"><?php bp_group_name() ?></a>That will do it. Hope that helps.
Regards
Brajesh - 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