-
Stagers Choice – Toronto Home Staging Services's profile was updated 9 years, 11 months ago
-
Masoud replied to the topic help in writing a function? hooks? actions? in the forum How-to & Troubleshooting 9 years, 11 months ago
@shanebp
no still not working. but thank you for your help and notice. -
Mister Mechanic Lift Truck Service's profile was updated 9 years, 11 months ago
-
Condo Planet's profile was updated 9 years, 11 months ago
-
David Cavins started the topic BuddyPress 2.6.0 Beta 1 now available for testing in the forum Miscellaneous 9 years, 11 months ago
BuddyPress 2.6.0 Beta 1 is now available. Thanks in advance for your help testing the next version of BuddyPress.
-
Henry Wright replied to the topic How would I do this in BuddyPress? in the forum Creating & Extending 9 years, 11 months ago
Group posting by administrators and moderators only isn’t possible out-of-the-box. You’d need to write some custom code or find a plugin that can do that.
@shanebp has been working on a geo-location plugin for BuddyPress which might be useful to you.
Hope this info helps!
-
Henry Wright replied to the topic Avatar of the man and woman in the forum Installing BuddyPress 9 years, 11 months ago
I’m not aware of a plugin that’s available that will let you do this. Maybe someone else here will know of one?
-
Masoud replied to the topic help in writing a function? hooks? actions? in the forum How-to & Troubleshooting 9 years, 11 months ago
@shanebp
many thanks to you for your help.
but unfortunately this code you said, does not work.
and still redirected to wp-login.php
i put the code in bp-custom.phpwhat other codes do you suggest please?
thanks for your notice. -
Henry Wright replied to the topic Membership Codes in the forum How-to & Troubleshooting 9 years, 11 months ago
Yes. Every member in your install will have a user ID. So both BuddyPress and WordPress users will get a number. In fact, at the back end WordPress users and BuddyPress members are the same thing.
-
David Gwyer started the topic Profanity filter and content censor in the forum Third Party Plugins 9 years, 11 months ago
I just came across this post from a while back discussing my free plugin for filtering BuddyPress content to remove profanity: https://buddypress.org/support/topic/profanity-filter-any-suggestions/
If anyone is interested the pro version of this plugin has just been updated to include support filtering of BuddyPress content:…[Read more]
-
Henry Wright replied to the topic Membership Codes in the forum How-to & Troubleshooting 9 years, 11 months ago
User IDs are assigned automatically so you don’t need to activate them. With reference to displaying the number on your BuddyPress site, check out this article:
-
Henry Wright replied to the topic 404 for Customizing Labels, Messages, and URLs tutorial for BP in the forum Installing BuddyPress 9 years, 11 months ago
Logged-out visitors should now be able to see the page.
-
Henry Wright updated the Customizing Labels, Messages, and URLs page, on the BuddyPress Codex 9 years, 11 months ago
Do you want to change various labels and messages in BuddyPress, but don’t want to hack the core files to do so? This page explains how to use a language translation file to customize BuddyPress labels, messages, […]

-
Henry Wright replied to the topic Membership Codes in the forum How-to & Troubleshooting 9 years, 11 months ago
Each member is assigned a user ID. The very first user will get 1 and then that number is incremented as each new user signs up. Does that help?
-
Henry Wright replied to the topic Admin approval for profile changes in the forum Requests & Feedback 9 years, 11 months ago
I haven’t seen anything like that either.
-
Masoud replied to the topic help in writing a function? hooks? actions? in the forum How-to & Troubleshooting 9 years, 11 months ago
@shanebp
oops!
i have to use “root”
instead of “redirect” 😐
because root points for not-logged-in-users.
and redirect points for successfully-logged in users!
sorry for that mistake.
now i’ve set
root = $redirect=get_home_url ( int $blog_id = null, string $path = '/login', string|null $scheme = null );
but error again! 🙁correction:
i want to…[Read more] -
Paul Wong-Gibbs replied to the topic Theme suggestion in the forum Miscellaneous 9 years, 11 months ago
My favourites are at buddyboss; they look great and are coded really well – http://www.buddyboss.com/themes/
-
Paul Wong-Gibbs replied to the topic Group/Profile Cover Photo Issue in the forum How-to & Troubleshooting 9 years, 11 months ago
It’s probably more your theme requires extra CSS to correctly display the image. If you can link to your site to a profile with an example cover photo, you stand a better chance of someone here helping.
-
Paul Wong-Gibbs replied to the topic Wierd Buddypress Issue in the forum How-to & Troubleshooting 9 years, 11 months ago
I have no idea where or what BuddyPress might be doing to cause that. More likely, it’s causing some issue with custom code. I think you might have to debug it, if you know PHP.
-
Paul Wong-Gibbs replied to the topic How to override bp_core_signup_user function? in the forum How-to & Troubleshooting 9 years, 11 months ago
Not possible to override it. But, remember filters are also actions. You just need to return a value, but you can do anything you want in between.
Looking at the default use of this function, how about using the
bp_signup_usermetafilter (or something else inbp_core_screen_signup)? - Load More