-
r-a-y posted on the forum topic Problem with new Notifications for Forum Posts that are Replied from Activity Stream in the group Creating & Extending: 13 years, 6 months ago
This issue has been brought up in the past. You can disable the ability to use the activity stream to reply to forum posts by doing the following: – Login to your WordPress install. – Navigate to “BuddyPress > General Settings”. – Under “Disable activity stream commenting on blog and forum posts?”, select “Yes” and […]
-
r-a-y posted on the forum topic How do remove the βforumsβ tab? in the group How-To and Troubleshooting: 13 years, 6 months ago
@gcortex – Uninstalling the forums component and removing the forums tab from the header are two different things. If you want to uninstall the forums, login to your WordPress install and navigate to “BuddyPress > Component Setup”. Under “bbPress Forums”, select “Disabled” and then save the settings. Forums should no longer be enabled. If you want […]
-
r-a-y posted on the forum topic There was an error sending that message, please try again in the group How-To and Troubleshooting: 13 years, 6 months ago
Are you able to send a message with the subject line of a blank space?
If so, you could try removing the subject field in the message template and adding a hidden field for the subject with the value of
. -
r-a-y posted on the forum topic Site Admin v Network Admin in the group How-To and Troubleshooting: 13 years, 6 months ago
You’re correct. If you turned on WordPress’ network functionality, then BP will reside in the new Network Admin section.
BP plugins need to be updated in order to account for the Network Admin section in WP 3.1.
-
r-a-y posted on the forum topic Conditional Profile Fields in the group Creating & Extending: 13 years, 6 months ago
-
r-a-y posted on the forum topic if is group home () ? in the group How-To and Troubleshooting: 13 years, 6 months ago
Almost!
bp_is_group_home()
is what you’re looking for.
These type of template tags can be found in /bp-core/bp-core-templatetags.php. -
r-a-y posted on the forum topic Accounts with "blocked" or "inactive" roles are still able to be accessed? in the group How-To and Troubleshooting: 13 years, 6 months ago
This issue hasn’t been addressed yet. See:
https://buddypress.trac.wordpress.org/ticket/3099It’s probably best to keep backups in the meantime.
-
r-a-y posted a new activity comment 13 years, 6 months ago
The problem is BP matches the english alphabet only:
$pattern = β/[@]+([A-Za-z0-9-_\.]+)/β;
You need to change this so it matches anything that begins with an “@” sign.
-
r-a-y posted a new activity comment 13 years, 6 months ago
Expecting a report at the end of August π
-
r-a-y posted a new activity comment 13 years, 7 months ago
foxly, you just made my day! π
-
r-a-y posted a new activity comment 13 years, 7 months ago
Sorry for the late reply, Menelik.
I’ve asked John to see if he can change your email address for your current account. I’ll report back when I hear something.
Also, if you’re using Google Apps for your email, you could probably use an email address like me+bp@menelikseth.com and that would technically count as another email address, but would…[Read more]
-
r-a-y posted on the forum topic Notification on Profile Update in the group How-To and Troubleshooting: 13 years, 7 months ago
There’s a
do_action
hook you can use:xprofile_updated_profile
(located in /buddypress/bp-xprofile.php.) You could potentially use the wp_mail() function to send an email to the admin with this hook. Don’t know what ado_action
is and how to make use of it? If you’re familiar with a tiny bit of PHP, here’s some articles that will […] -
r-a-y posted on the forum topic Avatars Original Max not bein saved? in the group How-To and Troubleshooting: 13 years, 7 months ago
BP_AVATAR_ORIGINAL_MAX_WIDTH is used during the initial upload. However, during the cropping phrase, this original image is deleted. It would be possible to do what you’re asking, but it would entail hooking into the avatar cropping process (so the original image isn’t removed) and filtering bp_core_fetch_avatar() to grab this original image when…[Read more]
-
r-a-y posted on the forum topic Removing Activity Reply Scroll in the group How-To and Troubleshooting: 13 years, 7 months ago
I’ll list the dirty hack method.
You have to modify /bp-themes/bp-default/_inc/global.js.
Look for the following line and delete it:
jq.scrollTo( form, 500, { offset:-100, easing:'easeout' } );
When you upgrade BP, you’ll have to remember to reapply this change though.
-
r-a-y posted a new activity comment 13 years, 7 months ago
Thanks for noting this, foxly. I don’t have the ability to ban or mark users as spammers.
Ping @boonebgorges, @djpaul. Also get the following accounts while one of you are at it:
-davia88
-drvishalkapoor1 -
r-a-y posted a new activity comment 13 years, 7 months ago
I believe you can change your email address on wordpress.org/support.
Login there and click on “View your profile” and then click on “Edit”. If you are not able to get to your profile because of the space, let me know and I’ll get John to change your email address.
-
r-a-y posted on the forum topic Users can't change passwords in the group How-To and Troubleshooting: 13 years, 7 months ago
Fixed in trunk:
https://trac.buddypress.org/changeset/3578 -
r-a-y posted a new activity comment 13 years, 7 months ago
According to John, you’ll have to create a new account until the username compatibility issue has been taken care of.
Sorry about that!
-
Thanks for the efforts, it’s no biggie. Is it at least possible to recover the email I’m using with this one? me@menelikseth.com or will it be tied up with this account?
It would be a bummer if my fav email account was rendered useless with the BuddyPress/WordPress commmunity.
-
I believe you can change your email address on wordpress.org/support.
Login there and click on “View your profile” and then click on “Edit”. If you are not able to get to your profile because of the space, let me know and I’ll get John to change your email address.
-
Alrighty, I just changed my email to my alternate email address. I’ll go on ahead and attempt to create a new account using the primary one.
-
No dice, the wordpress.org/support registration form states that my email already exists.
-
Sorry for the late reply, Menelik.
I’ve asked John to see if he can change your email address for your current account. I’ll report back when I hear something.
Also, if you’re using Google Apps for your email, you could probably use an email address like me+bp@menelikseth.com and that would technically count as another email address, but would…[Read more]
-
-
-
-
-
r-a-y posted on the forum topic Redirect homepage to registration page in the group How-To and Troubleshooting: 13 years, 7 months ago
Try the following:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-make-a-private-community/?topic_page=2&num=15#post-44616Add the code to your theme’s…[Read more]
- Load More
@r-a-y
Active 4 months, 4 weeks ago
Alrighty, I just changed my email to my alternate email address. I’ll go on ahead and attempt to create a new account using the primary one.
No dice, the wordpress.org/support registration form states that my email already exists.
Sorry for the late reply, Menelik.
I’ve asked John to see if he can change your email address for your current account. I’ll report back when I hear something.
Also, if you’re using Google Apps for your email, you could probably use an email address like me+bp@menelikseth.com and that would technically count as another email address, but would…[Read more]