-
rich! @ etiviti posted on the forum topic How to manually approve a new registration? in the group How-To and Troubleshooting: 14 years, 1 month ago
looks like something is up with the wordpress.org servers – takes a few refreshes to get the file to download
-
rich! @ etiviti posted on the forum topic New Plugin: Bulk Edit Pending Activations for single WordPress installs in the group BuddyPress Pending Activations: 14 years, 1 month ago
not something i would add to this plugin but have you tried searching the wordpress plugin directory for a solution? i would think a fairly common issue to WP installs as well. (though if you really need to find out, under your prefix_users table -> user_activation_key col contains the key if someone had requested a […]
-
rich! @ etiviti posted on the forum topic New Plugin: Bulk Edit Pending Activations for single WordPress installs in the group BuddyPress Pending Activations: 14 years, 1 month ago
looks like i had a fat finger to display the date – let me commit the fix here in a few minutes (0.2.1)
-
rich! @ etiviti posted on the forum topic Adding Notifications in the group How-To and Troubleshooting: 14 years, 1 month ago
maybe something in the codex, if not then dig around in the file bp-core/bp-core-notifications.php (then each component has instances when adding/removing the notifications)
-
rich! @ etiviti posted on the forum topic New Plugin: Bulk Edit Pending Activations for single WordPress installs in the group BuddyPress Pending Activations: 14 years, 1 month ago
the resend activation uses the same key / account – nothing changes in terms of account info. just triggers
bp_core_signup_send_validation_email
again -
rich! @ etiviti posted on the forum topic New Plugin: Bulk Edit Pending Activations for single WordPress installs in the group BuddyPress Pending Activations: 14 years, 1 month ago
not sure what &BEPA is – but considering adding a wpcron resend option (though it should display the last date you resent the key in the last col)
-
rich! @ etiviti posted on the forum topic Image quality or compression of user avatars in the group How-To and Troubleshooting: 14 years, 1 month ago
wordpresss but this filter can override the jpeg default (which is 90)
apply_filters( 'jpeg_quality', $jpeg_quality, 'image_resize' )
-
rich! @ etiviti posted on the forum topic New Plugin: Bulk Edit Pending Activations for single WordPress installs in the group BuddyPress Pending Activations: 14 years, 1 month ago
@thekmen – added 😛
-
rich! @ etiviti posted on the forum topic Signup/Activation in the group How-To and Troubleshooting: 14 years, 1 month ago
“To disable sending activation emails you can user the filter ‘bp_core_signup_send_activation_key’ and return false.”
-
rich! @ etiviti posted on the forum topic How to manually approve a new registration? in the group How-To and Troubleshooting: 14 years, 1 month ago
just wrote a plugin but for single wordpress only
https://wordpress.org/extend/plugins/buddypress-pending-activations/ -
rich! @ etiviti posted on the forum topic Buddypress changing profile URLs when profile is updated in the group How-To and Troubleshooting: 14 years, 1 month ago
i think its a hybrid issue – if you update the user via wp-admin – that uses wp_insert_user (maybe the name is being changed or something to trigger the suffix increased that is used in wp instead of the buddypress front-end way)
-
rich! @ etiviti posted on the forum topic Buddypress changing profile URLs when profile is updated in the group How-To and Troubleshooting: 14 years, 1 month ago
fwiw – the wordpress backend checks if the same user_nicename AND user_login exist. if it does, it will attach a suffix (this is part of wp-includes/registration.php – wp_insert_user)
-
rich! @ etiviti posted on the forum topic Buddypress changing profile URLs when profile is updated in the group How-To and Troubleshooting: 14 years, 1 month ago
did you file a trac ticket?
nevermind – found it
https://trac.buddypress.org/ticket/2642 -
rich! @ etiviti posted on the forum topic I deactivated BuddyPress plugin by accident, now entire WordPress site is unavailable in the group How-To and Troubleshooting: 14 years, 1 month ago
try ftp’ing and renaming/removing all the other plugins (probably a bp plugin causing the issue)
-
rich! @ etiviti started the forum topic New Plugin: Bulk Edit Pending Activations for single WordPress installs in the group BuddyPress Pending Activations: 14 years, 1 month ago
had a few moments between changing diapers yesterday – just a basic plugin that will list all pending user activations on a single buddypress blog. (note -> i’ll work on MS in the future as that is a different process – one sorta exists but i don’t believe it is buddypress-ready:…[Read more]
-
rich! @ etiviti posted on the forum topic Forum tables are not created in the group Installing BuddyPress: 14 years, 1 month ago
located in “youreprefix”_options table :: option_name->bb-config-location
if not there, probably why nothing is being created as buddypress looks there before generating all the tables.
-
rich! @ etiviti posted on the forum topic Issue with Order of Unread / New / Read Messages in Inbox in the group How-To and Troubleshooting: 14 years, 1 month ago
have you searched trac or filed a new report?
– though it is sorted by date_sent
-
rich! @ etiviti posted on the forum topic Buddypress 1.2.6, 2 months late -.- in the group Requests & Feedback: 14 years, 1 month ago
https://svn.buddypress.org/branches/1.2/ has 1.2.6
(always grab the zip too via the browser – https://trac.buddypress.org/browser/branches/1.2 at the bottom of the page – though it may not have bbpress bundled)
-
rich! @ etiviti posted on the forum topic Forum tables are not created in the group Installing BuddyPress: 14 years, 1 month ago
first thing i would check is the meta site_option -> bb-config-location and verify the file path is correct. (and that bb-config contains the proper info)
-
rich! @ etiviti posted on the forum topic Buddypress 1.2.6, 2 months late -.- in the group Requests & Feedback: 14 years, 1 month ago
for anyone to test it out and look for bugs – grab the branch:
https://trac.buddypress.org/browser/branches/1.2 - Load More
@nuprn1
Not recently active