Search Results for 'buddypress'
-
AuthorSearch Results
-
October 7, 2009 at 3:22 pm #54062
In reply to: BuddyPress Spam
Ruth Maude
ParticipantI’m struggling with a lot of spam registrations.
– a lot list country entry as random characters “Ot9XLfiFD7WNCu” Is there a way to set Country so it has to be a legit one?
– a lot come from email addresses such as “myspacee.info” “@mysace.info” Is there a way to force email confirmation … so they have to receive an email and click on a link to confirm registration?
– is there a way to mark someone as a spammer and delete them at the same time in the admin?
Sigh… I don’t have time for this so I may give up.
Would be nice if a site user can “Flag” a spam entry to disable the user.
October 7, 2009 at 1:12 pm #54055In reply to: Deactivate the adminbar per blog
pushi22le
ParticipantI found this plugin https://wordpress.org/extend/plugins/remove-buddypress-adminbar/
I also copied and edited the plugin to deactivate the bar just for guests. Here is the code:
<?php
/*
Plugin Name: Remove BuddyPress AdminBar For Guests
Plugin URI: http://blog.netweblogic.com/php/wordpress-php/remove-admin-bar-plugin/
Description: This plugin removes the admin bar completely from the public area of the website just for guests. Can be used either as a normal or MU plugin.
Author: NetWebLogic LLC
Version: 1.2
Author URI: http://blog.netweblogic.com
*/
if ( !function_exists(‘remove_bp_adminbar_guests’) ) {
function remove_bp_adminbar_guests() {
if (!is_user_logged_in()) {
remove_action( ‘wp_footer’, ‘bp_core_admin_bar’, 8 );
remove_action( ‘wp_head’, ‘bp_core_admin_bar_css’, 1 );
function bp_core_override_adminbar_css_perblog() {
?>
<style type=”text/css”>body { padding-top: 0 !important; } #wp-admin-bar { display: none; }</style>
<?php
}
add_action( ‘wp_footer’, ‘bp_core_override_adminbar_css’ );
}
}
}
// Start this plugin once all other plugins are fully loaded
add_action( ‘plugins_loaded’, ‘remove_bp_adminbar_guests’ );
?>
So the bloggers have two options, they can deactivate the bar only for guests or also for the registered users.
October 7, 2009 at 12:34 pm #54052In reply to: Changing default avatars/gravatars
Paul Wong-Gibbs
KeymasterLook in the BuddyPress options in the /wp-admin/ page
October 7, 2009 at 12:33 pm #54051wordpressfan
ParticipantIn the same vein, it might be a good idea to create a theme designers forum, if for no reason other than to hold all of the theme-related questions. Putting more emphasis on buddypress theme development might also spur release of new 1.1 designs.
October 7, 2009 at 11:22 am #54050In reply to: BuddyPress Privacy Component: An Update
outolumo
ParticipantWould there be any sense in allowing the Site Admin to choose which AC levels are available? E.g. only logged in users and friends?
How about an easy way of granting access to members of a certain bp-group? This could be a special case of named users.
October 7, 2009 at 10:40 am #54047In reply to: search ajax not working?
Paul Wong-Gibbs
KeymasterYou’ve posted to a 5 month old thread that has been marked as “complete”; this means very few people will read. You are best off making a new post, though if this is occuring on testbp.org, submit it as a bug on http://trac.buddypress.org using the same userne and password as you do on this site.
October 7, 2009 at 10:35 am #54046In reply to: search ajax not working?
adrianghe
ParticipantDoesn’t work for me either. (WPMU 2.8.4 a Buddypress 1.1.1) default theme.
Tried both members and groups directories.
And it doesn’t work on the demo site either.
Anyone else having this problem?
October 7, 2009 at 9:45 am #54045In reply to: BuddyPress 1.1.1
Happypaint
ParticipantThe trouble

