-
los mejores estrenos del 2016's profile was updated 10 years, 2 months ago
-
Henry Wright replied to the topic Disable Activity streams, keep mentions for BBPress in the forum Creating & Extending 10 years, 2 months ago
@-mentions require the activity stream component and as far as I know there’s no way around that.
-
rosyteddy started the topic Is it possible to use Peepso with Buddypress? in the forum How-to & Troubleshooting 10 years, 2 months ago
Is it possible to use Peepso http://demo.peepso.com/
available at https://wordpress.org/plugins/peepso-core/ along with Buddypress
specially for the photo and some other features that look not dated and are super-fast.
Has anyone tried this in Multiste set-up with blogs and blog comments ?
Thanks. -
Paul Wong-Gibbs replied to the topic Attempting to register in the forum How-to & Troubleshooting 10 years, 2 months ago
Keep an eye on https://buddypress.trac.wordpress.org/ticket/6970
@bobbyredding Thank you for letting us know about this bug!
-
Paul Wong-Gibbs replied to the topic Attempting to register in the forum How-to & Troubleshooting 10 years, 2 months ago
Interesting. This looks like you are indeed running an older WordPress — probably no later than v4.2.6. @bobbyredding An immediate fix is to update WordPress to the latest version. We’ll look into seeing if and how we can fix this (without bumping the required minimum WordPress version) in a small release in two or three weeks’ time.
Relevant…[Read more]
-
Paul Wong-Gibbs replied to the topic Fatal error BP Emails in the forum How-to & Troubleshooting 10 years, 2 months ago
Other than get more memory allocated, or find a way to lower memory usage, there’s nothing else you can do.
-
riseUp replied to the topic How to use BuddyPress features while registering, login, and log out via another in the forum How-to & Troubleshooting 10 years, 2 months ago
Sorry – WP version: 4.4.2
-
riseUp started the topic How to link the avatar picture to his/her profile page in the forum How-to & Troubleshooting 10 years, 2 months ago
Hello.
When you go to the homepage, http://www.ymphony.com, you will notice that, when you click on the avatar picture,the site will lead the user to the list of posts that the avatar (user) created.
However, I would like the avatar picture to link to its profile page.
Could anybody kindly assist me in this? Thank you.
-
riseUp started the topic How to use BuddyPress features while registering, login, and log out via another in the forum How-to & Troubleshooting 10 years, 2 months ago
WordPress version: 2.2.7
Buddypress version: 2.5.1
My Site: http://www.ymphony.comHello,
I am currently using a plugin called WP User Frontend Pro to utilize the ability to create nice front end forms. I also liked their Registration and Login/Logout functionality. Basically, I am using their Registration and Login/Logout functionality for the whole…[Read more]
-
riseUp started the topic How to display a "My Profile" page in the forum How-to & Troubleshooting 10 years, 2 months ago
Hello.
I am new to BuddyPress, and I hope that the community can help me.
On the blue Navigation Menu, I want to add another link called “My Profile” where, whenever a user logs in, the user is able to click on “My Profile” which would lead the user to his/her profile page.
I created a page called Profile, but I don’t know how to associate the…[Read more]
-
riseUp's profile was updated 10 years, 2 months ago
-
tramites de trafico's profile was updated 10 years, 2 months ago
-
Henry Wright replied to the topic Show "Total Posts" instead of "Topics" and "Replies" in the forum How-to & Troubleshooting 10 years, 2 months ago
Hey @fenixbazaar
Give the guys a shout over at bbPress. They handle forum-related questions.
-
Paul Wong-Gibbs replied to the topic Wrong emails editing in the forum How-to & Troubleshooting 10 years, 2 months ago
@palla5000 try running the email repair tool.
-
Henry Wright replied to the topic Unable to Set BP Pages in the forum How-to & Troubleshooting 10 years, 2 months ago
This may be a silly question but have you created those pages under Pages > Add New?
-
Henry Wright replied to the topic Profile is Forcing avatar upload in the forum Installing BuddyPress 10 years, 2 months ago
Please upload your profile photo to start using this site.
It’s likely you have a plugin activated that’s causing this message.
-
Henry Wright replied to the topic How to move Profile window in the forum How-to & Troubleshooting 10 years, 2 months ago
The image isn’t displaying for me?
-
Paul Wong-Gibbs replied to the topic Buddypress doesn't send activation email. in the forum How-to & Troubleshooting 10 years, 2 months ago
@harleycodr Then please make your own discussion thread — the original poster in this one IS using WP-Mail-SMTP, and it’s bound to be a totally different problem/fix from whatever is affecting your site.
Thank you.
-
Paul Wong-Gibbs replied to the topic Sendgrid and buddypress emails in the forum Miscellaneous 10 years, 2 months ago
You could have figured that out with a bit more time spent debugging. Remove your
get_object_varscall, it messes things up. -
Bowe replied to the topic How to redirect to user profile in the forum How-to & Troubleshooting 10 years, 2 months ago
@alexandra55 you can achieve this by adding a little snippet to your bp-custom.php or functions.php.
add_action( 'template_redirect', 'themename_redirect_author_archive_to_profile' );[Read more]
function themename_redirect_author_archive_to_profile() {
if(is_author()){
$user_id = get_query_var( 'author' );
wp_redirect( bp_core_get_user_domain(… - Load More