-
Slava Abakumov replied to the topic need help in making a social network website with buddypress. in the forum Showcase 8 years, 4 months ago
Yes, I’m sure. Technically it can be done, but some coding will be involved, and that is not a 5 min task. As a starting point you can check this codex page.
-
Slava Abakumov replied to the topic need help in making a social network website with buddypress. in the forum Showcase 8 years, 4 months ago
You can use BuddyPress Member Types Generator plugin to create members types.
Or use BuddyPress Member Types plugin, they have a bit different functionality. The 2nd one seems to have more features.
Different “Types of feeds” is not easily achievable, only with custom coding.
Custom login and registration pages – lots of solutions for custom…[Read more]
-
Slava Abakumov replied to the topic how to change cover photo using link url? in the forum How-to & Troubleshooting 8 years, 4 months ago
Unfortunately, it’s currently impossible to do that via an option or a plugin.
So far, image *must* be uploaded for BuddyPress to place it in a proper place and display.But if you are tech-savvy, you could try to filter
bp_attachments_get_attachment()
function, that is used to get the URL to a cover image. And build a custom form, where users…[Read more] -
Slava Abakumov replied to the topic Get "Edit Cover Image" link outside of Buddypress page in the forum How-to & Troubleshooting 8 years, 4 months ago
The reason that it doesn’t work – it requires to be placed on a user BuddyPress profile page.
It usesbp_displayed_user_domain()
function to generate the link, as there is no user on your custom page (it’s not BuddyPress or even WordPress) –bp_get_members_component_link
function produces nothing.There is no easy fix. You will need to create…[Read more]
-
Slava Abakumov replied to the topic Private Messaging AJAX in the forum Miscellaneous 8 years, 4 months ago
So far BuddyPress doesn’t support this out of the box and I don’t know such plugins.
But this is a good feature request, and I’m pretty sure that this will implemented eventually. Because we already have similar thing on Activity directory page.Here is the ticket that I created with this request.
PS Update to the latest BuddyPress 2.6.1.1 🙂
-
Slava Abakumov replied to the topic [Resolved] Looking for free Themes that allow change theme credits in footer in the forum Installing BuddyPress 8 years, 4 months ago
I personally use Hueman theme on my site, and it has an ability to redefine or clean the footer credits: http://take.ms/8y2CP
And it looks good with BuddyPress, and has interesting settings for WordPress itself. -
Slava Abakumov replied to the topic PHP Fatal error on BP 2.6.1 activation in the forum Installing BuddyPress 8 years, 4 months ago
Fixed in BuddyPress 2.6.1.1 released minutes ago.
-
Slava Abakumov replied to the topic Too Many Redirects when activating BuddyPress in the forum Installing BuddyPress 8 years, 4 months ago
-
Slava Abakumov replied to the topic PHP Fatal error on BP 2.6.1 activation in the forum Installing BuddyPress 8 years, 4 months ago
Yes, this is a known issue, likely introduced in BuddyPress 2.6.1. Will be fixed asap.
-
Slava Abakumov replied to the topic Post Update: Unable to See the buddypress Activity in the forum Requests & Feedback 8 years, 5 months ago
It’s a duplication of this topic:
No access to single activity item on from after BP2.6 upgrade
To roll back: download the previous version here. Delete your current version of BuddyPress and upload the older one.
-
Slava Abakumov replied to the topic Bussdypress title and SEO Yoast problem in the forum Third Party Plugins 8 years, 5 months ago
Put this code in
functions.php
of your (child) theme.function lagodny_document_title_separator_pipe( $separator ) {
return ‘|’;
}
add_filter(‘document_title_separator’, ‘lagodny_document_title_separator_pipe’);I assume that you are on the WordPress 4.4+.
-
Slava Abakumov replied to the topic Bussdypress title and SEO Yoast problem in the forum Third Party Plugins 8 years, 5 months ago
Confirming, that @destac solution works ok.
First appeared in a Yoast/wordpress-seo repository open issue. -
Slava Abakumov replied to the topic Fatal error on a BuddyPress 2.6.0 upgrade in the forum How-to & Troubleshooting 8 years, 5 months ago
-
Slava Abakumov replied to the topic How to change the the tbody background of the #message-threads? in the forum How-to & Troubleshooting 8 years, 5 months ago
That’s the problem of BuddyPress compatibility with color schemes.
Core developers decided to adopt only default color scheme, because time needed to test and modify for all of the schemes, and we all are volunteers.And try Hueman theme, it’s better 🙂 Using on it htpps://cosydale.com
-
Slava Abakumov replied to the topic Where is my group's activity feed? in the forum Showcase 8 years, 5 months ago
Make sure you have Activity and Groups components activated.
Then go to a group page on front-end. For example, your group name is Testing.
That means the URL is:example.com/groups/testing
The main page that is opened for each group by default – is the Activity feed of that group. If you have modified it using
front.php
file for groups templates…[Read more] -
Slava Abakumov replied to the topic Problems with customised Buddypress 2.1.2 in the forum How-to & Troubleshooting 8 years, 5 months ago
I believe the answer is in the question itself.
heavily customised Buddypress
I’m pretty sure they have customized templates. So perhaps some things are hard-coded in templates (like register.php) and needs to be cleaned up.
So I would suggest going to a theme, and check all corresponding template files.
Here is a hierarchy that can be useful…[Read more] -
Slava Abakumov replied to the topic BP2.6.0: localization regress in the forum How-to & Troubleshooting 8 years, 5 months ago
That was a surprise for me, as yesterday BuddyPress ru_RU was 100% translated by me – both dev and stable.
I re-imported translations, so now everything is 100%. -
Slava Abakumov replied to the topic Fatal error on a BuddyPress 2.6.0 upgrade in the forum How-to & Troubleshooting 8 years, 5 months ago
Is this error appearing on all pages of a site (on front-end) or only in admin area where you are upgrading?
Woffice is a premium theme from themeforest, so we can’t test that. The issue might be in the way hooks are used in a theme, so you might want to contact them. -
Slava Abakumov replied to the topic BuddyPress 2.6.0 "Espejo" is now available in the forum Miscellaneous 8 years, 5 months ago
This might be the first BuddyPress release, where in contributors we can see both husband and wife!
Me and @oksankaa 🙂 -
Slava Abakumov replied to the topic Very strange BP Emails behaviour in the forum How-to & Troubleshooting 8 years, 7 months ago
Awesome! Thank you, I will investigate and use that.
- Load More
@slaffik
Active 3 days, 8 hours ago