That would probably work as long as it could be automated. I suppose the question would be how to implement that? I’m new to BuddyPress.
Yes. I’m using Paid Membership Pro to create and signup for levels (and block most of the site and all of BuddyPress and bbPress from non-members). The levels are the determination on the groups. There’s Scout, Scout Parent, Adult Leadership and Committee Members. Ideally, any message would go to Scout and the corresponding Scout Parent. Technically speaking, to stay compliant with the Regs I could do a more generic approach as well, such as copying all Adult Leadership members on messages. However, in our Troop the preferred method is to copy the Parent.
Which BP Theme are you using? BP Nouveau? ( Settings>>BuddyPress>>Options ).
Good Afternoon!
I think this might be a feature request as I can’t find anything about it anywhere, so I may need to move to Creating & Extending? I’m using BuddyPress for a Scout Troop Members portal. It allows the Patrols to collaborate in a private environment outside of regularly scheduled meetings. However, the issue I’m having is staying compliant with BSA Youth Protection policies that state that at least two adults must be included in any coversation with a Scout. Scout to Scout should be fine, but I need a way to create a child/parent relationship for Scout’s accounts and automatically copy the parent on any messages to the Scout. Anyone have any thoughts?
Are you referring to your translation of the BuddyPress word ‘ago’ that is shown in the groups last update date? I can see it in line 387 of the pot file.
Hi there,
What I was getting at earlier is that there’s a shortcode setting = view=”default” which should use the same css as the theme default, however I’ve just checked and in this context the only setting that seems to work is the default list view, so yes you are left having to undo the list css and turn it into a three column view.
I tried this which gave me a three column view, but not one that matched the one produced by nouveau:
.featured-members-list li {
overflow: auto;
list-style: none;
float: left;
width: 30%;
margin: 0 20px 28px 0;
border: 0;
}
Been looking in BuddyPress to see what CSS makes up the members list when it’s in three column mode but not found much so far.
Found more. This is due to the Template Pack. If I change it to BP Legacy, it works (including the search for groups and members). Then if I change it back to BP Nouveau, they are broken again. Looks like I’m having the same issue as this one:
https://buddypress.org/support/topic/nouveau-group-post-activity-not-shown/.
Any update on this bug?
Thanks
More investigation result. Here’s one example: When I say the format is gone, the icon in front of string “Registering for this site is easy.” doesn’t show. When I inspect the element, it’s there:
<span class=”bp-icon” aria-hidden=”true”></span>
But in the Styles, it doesn’t have any of the styles from buddypress.min.css, e.g. “.buddypress-wrap .bp-feedback.help .bp-icon, .buddypress-wrap .bp-feedback.info .bp-icon”
So looks like it’s due to the problem to load the css file. But I do see the file under /site/wwwroot/wp-content/plugins/buddypress/bp-templates/bp-nouveau/css.
Comparing that file with the same file from a website which works, they are the same. So the file is good. But somehow it’s not loaded.
Thanks for the quick reply. When I said import, I mean the other website is also using WordPress. I did get 2 Register page after importing. I set the original Register as the page for Register in BuddyPress Settings -> Pages. The page did load with all the injected fields like:
Username (required)Email Address (required)Choose a Password (required) Confirm Password (required).
But the problem is they are all in 1 line.
Thanks
BuddyPress will not use the content from pre-existing pages.
It injects all content into each page assigned to each component.
Please review this content from the BP documentation.
I cannot duplicate your issue.
I created a Profile field called Nickname and set it to Required.
I can edit that field via the Extended tab – and it has no effect on any field on the User > Profile edit screen.
Under Settings > BuddyPress > Options, do you have this option selected ?
Enable BuddyPress to WordPress profile syncing
I tested then toggled that option – the behaviour was the same re your issue.
Thanks for your suggestions @venutius. With these the only options I’m going to wait for BuddyDev to update a workaround into BuddyPress Member Types Pro plugin (he’s very proactive, and says it’s now in queue).
Hopefully Nouveau and future BP templates will make conditionally hidden (but required) xProfile fields inert in this state. These fields are so important to augmenting registration on BP sites, and so hopefully it gets baked into the code (instead of having to find workarounds).
I appreciate your help!
Sam
Sorry, this forum is for BuddyPress support, Youzer is premium only so if you want to use it you would need to pay.
See my response in https://buddypress.org/support/topic/bypass-email-requirement-2/ it includes a function to remove the required setting for profile fields in BP Nouveau, I think it will help.
You might have a conflict, try deactivating all other plugins apart from BuddyPress and switching to a default theme such as Twenty Seventeen then testing.
The usual CSS to change the members-list is as follows:
#buddypress #members-list li {
overflow: auto;
list-style: none;
float: left;
width: 30%;
margin: 0 20px 28px 0;
border: 0;
}
This might work but it depends on which option you are using for the list.
Also, another option is to use BP Directory Views, this gives a better three column layout in that it avoids an uneven display of the three column view.
Yes, it is checked. I’m using BuddyPress and MemberPress and some of the pages canceled each other out. What is supposed to be on the Groups Page?
I’m using Rehub theme & latest version of BuddyPress but still, I can’t be to click over the status bar in activity, groups. I can’t be able to write anything & no post button is showing.
http://prnt.sc/ndgz2e
I’m facing the problem over the both mobile & desktop platform.
Please check the same over. https://www.paisowala.com/activity
Thank you.
HA HA HA HAAAAA! I knew as soon as I hit send, it didn’t make a lick of sense. Let me try again ????.
Buddypress and BBpress. In their “standard style”, the forum is basically in Grid form, (and that’s cool), but, I would like to break the grid form apart so that, say, when a Christmas Tree vendor post, the post has more style than just a grid. By “style” I mean that the forum doesn’t just have a grid format, rather more of a page layout. I am trying to come up with a way to keep the page more visually interesting to the general public, rather than the standard grid view, like this forum for instance. Not knocking standard forum stying, just looking away to jazz it up a bit.
In wp-admin > Settings > BuddyPress > Options, did you select this option and save?
Enable group creation for all users
Then everyone should see a Create button on the Groups directory page.
Hi there, to get around the issue with posting your code I’ve added it to the bottom of my webpage BuddyPress Customisation Tips:
you can find this page in the snippets section of buddyuser.com
Im working on a (ims) chat system using buddypress
And im looking to find a way to have a certain user account, (admin)
Allways online.
Is this possible? if so. what would i need to do.
You can use this filter hook:
apply_filters( 'bp_nouveau_get_groups_directory_nav_items', $nav_items );
Found in: buddypress\bp-templates\bp-nouveau\includes\groups\functions.php
You can definitely add a nav item with that hook.
And you should be able to reorder the existing items.
Take a look at the nav item structure:
function pp_groups_dir_nav ( $nav ) {
echo '<pre>'; var_dump( $nav ); echo '</pre>';
return $nav;
}
add_filter( 'bp_nouveau_get_groups_directory_nav_items', 'pp_groups_dir_nav' );
But you are writing a custom theme, so it would be easier to write a custom function to replace
function bp_nouveau_get_groups_directory_nav_items rather than filter the current output.