-
Slava Abakumov replied to the topic Email all users of updated Forums in the forum Creating & Extending 7 years, 9 months ago
Yes, you can use a hook in a function
bp_activity_add()
called the same./**
* Fires at the end of the execution of adding a new activity item, before returning the new activity item ID.
*
* @since 1.1.0
*
* @param array $r Array of parsed arguments for the activity item being added.
*/
do_action( 'bp_activity_add', $r );
So you should…[Read more]
-
Slava Abakumov replied to the topic Real time activity feed that updates the old activities in the forum How-to & Troubleshooting 7 years, 9 months ago
Currently there is no such plugin. Introducing this feature is quite heavy for the server, so it’s more like a custom solution, ideally with websockets.
We use heartbeat functionality, that gives ability to show a notification about new activity records, but there are no plans to actually update old records due to lots of technical issues and…[Read more]
-
Slava Abakumov replied to the topic Migration Ning to Buddypress in the forum Installing BuddyPress 7 years, 9 months ago
You can check this plugin: https://premium.wpmudev.org/project/ning-to-buddypress-user-importer/
But before buying it’s better to contact their support and ask about compatibility.
-
Slava Abakumov started the topic BuddyPress 2.8.0 Beta 1 in the forum Installing BuddyPress 7 years, 10 months ago
It’s shipped and ready for testing! Details in a blog post:
-
Slava Abakumov wrote a new post on the site BuddyPress.org 7 years, 10 months ago
BuddyPress 2.8.0 Beta 1 is packed with new features and enhancements and is now available for testing. You can download the BP 2.8.0-beta1 zip or get a copy via our Subversion repository. We’d love to have your […]
-
Slava Abakumov replied to the topic How to view pending signup profile fields in the forum How-to & Troubleshooting 7 years, 12 months ago
Please take a minute to read this post: https://codex.buddypress.org/themes/bp-custom-php/
Short answer:/wp-content/plugins/bp-custom.php
-
Slava Abakumov replied to the topic How to view pending signup profile fields in the forum How-to & Troubleshooting 7 years, 12 months ago
Related ticket: https://buddypress.trac.wordpress.org/ticket/7261
-
Slava Abakumov replied to the topic Error 404 for non logged in users in the forum How-to & Troubleshooting 8 years ago
#7349 is not closed, please check that again. That quote is just my comment (yes, I do have personal opinion) to a ticket.
wontfix
is regarding #7341, which is related and I’m not sure about (that’s why I linked to it in #7349).Nobody said, that we (or I) don’t want to fix this.
-
Slava Abakumov replied to the topic Error 404 for non logged in users in the forum How-to & Troubleshooting 8 years ago
#7357 duplicated an earlier created https://buddypress.trac.wordpress.org/ticket/7349
So @tizianopitisci, I closed your ticket in favour of #7349.
-
Slava Abakumov updated the Version 2.7.2 page, on the BuddyPress Codex 8 years ago
Version 2.7.2 is a BuddyPress maintenance release.
For Version 2.7.2, the database version (bp_db_version in wp_options) was 11105, and the Trac revision was r11236. Read the full ticket log here.
Fixes […] -
Slava Abakumov replied to the topic Actions not taken in the forum How-to & Troubleshooting 8 years ago
One more thought aloud: I see in WordPress core code that this text also displays when nonce check (security) fails. See
wp_nonce_ays()
if you are interested. This function is used incheck_admin_referer()
which is used everywhere in BuddyPress. That’s the only hint that I can give you right now. Try investigate in this direction further. In…[Read more] -
Slava Abakumov replied to the topic Hiding header, footer and sidebar in BP profile when using plugin in the forum How-to & Troubleshooting 8 years ago
You don’t need a BuddyPress theme, any WordPress theme will work just fine.
You can create a child theme for your current theme and modify BuddyPress behaviour through it. Copy/plugins/buddypress/bp-templates/bp-legacy/buddypress/
to your theme (in root).Remove everything that you don’t need, and leave only
/your-theme/buddypress/members/single
…[Read more] -
Slava Abakumov replied to the topic Actions not taken in the forum How-to & Troubleshooting 8 years ago
Ajax requests are returning this:
Are you sure you want to do this?</p><p>Please try again.
while they should not.
That’s definitely a plugin compatibility. Any special codebp-custom.php
or/mu-plugins/*
? They are not plugins in ordinary understanding and can’t be disabled from admin area.
Also, any special rules in.htaccess
file in root…[Read more] -
Slava Abakumov replied to the topic how to enlarge buttons and profile application texts in the forum How-to & Troubleshooting 8 years ago
That’s mainly a styling thing.
You should be comfortable using Firefox or Chrome and their developer consoles, where you are able to preview changes.These links will be help you as…[Read more]
-
Slava Abakumov replied to the topic BuddyPress Message Restrictions & Control in the forum Installing BuddyPress 8 years ago
There is no such plugin.
And it seems the functionality you described is too specific for your site, and it will be rather hard to implement some generic things that you could use.So in general, you will need to find a developer, that will do that for you (if you are not a developer yourself).
-
Slava Abakumov replied to the topic Member's activity showing up and crawl in google in the forum How-to & Troubleshooting 8 years ago
The best way – to allow access to specific pages for logged in users only. As GoogleBot is logged out – it will lose access and eventually remove indexed content. You can remove manually from Google Web Developer Console for this site as well.
There are quite a lot of topics like these here on the forum. Just google…[Read more] -
Slava Abakumov replied to the topic Hiding header, footer and sidebar in BP profile when using plugin in the forum How-to & Troubleshooting 8 years ago
You can’t do that in PHP. Well, actually you can – but you will break all the styling, as you will filter our header/footer.php files include. So basically it’s not a good idea.
The best idea – to use a child theme. You can than even switch to that child theme for specific pages on your site. One of the ways to do that:…[Read more]
-
Slava Abakumov replied to the topic registation page in the forum How-to & Troubleshooting 8 years ago
Make sure, that you have “Anyone can register” checkbox in Settings checked,
AND
on this page/wp-admin/admin.php?page=bp-page-settings
“Register” component assigned to a WordPress page like this: http://take.ms/vYrhb -
Slava Abakumov replied to the topic interpretation of shortcodes and oembed url works in Activity but not in pages in the forum Requests & Feedback 8 years, 1 month ago
This is a known issue, see here:
https://github.com/slaFFik/BP-Groups-Extras/issues/56 -
Slava Abakumov replied to the topic An option to not allow members to post in group in the forum How-to & Troubleshooting 8 years, 1 month ago
Better to prevent spam users to register at all. There are a lot of plugins, that help with it.
I use WP-SpamShield successfully on a BuddyPress site. - Load More
@slaffik
Active 2 days, 21 hours ago