-
Hugo Ashmore replied to the topic Allow Empty "What's New" Activity Update in the forum How-to & Troubleshooting 10 years, 11 months ago
The question ought to be what is the user trying to achieve, what id the point of adding an empty content? Tell us why and we might be able to tell you a better or best approach to what you want.
-
Hugo Ashmore replied to the topic Extended Profiles in CSV File in the forum How-to & Troubleshooting 10 years, 11 months ago
The CSV files column names aren’t important it’s what you map those to when you run the import script, so you need to identify the profile field names and whatever column in your CSV file is going to correspond to the correct data.
-
Hugo Ashmore replied to the topic Reverting to older profile design template? in the forum Installing BuddyPress 10 years, 11 months ago
Are you referring to using BP running under one of the default WP themes? If so please state so, it helps, the image is inconclusive and doesn’t help much.
If you are running under 2014 or 2015 then you may be inheriting the companion styles we introduced with BP 2.3
If you check the codex in the theme section you will find a guide to these…[Read more]
-
Xander Smeets's profile was updated 10 years, 11 months ago
-
Hugo Ashmore replied to the topic Plugin to Allow Members to block others? in the forum How-to & Troubleshooting 10 years, 11 months ago
-
vvicto rians's profile was updated 10 years, 11 months ago
-
Paolo replied to the topic New plugin: BuddyPress Compliment in the forum Third Party Plugins 10 years, 11 months ago
Hi @danbp,
Thanks for spreading the news. We hope Whoop! will be welcomed as warmly when we will release it next week!
-
jeremysuel's profile was updated 10 years, 11 months ago
-
Marian's profile was updated 10 years, 11 months ago
-
Henry Wright replied to the topic Activity shows logged out when I'm indeed logged in. in the forum How-to & Troubleshooting 10 years, 11 months ago
This could be theme-related. Which theme are you currently using? Try using TwentyFifteen to see if the problem resolves.
-
Henry Wright replied to the topic New plugin: BuddyPress Compliment in the forum Third Party Plugins 10 years, 11 months ago
Nice plugin @danbp!
-
Henry Wright replied to the topic How can I change the Cropping size in profile page? in the forum How-to & Troubleshooting 10 years, 11 months ago
Check out the Customizing BuddyPress Avatars article. You’ll see that avatar sizes can be set using constants:
define( 'BP_AVATAR_FULL_WIDTH', 250 );
define( 'BP_AVATAR_FULL_HEIGHT', 250 ); -
Henry Wright replied to the topic How can I change the Cropping size in profile page? in the forum How-to & Troubleshooting 10 years, 11 months ago
Check out the Customizing BuddyPress Avatars article. You’ll see that avatar sizes can be set using constants:
`define( ‘BP_AVATAR_FULL_WIDTH’, 250 );
define( ‘BP_AVATAR_FULL_HEIGHT’, 250 ); -
Henry Wright replied to the topic Action Hook for bp-registration in the forum How-to & Troubleshooting 10 years, 11 months ago
You’ll need to be more specific. If you mean which hook fires when the registration page loads, then the answer is there are many. See here and look for the one you need.
-
Henry Wright replied to the topic Adding more fields to the create group in the forum Creating & Extending 10 years, 11 months ago
Check out the BuddyPress Template Hierarchy article if you’re not already using templates. You can add the new fields to buddypress/groups/create.php
-
Aadolf's profile was updated 10 years, 11 months ago
-
paul polchi's profile was updated 10 years, 11 months ago
-
Jenny replied to the topic Wp Photo Album Plus – works 100% with Buddypress! in the forum Third Party Plugins 10 years, 12 months ago
Hi Henry,
That is a great idea, will do so. -
Henry Wright replied to the topic Wp Photo Album Plus – works 100% with Buddypress! in the forum Third Party Plugins 10 years, 12 months ago
You should consider leaving a review. It might help people in future if they are trying to decide whether to use the plugin.
-
Henry Wright replied to the topic Social login plugin in the forum Third Party Plugins 10 years, 12 months ago
You should be able to hook in and create an input form (in a modal for example). If there’s no hook available, you can always submit a request to the plugin author asking for one to be added.
- Load More