-
Slava Abakumov replied to the topic Open groups: Allow all members full rights in every group without joining in the forum Creating & Extending 7 years, 9 months ago
Perhaps, upon user registration you should auto-join them to all public groups. And modify templates in your child theme to hide JOIN / LEAVE buttons for public groups.
-
Slava Abakumov replied to the topic Cannot Sign up in the forum Installing BuddyPress 7 years, 9 months ago
Registration link is broken.
It should be http://cintaku.id/register/, and NOT http://cintaku.id/index.php/register/.
Go to permalinks settings and make it like this: http://take.ms/l5qFy
Then click Save. -
Slava Abakumov replied to the topic I can't do anything after activation in the forum Installing BuddyPress 7 years, 9 months ago
What are your WordPress and BuddyPress versions?
-
Slava Abakumov updated the Version 2.8.0 page, on the BuddyPress Codex 7 years, 9 months ago
Version 2.8.0 is a major BuddyPress feature release.
For Version 2.8.0, the database version (_bp_db_version in wp_options) was 11105, and the Trac revision was 11431. Read the full ticket log […]
-
Slava Abakumov updated the Releases page, on the BuddyPress Codex 7 years, 9 months ago
The following are the various versions of BuddyPress, listed chronologically from the oldest to newest, along with the Change Log information on new features and improvements in each version.
N.B from version 1.5 […] -
Slava Abakumov wrote a new post on the site BuddyPress.org 7 years, 9 months ago
BuddyPress 2.8.0 “San Matteo” is now available for download from the WordPress.org plugin repository, or right from your WordPress Dashboard. “San Matteo” focuses on various improvement for developers, site […]
-
Slava Abakumov updated the Prelaunch Checklist page, on the BuddyPress Codex 7 years, 9 months ago
Releasing BuddyPress to the world is a big deal, and takes quite a few manual steps to ensure safe & comfortable updates & upgrades are had by all. Below are the steps release leads go through with each & every […]
-
Slava Abakumov replied to the topic buddypress activity stream restructuring the gravatar position in the forum Ideas 7 years, 9 months ago
-
Slava Abakumov replied to the topic BuddyPress error with Styling in the forum How-to & Troubleshooting 7 years, 9 months ago
Also, don’t forget to check the theme – switch to any default, like 2017, 2016, 2015 etc.
-
Slava Abakumov replied to the topic BuddyPress error with Styling in the forum How-to & Troubleshooting 7 years, 9 months ago
First thing to try in this case – disable plugins one by one and check whether it affects the uploading.
Thus you will nail plugin that generates this issue. -
Slava Abakumov updated the BP_ENABLE_MULTIBLOG page, on the BuddyPress Codex 7 years, 9 months ago
This page is incomplete or needs checking and verifying or updating.
BP_ENABLE_MULTIBLOG is a BuddyPress constant that, when defined as true, allows your BuddyPress content to be displayed on any site in […]
-
Slava Abakumov wrote a new post on the site BuddyPress.org 7 years, 9 months ago
BuddyPress 2.8.0 Release Candidate 1 is now available for testing. Please download the 2.8.0-RC1 zip or get a copy via our Subversion repository.
This is our last chance to find any bugs that slipped through th […]
-
Slava Abakumov replied to the topic Email all users of updated Forums in the forum Creating & Extending 7 years, 9 months ago
Sure, you will need to filter out the
$arguments
variable in my code for the required by youactivity_type
.You can put the resulting code into a separate custom plugin or in https://codex.buddypress.org/themes/bp-custom-php/
-
Slava Abakumov replied to the topic Email all users of updated Forums in the forum Creating & Extending 7 years, 9 months ago
That is not CSS, that is PHP.
And no, there is nothing to do with Forums in my code, as in your initial post you wrote this:
Is there a way to send a notification email EVERY time there is an update, regardless of whether or not they have been mentioned or have liked the post.
So my code will send an email (but you will need to write down its…[Read more]
-
Slava Abakumov replied to the topic Groups: How to limit max length of posts and replies. in the forum Third Party Plugins 7 years, 9 months ago
Super easy solution is to do like this:
1) find or create a
buddypress/activity/post-form.php
file in your theme
2) find in that file atextarea
withid="whats-new"
and addmaxlength="143"
to its attributes so it will become something like this:
<textarea class="bp-suggestions" maxlength="143" name="whats-new" id="whats-new" cols="50"…
[Read more] -
Slava Abakumov replied to the topic Group join the Group in the forum Creating & Extending 7 years, 9 months ago
Team is a BuddyPress group.
League – is the group type, read about it here: https://codex.buddypress.org/developer/group-types/This might be helpful for you too: https://codex.buddypress.org/add-custom-tab-to-groups-directory/ (leagues as tabs in groups/teams directory).
-
Slava Abakumov replied to the topic Extra space between menu and top – No idea what to do! in the forum How-to & Troubleshooting 7 years, 9 months ago
Try this
add_filter('show_admin_bar', '__return_false');
. Put it inbp-custom.php
or in your child themefunctions.php
.The problem might be with styling for Admin Bar. Just a guess.
-
Slava Abakumov replied to the topic BuddyPress on Multisite in the forum How-to & Troubleshooting 7 years, 9 months ago
I think, you can’t do that easily.
Reason: BuddyPress activated and is working on subsite 1, where all of its tables created. Subsite 2 is completely independent site with even own list of users.
To fix this: you will need to write quite heavy bridge, that will query the subsite 1 and asks each time whether user has there what you need on subsite 2.
-
Slava Abakumov replied to the topic buddypress activity stream restructuring the gravatar position in the forum Ideas 7 years, 9 months ago
Can you please provide some screenshots? Your idea is not very clear to me.
-
Slava Abakumov replied to the topic Relational Fields between two types of members in the forum How-to & Troubleshooting 7 years, 9 months ago
Your task is a compilation of several steps.
1) You need to add a custom field to BuddyPress registration form
See this https://buddypress.org/support/topic/how-to-display-a-custom-field/ or similar (just google).2) You need to get the list of users by a member type to display in a
<select>
field created in 1).
See…[Read more] - Load More
@slaffik
Active 2 days, 15 hours ago