-
Slava Abakumov replied to the topic Email registration doesn't work in the forum How-to & Troubleshooting 9 years, 7 months ago
Can BuddyPress send all other emails? Like new message, groups changes etc?
So, is the email with activation link the only email, that is not sent by BuddyPress? -
Slava Abakumov replied to the topic Change MetaDescriptions in the forum How-to & Troubleshooting 9 years, 7 months ago
Try WordPress SEO plugin AND this hack:
https://github.com/Yoast/wordpress-seo/issues/1971#issuecomment-227008322That will fix titles. There is no solution for meta descriptions, unfortunately.
-
Slava Abakumov replied to the topic How to Limit the Activity Stream to a Certain Number of Updates in the forum How-to & Troubleshooting 9 years, 7 months ago
Here is related Codex page.
You will need to change in your template something like this:<?php if ( bp_has_activities( bp_ajax_querystring( 'activity' ) ) ) : ?>to this:
<?php if ( bp_has_activities( bp_ajax_querystring( 'activity' ) . '&per_page=10' ) ) : ?>Check your theme
/buddypress/activity/activity-loop.phpfile. If you don’t have it,…[Read more] -
Slava Abakumov replied to the topic Login Keeps Admin in the forum Installing BuddyPress 9 years, 7 months ago
That’s definitely not a BuddyPress issue.
Make sure that you don’t have some “security” plugin activated, that might prevent the usual login process. -
Slava Abakumov replied to the topic Limitations to Installing BuddyPress on a Separate Site or a Subdomain in the forum Installing BuddyPress 9 years, 7 months ago
AFAIK, installing BuddyPress on a subdomain of WordPress MultiSite won’t give you BP widgets (and other content) on a main site, thus you won’t be able easily (without coding) display BuddyPress content on any site in the network, excerpt the BP-site.
So BuddyPress content will be available only on site where you activated BuddyPress.I hope I’ve…[Read more]
-
Slava Abakumov replied to the topic Trouble in posting message in a sub domain instal in the forum Installing BuddyPress 9 years, 7 months ago
So bp.example.com is the subdomain, that you use for BuddyPress. Does it have separate WordPress installation (not related to example.com)?
Is WordPress on your example.com MultiSite or ordinary? -
Slava Abakumov replied to the topic "Adding Friend" Button in the forum How-to & Troubleshooting 9 years, 7 months ago
Seems you have fixed the issue.
I have just registered on your site, and sent a friendship request to user “admin”. Everything seems to be ok, I can cancel it. -
Slava Abakumov replied to the topic Buddypress page settings inheritance in the forum How-to & Troubleshooting 9 years, 7 months ago
You definitely should try first to re-save page structure in Admin area => Pages => Members.
Users profile inherits everything related to that page (like slug and structure), BuddyPress just substitutes that page content, so all its settings should be in place. -
Noel Network Support's profile was updated 9 years, 7 months ago
-
Slava Abakumov replied to the topic Activity BuddyPress in the forum Miscellaneous 9 years, 7 months ago
That’s quite a lot of custom code.
All that activities are not related to BuddyPress directly. Although you can store them in activity directory when that action was performed using bp_activity_add() function.But as everything you described is not a default WordPress and BuddyPress functionality – I strongly advice you to find some developers,…[Read more]
-
Hugo Ashmore replied to the topic How to load specific theme template for all BP pages? in the forum How-to & Troubleshooting 9 years, 7 months ago
You’ll probably need to be a little more specific as to what you have done and are looking to control. BP provides many paths to custom styling you can create a child theme and then copy various BP templates or the stylesheets to it to modify, or you can create a new buddypress.php template from the themes page.php and redefine the get_template…[Read more]
-
@mercime wrote a new post on the site BuddyPress.org 9 years, 7 months ago
BuddyPress 2.7.0 Release Candidate 1 is now available for testing. Please download the 2.7.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 Registration page Font style and size in the forum Installing BuddyPress 9 years, 7 months ago
The only option is to use CSS (in
style.css) in your child theme to modify that. Or some plugins, that give ability to apply styles without modifying files (Siteorigin CSS).#buddypress #register-page label {
font-size:120%;
} -
Slava Abakumov replied to the topic Moderator add users to group in the forum Third Party Plugins 9 years, 7 months ago
So far there is no such plugin.
You can try to dive into
bp_get_new_group_invite_friend_listfilter, and you will need to rewrite/buddypress/groups/single/send-invites.phptemplate.So quite a lot of work.
-
edhere's profile was updated 9 years, 7 months ago
-
Renato Alves replied to the topic Adding LMS plugin to BP (Learning Management System) in the forum Creating & Extending 9 years, 7 months ago
I’d say the answer to this question lies in the LMS plugins out there… Each one has its own approach to integrate BuddyPress with them.
Also you will be able to get a look at how the pieces integrate together.
-
Anonymous started the topic Page not found message in the forum Installing BuddyPress 9 years, 7 months ago
Hi,
I followed different tutorials to instal buddypress step by step. But still i got the message not found page for the page’s: PROFILE, NOTIFICATIONS, MESSAGES, FRIENDS, GROUPS, SETTINGS. And i get a blank page to register.
I already connect the right pages in the “Pages” tab in buddypress settings.. And still i get the message:
Not…[Read more]
-
Toni replied to the topic Missing BP Pages/links section on Menu Admin Page in the forum How-to & Troubleshooting 9 years, 7 months ago
I’M deleting the entire installation and reinstalling WordPress.
-
Toni replied to the topic Missing BP Pages/links section on Menu Admin Page in the forum How-to & Troubleshooting 9 years, 7 months ago
Plugin Conflict!
Oh maybe, I disabled some plugins and the User Menu showed up in the nav menu.
I enabled one plugin and the User Menu disappeared.I disabled that plugin and more, the menu did not come back.
-
Toni replied to the topic Missing BP Pages/links section on Menu Admin Page in the forum How-to & Troubleshooting 9 years, 7 months ago
OOPS! POSTED WRONG LINK TO SITE.
TRY THIS http://eslbuddies.toni-esl.com/
- Load More