-
Slava Abakumov replied to the topic There was an error cropping your profile image in the forum Installing BuddyPress 8 years, 10 months ago
What about default WordPress cropping? Does it work? Maybe the problem is in the access permissions to
/uploads
directory.Other possible issue – do you have PHP image manipulation modules installed and activated?
-
Slava Abakumov replied to the topic new user emails in the forum How-to & Troubleshooting 8 years, 10 months ago
You can try this plugin: https://wordpress.org/plugins/bp-disable-activation-reloaded/
But you should not do this – anyone will be able to register with fake emails. -
Slava Abakumov replied to the topic Cannot show "This is a required field" at xprofile (bug?) in the forum How-to & Troubleshooting 8 years, 10 months ago
This is a required field
On my screenshot here https://monosnap.com/file/GLDmV6D1PVbSwtSEB7rDVQatZKcC93# that text (This field is required) is just a field description.It seems to me, that you are using the old version of BuddyPress. What is it?
On newest versions required fields are marked with the text(required)
, and not asterisk. -
Slava Abakumov replied to the topic Theme Incompatible? in the forum How-to & Troubleshooting 8 years, 10 months ago
I believe this theme compatibility problems is better to discuss with theme authors. I googled and found several issues with this particular theme, that users can’t fix by themselves.
BuddyPress tries to work with all possible themes, and it’s very hard to be good with everyone. In my opinion, theme authors should check their themes with popular plugins.
-
Slava Abakumov replied to the topic Cannot show "This is a required field" at xprofile (bug?) in the forum How-to & Troubleshooting 8 years, 10 months ago
All fields in default Base (Primary) fields group will appear on registration page. Those fields can be required or not, based on Required setting for fields: http://take.ms/soyY7
Here is how it looks in a list of fields in admin area: http://take.ms/tMI8wSo just modify that setting for fields, that you need always be filled with data, to
Required
. -
Slava Abakumov replied to the topic External links in activity stream in the forum Creating & Extending 8 years, 10 months ago
The easiest solution is to use JavaScript here.
Based on this: https://css-tricks.com/snippets/jquery/target-only-external-links/
You can do like this:
jQuery(document).ready(function(){
jQuery('#activity-stream a').filter(function() {
return this.hostname && this.hostname !== location.hostname;
}).attr("target", "_blank");
});You should…[Read more]
-
Slava Abakumov replied to the topic separate languages for wordpress and buddypress in the forum How-to & Troubleshooting 8 years, 10 months ago
Separate languages – no, because all the plugins (and BuddyPress is a plugin) use the same language as the system. Because of the amount of hooks/filters in WordPress it’s nearly impossible (or very time and/or resources consuming) to create a reliable solution, that will switch language for plugins, but will not for WordPress.
The easiest way is…[Read more]
-
Slava Abakumov replied to the topic buddypress default data in the forum Third Party Plugins 8 years, 10 months ago
I’m the developer of this plugin.
BP Default Data does nothing on plugin activation and deactivation. It has own clearing routine, you can see it here: https://github.com/slaFFik/BP-Default-Data/blob/master/bp-default-data.php#L643
If you deleted dummy data by your own – some orphaned data could be left in DB. It’s better to use built-in…[Read more] -
Slava Abakumov's profile was updated 8 years, 10 months ago
-
Slava Abakumov replied to the topic How to view pending signup profile fields in the forum How-to & Troubleshooting 8 years, 10 months ago
Are you on MultiSite?
-
Slava Abakumov replied to the topic How to view pending signup profile fields in the forum How-to & Troubleshooting 8 years, 10 months ago
You are right, my bad.
But that’s a good (handy) plugin idea. Noted to self, perhaps will create it soon (will update this topic). -
Slava Abakumov replied to the topic Hide field on registration in the forum How-to & Troubleshooting 8 years, 10 months ago
All fields that are in the first
Base
fields groups will appear on registration page.
So you can just move those fields to another fields group, that you can create on this page/wp-admin/users.php?page=bp-profile-setup
using this linkhttp://cosydale.com/wp-admin/users.php?page=bp-profile-setup&mode=add_group
.Another option
Find the ID of a…[Read more]
-
Slava Abakumov replied to the topic How to view pending signup profile fields in the forum How-to & Troubleshooting 8 years, 10 months ago
Just navigate to this page:
/wp-admin/users.php?page=bp-profile-edit&user_id=1802
where 1802 – is the ID of that user. Also, all usernames on this page/wp-admin/users.php?page=bp-signups
are links to profiles. So you can open there Extended profile link at the top. -
Slava UA updated the Post Types Activities page, on the BuddyPress Codex 9 years, 2 months ago
Note: This guide is for use with BuddyPress 2.2+.
Any public registered post type can be tracked into the activity streams once it has been published. Here are the different options to add the […] -
Slava Abakumov replied to the topic in the forum Slava Abakumov 9 years, 10 months ago
Here is the direct link for BuddyPress RC 1.
-
Slava Abakumov commented on the post, BuddyPress 2.1 Release Candidate, on the site BuddyPress.org 10 years, 2 months ago
And what about GlotPress update?
Will you give translators some time between glotpress update with the latest code from BP and BP 2.1 release? -
Slava Abakumov commented on the post, BuddyPress 2.1 – Beta 1, on the site BuddyPress.org 10 years, 3 months ago
Thanks, hope that will be implemented.
-
Slava Abakumov commented on the post, BuddyPress 2.1 – Beta 1, on the site BuddyPress.org 10 years, 3 months ago
When will GlotPress be updated?
I’m talking about this : https://translate.wordpress.org/projects/buddypress/dev
-
Slava UA updated the Template Hierarchy page, on the BuddyPress Codex 11 years, 2 months ago
Prologue
BuddyPress 1.7 introduced universal theme compatibility making it easier for WordPress theme designers to work with BuddyPress.What this means is if you are on a BuddyPress page, BuddyPress will look […]
-
Slava Abakumov replied to the topic Email notification text wording, where does it reside? in the forum Miscellaneous 11 years, 8 months ago
Use a plugin Welcome Pack by Paul Gibbs and enable there emails editing. You will be able to edit all email that are sent to users.
- Load More
@slaffik
Active 4 days, 1 hour ago