-
YPayMore's profile was updated 8 years, 7 months ago
-
Nathan Pinno replied to the topic How do I link blog post authors to their BP profiles? in the forum How-to & Troubleshooting 8 years, 7 months ago
I’m using the GeneratePress theme, @mastershas. I’ve created a child theme already, so I need to go and ask the theme developer which function I need to alter?
-
Vape Coupon Code – Elementvape & Vapewild's profile was updated 8 years, 7 months ago
-
Henry Wright replied to the topic Members who register other members in the forum Creating & Extending 8 years, 7 months ago
You can’t do this by default on the front end in BuddyPress. You can of course do this in the WordPress admin area as an administrator.
-
Nathan Pinno's profile was updated 8 years, 7 months ago
-
Nathan Pinno started the topic How do I link blog post authors to their BP profiles? in the forum How-to & Troubleshooting 8 years, 7 months ago
Hey,
I run a site where everyone who registers can have their own blog, and the entries all show up on the homepage. Right now those posts on the front page link to their author profiles, but I would like them to link to their BuddyPress profiles instead.
I’ve tried searching Google for a way to do so but any code I find results in a white…[Read more]
-
Abdul Kaleem's profile was updated 8 years, 7 months ago
-
batg1rl started the topic Post info date and count in the forum How-to & Troubleshooting 8 years, 7 months ago
Hi, I think this is a buddypress issue. I don’t know what it is called, but my problem is with the little line of info that displays under each page title. I cannot find any info about it or how to fix it.
This shows on – (minus the little icons)
my homepage Lou53 19/04/2017 1 0 0
my members, activity and groups page 01/01/1970 1 0 0
my…[Read more] -
Jem Stoiniz's profile was updated 8 years, 7 months ago
-
Wayanad Resorts replied to the topic new feature: block duplicate posts to activity in the forum Requests & Feedback 8 years, 7 months ago
%0a
-
Wayanad Resorts's profile was updated 8 years, 7 months ago
-
JerriBrown's profile was updated 8 years, 7 months ago
-
Henry Wright replied to the topic How to Edit Register Page? in the forum How-to & Troubleshooting 8 years, 8 months ago
Check out the Template Hierarchy article. You can override the default templates by creating custom templates in your theme.
-
Henry Wright replied to the topic Hide member page of specific roles in the forum How-to & Troubleshooting 8 years, 8 months ago
Try this:
add_action( 'template_redirect', function() {
if ( user_can( bp_displayed_user_id(), 'manage_options' ) ) {
// This member is an administrator.
bp_core_redirect( bp_core_get_root_domain() );
}
} ); -
Henry Wright replied to the topic Impossible to upload photos (profile and cover) in the forum How-to & Troubleshooting 8 years, 8 months ago
HTTP error is a very generic error. Do you have anything else in your error logs?
-
Henry Wright replied to the topic Front end video upload in the forum Creating & Extending 8 years, 8 months ago
You could use Plupload because it’s a core library but it would require custom code.
-
Chineks's profile was updated 8 years, 8 months ago
-
Joost abrahams replied to the topic I do not see login or register links on top black bar in the forum How-to & Troubleshooting 8 years, 8 months ago
Try this css code
/* wp-admin bar */
@media screen and (max-width: 782px) {
#wpadminbar li#wp-admin-bar-bp-login a, #wpadminbar li#wp-admin-bar-bp-register a {
padding: 0 8px;
}
}@media screen and (max-width: 782px) {
#wpadminbar li#wp-admin-bar-bp-login, #wpadminbar li#wp-admin-bar-bp-register {
display: block;
}
}
-
Joost abrahams replied to the topic missing wordpress admin bar mobile view in the forum How-to & Troubleshooting 8 years, 8 months ago
Put this css inside your customizer or child theme.
/* wp-admin bar */
@media screen and (max-width: 782px) {
#wpadminbar li#wp-admin-bar-bp-login a, #wpadminbar li#wp-admin-bar-bp-register a {
padding: 0 8px;
}
}@media screen and (max-width: 782px) {
#wpadminbar li#wp-admin-bar-bp-login, #wpadminbar li#wp-admin-bar-bp-register…[Read more] -
Aslan Guseinov replied to the topic FIXED: Css styling problem after updating to 2.9.0 in the forum Installing BuddyPress 8 years, 8 months ago
PROBLEM SOLVED! Developer updated parent theme.
- Load More