-
Stacy (non coder) replied to the topic Suddenly Unable to Upload Avatars or Cover Images in the forum How-to & Troubleshooting 10 years, 5 months ago
I don’t have an avatar upload option either. What covers?
-
Stacy (non coder) replied to the topic Private Site???? in the forum Requests & Feedback 10 years, 5 months ago
This will take you years to achieve adequate app like privacy. There’s other ways these days besides buddy press. A few years ago, no one really cared to provide real privacy options with buddypress because to them it defeated the purpose and was suspicious. One volunteer took it on and eventually gave up.
Moved on.
-
Stacy (non coder) replied to the topic REGISTER PAGE, ACTIVATE PAGE, BOTH INVISIBLE in the forum Installing BuddyPress 10 years, 5 months ago
@mercime The”membership” option in the image on the link you posted.
-
Stacy (non coder) started the topic Extended Profile tab still shows although unselected in the forum How-to & Troubleshooting 10 years, 5 months ago
My buddypress settings has this unchecked and saved. Backend still shows this tab when a user is logged in.
-
Henry Wright replied to the topic profile avatar overrides menu in the forum How-to & Troubleshooting 10 years, 5 months ago
Are you sure that’s the Twenty Fourteen theme? I see this:

-
Henry Wright replied to the topic Where is the group directory? in the forum How-to & Troubleshooting 10 years, 5 months ago
Which theme are you using? Try Twenty Fifteen to see if it looks like the documentation screenshot.
-
Henry Wright replied to the topic Sizing specific avatar img in the forum Installing BuddyPress 10 years, 5 months ago
How about being more specific with your CSS selector?
.some-wrapper-class .avatar-150 {
// ...
} -
buckyb started the topic Hide Profile Group Tab from Admin if Level 1 (s2Member) in the forum How-to & Troubleshooting 10 years, 5 months ago
Hello,
I have 2 s2member levels, and quite a bit of groups for each level, it’s getting confusing for the admin when editing. I’d like to hide some of the groups from the admin in the EDIT section if the user is in a specific level.
I found this below and tweaked it for s2member, but alas it doesn’t work LOL, if anyone can help, would greatly…[Read more]
-
Henry Wright replied to the topic Where is the group directory? in the forum How-to & Troubleshooting 10 years, 5 months ago
Be sure you’ve created a page called Groups under Dashboard > Pages and then go to example.com/groups in your web browser. You should see a listing of all of your groups.
-
Matt Edminster started the topic Adding profile fields to admin and mod icons in the forum Creating & Extending 10 years, 5 months ago
Hello,
I’ve been customizing the layout of my group pages. One of my adjustments is to remove admin and mod icons from the header and place them in the sidebar as a vertical list. (We are using groups for departments in our organization with admins = department heads and mods = managers.) I would like to include profile meta next to each icon so…[Read more]
-
Forumcv's profile was updated 10 years, 5 months ago
-
@mercime replied to the topic Add profile fields groups to registration in the forum How-to & Troubleshooting 10 years, 5 months ago
>> I know that Base group are shown in the Registration Form
@shmk thanks for confirming, just had to make sure you did. There’s a trac ticket which needs some more work done to get the feature you want at https://buddypress.trac.wordpress.org/ticket/6347 -
@mercime replied to the topic How To Setup Site Forums? in the forum How-to & Troubleshooting 10 years, 5 months ago
@engine44 Have you read https://codex.buddypress.org/getting-started/installing-group-and-sitewide-forums/ ? What shortcode did you use for your forums index page? Have you created an additional new Forum from wp-admin menu Forums > New Forums?
-
Henry Wright replied to the topic Resolve my own question on support? in the forum Ideas 10 years, 5 months ago
This forum uses bbPress, you should probably add your feature request here:
-
Stacy (non coder) started the topic Resolve my own question on support? in the forum Ideas 10 years, 5 months ago
Suggestion. In going through my activity or forum tabs, I d’ like to see “resolved”.
-
Stacy (non coder) replied to the topic "Profile" shown in navibar 3 times in the forum How-to & Troubleshooting 10 years, 5 months ago
Turning off Extended Profiles removed the second two “profiles”.
-
Henry Wright replied to the topic Private messaging – limit amount? in the forum How-to & Troubleshooting 10 years, 5 months ago
This could be implemented by querying the
bp_messages_messagestable for the last 10 rows and then checking thedate_sentcolumn against the current time. -
Henry Wright replied to the topic organize users into groups in the forum Third Party Plugins 10 years, 5 months ago
This isn’t currently possible. Your best bet is to try searching for a plugin.
-
Henry Wright replied to the topic Member Alphabetical Sort in the forum How-to & Troubleshooting 10 years, 5 months ago
The default sort order is ‘active’ members first. To easily change that, you can make use of
bp_after_has_members_parse_args. For example, try adding this to your theme’s functions.php file:function my_custom_member_list_sort( $ret ) {[Read more]
$ret['type'] = 'alphabetical';
return $ret;
}
add_filter( 'bp_after_has_members_parse_args',… -
Nidhi Gill's profile was updated 10 years, 5 months ago
- Load More