Japanese>>>>garbled to mis-coded characters
Here’s what happens.>>>image(http://nishinomiya.jp/happypaint/files/2009/10/20091007-01.jpg)
October 7, 2009 at 7:03 am #54041In reply to: BuddyPress Privacy Component: An Update
Paul Wong-Gibbs
KeymasterThat needs a new thread, it’s off-topic here. But I believe there are existing WP plugins which work.
October 7, 2009 at 5:31 am #54036Andy Peatling
KeymasterJob openings are fine, but please reply directly. I’m closing this.
October 7, 2009 at 5:29 am #54034In reply to: Cannot Add Friends, Cannot Post to wire
takuya
ParticipantDo you need help, or just leaving complaints?
October 7, 2009 at 5:27 am #54032takuya
ParticipantThis is not a place to ask job openings. Only support topics are allowed.
October 7, 2009 at 5:24 am #54029In reply to: BuddyPress Privacy Component: An Update
pro101
ParticipantPrivacy is an important topic to address. Thanks for doing this! I was wondering, how can we add a EULA for users to accept when they register?
October 7, 2009 at 3:59 am #54027In reply to: Trouble Upgrading?
travellection
ParticipantI tried to upgrade to 1.11 and I faced this problem
Fatal error: Cannot redeclare bp_activity_install() (previously declared in /home2/travelq0/public_html/wp-content/plugins/buddypress/bp-activity.php:19) in /home2/travelq0/public_html/wp-content/plugins/buddypress/bp-activity.php on line 52
So what do I need to do?
and now my page has an error even if I tried to deactivate bp
Fatal error: Call to undefined function bp_is_blog_page() in /home2/travelq0/public_html/wp-content/themes/thesis_151/header.php on line 24
October 7, 2009 at 2:19 am #54025In reply to: BuddyPress Databases Gone in latest release ?
Andy Peatling
KeymasterNothing happened to the databases, there was no change in 1.1.1 from 1.1. Make sure you’re looking in the right place.
October 7, 2009 at 1:33 am #54023In reply to: BuddyPress Privacy Component: An Update
Jeff Sayre
ParticipantPrivacy is all about authorizing, not authenticating. Verifying and managing access rights–which the privacy component does–is an entirely different issue than verifying a user’s identity. Verifying someone’s identity is a very tricky aspect of authentication.
Therefore, this would not be something to fall under the privacy component.
Reread my first post in this thread (see the “== Description =
” section) to see what I wrote about authorizing versus authenticating.
October 7, 2009 at 1:17 am #54022In reply to: BuddyPress Privacy Component: An Update
abcde666
Participantit is actually the benfit to verify members at dating sites. People would like to get in touch with “real” people, not impersonators, fake people, etc.
October 7, 2009 at 1:06 am #54021In reply to: BuddyPress Privacy Component: An Update
David Lewis
ParticipantI believe Facebook uses SMS to do verification. Or they used to. I don’t recall what the benefit of that was either. Maybe to avoid captcha?
October 7, 2009 at 12:30 am #54019In reply to: BuddyPress Privacy Component: An Update
abcde666
ParticipantHi Jeff,
a great feature would be the following – not sure if you are willing to add this into the Privacy-Component as well, but would be an additional feature.
I would like for my users to have the ability to get them an “verified”-status.
Let´s say they will send to me a copy of their Passport (either by postal-mail or by e-mail) so that I can manually verify their identity.
The feature I am talking about would be just a simple click-button within Admin-interface to make a certain member to be “a verified member”. So when the user has been verified by the Admin, there will be a small image showing “Verified User”.
What do you think about this ?
October 6, 2009 at 10:38 pm #54016In reply to: Can't find forum install function in 1.1
Jeff Sayre
ParticipantMake sure the “bbPress Forums” is enabled in “BuddyPress > Component Setup”. Also, make sure that you have bbPress 1.0.2 installed in /buddypress/bp-forums/bbpress/
October 6, 2009 at 10:33 pm #54014In reply to: WPMU Signup has a bad link.
Jeff Sayre
ParticipantTry upgrading to the just-released BP v1.1.1. It fixed an issue were themes designed for BuddyPress 1.0 would cause a signup page failure when using v1.1.
October 6, 2009 at 10:23 pm #54011In reply to: admin bar links re-direct to homepage
Jeff Sayre
ParticipantTwo posts above, you state that you were attempting a clean install but then immediately in the next post say that you, “might try deleting all my mu-plugins and plugins.”
If you had any plugins installed anywhere, then you are not doing a clean install. For some, such as myself, I only consider a clean install starting from scratch–a totally wiped domain (no files), new DB table, new WPMU install, and then new BuddyPress install.
Since in your first post in this thread you indicated that you did not upgraded from a previous version of WPMU, then I’m assuming you have no data worth saving. If that is the case, then I suggest starting from scratch and doing a real, clean install. This means deleting all your files and deleting the MySQL DB. Once you have WPMU running again, thoroughly check it out before installing anything else. Once you think it is ready to go, then install BuddyPress and only BuddyPress. Make sure that it is work fine with the default BP themes before doing anything else.
Once you have BuddyPress working properly, you can then start adding new plugins. But only do so one at a time, fully checking to see if issues arise from activating each new plugin before adding an additional one.
October 6, 2009 at 10:12 pm #54010In reply to: bp-dev.org vs. buddypress.org – why have two
Jeff Sayre
ParticipantNo, it is not redundant? It is just an unrelated site. It is Nicola’s personal site. The content is different. You are free to sign up at bp-dev.org if you need to ask support questions about any of the plugins hosted there.
October 6, 2009 at 9:03 pm #54008In reply to: bp-dev.org vs. buddypress.org – why have two
Oliver @ WebMatros.com
ParticipantSo the bp-dev.org site is redundant?
October 6, 2009 at 9:03 pm #54007Damon Cook
ParticipantIs there an issue with having periods in username? i.e. damon.cook
-
AuthorSearch Results