-
Henry Wright replied to the topic How to display different profile fields based on user role in the forum How-to & Troubleshooting 10 years, 3 months ago
user_can()will be a useful function. It accepts aWP_Userobject or user ID and a role name.Ref: https://codex.wordpress.org/Function_Reference/user_can
-
fiverr software's profile was updated 10 years, 3 months ago
-
NetPEO's profile was updated 10 years, 3 months ago
-
dainismichel started the topic [Resolved] BuddyPress Menu Not Flying Out in the forum How-to & Troubleshooting 10 years, 3 months ago
Hi, I have the latest version of BuddyPress and the latest version of WordPress running. The BuddyPress menu stopped flying out for subscribers, but seems to be working for admins. It’s sporadic. If the BuddyPress menu does fly out, the links take the subscriber to the home page and not to the buddypress inbox (for example).
This is the menu I…[Read more]
-
Henry Wright replied to the topic notification date received not accurate. in the forum How-to & Troubleshooting 10 years, 3 months ago
Hi @bruce30
You can change the date format. See Date Formats for more info.
-
Hugo Ashmore replied to the topic No Twentysixteen Companion Styles in the forum How-to & Troubleshooting 10 years, 3 months ago
We would need a little more detail to be able to help but are you running widgets in the main sidebar, i.e have you a right sidebar showing for your pages? twentysixteen will only set the vertical user navigation if there is no sidebar as the available width is too narrow so we drop back to the default horizontal navigation.
-
Slava Abakumov replied to the topic @mention autosuggest in visual editor in the forum How-to & Troubleshooting 10 years, 3 months ago
Here is one more solution: http://buddydev.com/buddypress/enabling-buddypress-mention-auto-suggestions-on-any-page/
-
Slava Abakumov replied to the topic Change visibility level of Name field from "Everyone" to "Only Me" in the forum How-to & Troubleshooting 10 years, 3 months ago
It’s impossible even from developer perspective. There is no ability to modify visibility for this default Name field, that is created on plugin and xProfile component activation.
-
Slava Abakumov replied to the topic import avatars in the forum How-to & Troubleshooting 10 years, 3 months ago
But there are
bp_before_bp_attachment_crop_args_parse_argsandbp_after_bp_attachment_crop_args_parse_argsfilters (search for'bp_attachment_crop_args'string).So you can hook there and modify
$args['dst_file']. -
Slava Abakumov replied to the topic import avatars in the forum How-to & Troubleshooting 10 years, 3 months ago
I was wrong, it’s
wp_hash( $absolute_path . time() ). So it becomes harder… -
Slava Abakumov replied to the topic import avatars in the forum How-to & Troubleshooting 10 years, 3 months ago
I believe
5e960bd5f502cd86b374e5c736f82d15is just anmd5($user_email), so you can easily replicate that too. There is no DB records for users avatars, so it’s safe to put images of proper names in proper places. -
Slava Abakumov replied to the topic Acitivity in the forum How-to & Troubleshooting 10 years, 3 months ago
Check these:
1) you have bbPress activated and properly installed
2) You have this option checked http://take.ms/fMqYZ -
Henry Wright replied to the topic Friends in "Profile Page" in the forum How-to & Troubleshooting 10 years, 3 months ago
Yes, you can use the
includeparameter to pass a list of user IDs. For example:$friend_ids = friends_get_friend_user_ids( bp_displayed_user_id() );
$include = implode( ',', $friend_ids );
// Your loop hereRef: https://codex.buddypress.org/developer/loops-reference/the-members-loop/
-
Henry Wright replied to the topic Feature request: Last login in the forum Ideas 10 years, 3 months ago
There are plugins that can do this. It isn’t necessarily a BuddyPress thing
-
Henry Wright replied to the topic Buddypress Security in the forum Miscellaneous 10 years, 3 months ago
I echo what @shanebp said.
-
Jonas's profile was updated 10 years, 3 months ago
-
Andrew Tibbetts replied to the topic Make Group Home the Forum in the forum How-to & Troubleshooting 10 years, 3 months ago
Found the solution!
So, in/buddypress/bp-groups/bp-groups-loader.phpif found that it’s checking for a “front” template along with Activity Streams being disabled.
So, I just created an emptyfront.phpfile in my overloads/buddypress/groups/single/folder and, boom! -
Andrew Tibbetts replied to the topic Make Group Home the Forum in the forum How-to & Troubleshooting 10 years, 3 months ago
Couple things to consider / need direction on:
– the URL is still /home. Looking to have /members
– the “Manage” section for admins—what is the proper way to handle visibility in the nav? -
David Cavins replied to the topic How To Get Plaintext Multiline Field? in the forum Creating & Extending 10 years, 3 months ago
Correct. My answer only disables rich text for specific fields; the other answer disables rich text for all fields. Pick your poison. 🙂
-
David Cavins replied to the topic Problem after updating to version 4.4.2 home page header in the forum How-to & Troubleshooting 10 years, 3 months ago
I suspect that BP is trying to use the new cover-header-specific member and group header template files. You can disable them until you have a chance to retheme for cover headers by visiting wp-admin > Settings > BuddyPress > Settings and unchecking the check boxes for group and user cover images:
Allow registered members to upload cover…[Read more] - Load More