Search Results for 'buddypress'
-
AuthorSearch Results
-
May 2, 2010 at 6:41 pm #76355
In reply to: group types
firetag
ParticipantOk I just got back from work, but I need to get a client site on today that I forgot about lol so I’ll post a tut or something tomurrow…
@agrundner I am going to filter the group types in the theme it’s the only way to do it… Unless someone knows a better way?
@Travel-Junkie It is separate from the normal types its actually separate from the whole create new group (at least that’s the way I’m doing it I’ll show everyone how to do it with normal group creation if it’s requested)
@Svenl77 I’ll try to make a plugin, but you’ll still need to edit your them for it to work…
May 2, 2010 at 6:27 pm #76354In reply to: buddypress.org: Location in the profiles
Philipp
Participant@apeatling Thanks! That’s great. But I have one more question.
What do I have to change that I can use two profile-fields for the location. I do have “Country” and “City”. Is it possible, that it uses both fields to generate the Location?Thanks a lot for your help and greetings from Jerusalem
Philipp
May 2, 2010 at 6:14 pm #76353In reply to: Buddypress.org’s New Plugin Review Functionality
agrundner
Member@stwc we’re on the same page. This is exactly what I’ve been trying to figure out how to do this morning. I guess we’re supposed to start with “BuddyPress Skeleton Component” and learn how to extend BuddyPress by creating our own plugins to add this kind of functionality. I just wish there was an online resource guide or advanced BP dev book on building BP plugins. For front-end guys like me, it’s easier to see basic working examples than try to look over the code of complex plugins to pick out the relevant code. The BuddyPress Skeleton Component is a good step in that direction, but would love to see basic how-tos.
It seems all we need to tweak from the default groups setup:
* “Home” is a comprehensive page about X instead of an activity stream with additional form fields (i.e. Description, FAQ, etc.)
* Create an “Activity” tab/page for the activity stream
* Create a “Reviews” tab/page for group comments
* Integrate a ratings componentMay 2, 2010 at 3:59 pm #76348In reply to: Point System in BuddyPress?
Tosh
ParticipantCheck out CubePoints Buddypress Integration
May 2, 2010 at 2:17 pm #76344In reply to: Facebook connect info
Leroy12
ParticipantHi Shanni,
I’m also a fan of Simple Facebook Connect, and the author of this plugin seems pretty active to implement the new features by Facebook. So I would not worry that much about the future of this plugin: it seems to me the best plugin to connect a WordPress blog with Facebook.
But I wonder: does he work smoothly with BuddyPress? I mean: can users register on BuddyPress using Facebook Connect?
Thanks,
NicolasMay 2, 2010 at 1:31 pm #76342In reply to: E-mail domains blacklist doesn't work
rondilly
MemberThere actually is a function in buddypress but it is named different from the wpmu version, and I can see no way to administer it.
If you check your bp-core-signup.php file you will see:
`$limited_email_domains = get_site_option( ‘limited_email_domains’, ‘buddypress’ );`Just change this line to:
`$limited_email_domains = get_site_option( ‘banned_email_domains’, ‘buddypress’ );`This will solve signups from excluded domain list. Hopefully this will be incorporated in bpress core for compatability.
May 2, 2010 at 1:05 pm #76339Mike Pratt
Participant@sbrajesh the following function suits purpose #2 just fine. I think the var $user_url which seems tied to the main site url is safe enough (untested for sure). fingers crossed.
function bn_loggedin_user_domain() {
global $bp;
return $bp->loggedin_user->userdata->user_url;
}
add_filter(‘bp_loggedin_user_domain’,’bn_loggedin_user_domain’);May 2, 2010 at 12:29 pm #76338In reply to: Teach Brendan How to Drive Buddypress!
Andrea Rennick
Participant“Would it be easier to bite the bullet now and set up WPMU now so that later I can offer blog functionality? “
WPMU is being merged in with the next version of WordPress. You’ll be able to enable it fairly easily. So, start with WordPress.
“I’ve had a BIG respon$e to my first tweets about the idea and people want in on my project, but alas, I’m no tech geek!!! So I have customers but no website, lol!”
Then my best advice would be to hire someone to build it for you.
May 2, 2010 at 10:46 am #76337In reply to: Convert WP posts to BuddyPress
sam91
MemberI did have the same purpose on my wp site (http:_//_association1901.fr/blog).
I created BP groups for my main categorys and installed the plugin external group blog for each group.
The plugin allows to publish a external RSS feed ; so I put the RSS feed of the WP category to republish within the group all posts of the category.cheers
May 2, 2010 at 10:43 am #76335In reply to: New Accounts
Paul Wong-Gibbs
Keymaster@bondjamesbond007 You don’t need to cross-post this in several threads
May 2, 2010 at 10:43 am #76334In reply to: Problems creating an Account
Paul Wong-Gibbs
KeymasterDisable BuddyPress and add a user to the blog via wp-admin. Do you receive the email?
May 2, 2010 at 10:40 am #76333In reply to: Convert WP posts to BuddyPress
Paul Wong-Gibbs
KeymasterHow are you going to map this data?
Comments I could see as being forum posts (espc. if you have threaded comments), but why/what about the Posts?
May 2, 2010 at 9:11 am #76331In reply to: Require Login/Private Profiles
Joel Rxxxxx
Participantthere is a plugin “BuddyPress Profile Privacy” which can make profils available only for friends
i’m alsa searching a plugin to filter member, activity etc to logged users…. but i didn’t find so far ..
May 2, 2010 at 9:06 am #76330In reply to: group types
Sven Lehnert
Participant@firetag +1 please make a plugin!
May 2, 2010 at 8:27 am #76329In reply to: Private Message Spam and Abuse
Kevin Ryman
ParticipantYeah I just got two spam private messages in the last two days. Here is the latest one:
Please reply back with my email (anabel . awaza 01 @ yahoo . co . uk)
Dearest,
How are you over there?
I know that you would be excited for the fact that you do not know who is writing.
Actually my name is Mis. Anabel Awaza,Please my dear i will like us to hold a good long time relationship with real love.and I have something very important that I need to share with you. I am very serious; I shall tell you more about myself and send you my picture in my next mail.please reply back with my email address (anabel . awaza 01 @ yahoo . co . uk))
Hoping to hear from you soonest.
Yours Anabel.View Spammer’s BuddyPress profile:
https://buddypress.org/community/members/anabel4you/May 2, 2010 at 2:56 am #76325In reply to: Teach Brendan How to Drive Buddypress!
modemlooper
ModeratorOne last thing. BEFORE you post questions in this forum PLEASE search first. Things have been answered 20 times over.
Good reads:
May 2, 2010 at 2:47 am #76324In reply to: Teach Brendan How to Drive Buddypress!
modemlooper
ModeratorThe only difference between WP and WPMU is on WPMU each user on the site will have their own blog with an admin. It’s like having your own wordpress.com. If you want just a social network type site then I’d go with WP + BP. Functionality wise there really is no difference between BP on WP or WPMU.
As for hosting. Thats a personal choice. I use shared hosting with some cacheing and I off set with hosting static files on Amazon S3. If you make your themes slim and compress files you should be ok unless you get linked to by a major site and a million people are hitting your site.
May 2, 2010 at 2:27 am #76323In reply to: Teach Brendan How to Drive Buddypress!
Brendan Rohan
ParticipantTrue? Okay then, what’s the fundamental difference between the two? I.e. Would it be easier to bite the bullet now and set up WPMU now so that later I can offer blog functionality? ( I only think about 5% of my users would want that feature anyway; I think I will just elect the best members for roles as contributors… )
I’m trying to scale things back to the bare minimum-but still offer a great service if you know what I mean? They are low-end internet users so they won’t care.
Okay then, how does Buddypress do on a standard Wp install… I.e. Will my web host crack it? Thanks for the insights…May 2, 2010 at 1:25 am #76319In reply to: New Group installation, add customizable fields
agrundner
MemberI’m researching the same thing. Found this thread on the topic as well:
https://buddypress.org/community/groups/creating-extending/forum/topic/profile-field-setup-for-groups/No easy solution so far, but an outdated plugin has turned up.
May 2, 2010 at 1:01 am #76318In reply to: Avatar Upload Issues
Mark
ParticipantTemporary fix? Open bp-core-avatars.php and around line 288 you should see the following:
$bp->avatar_admin->image->url = str_replace( WP_CONTENT_DIR, BP_AVATAR_URL, $bp->avatar_admin->image->dir );
Replace it with:
$bp->avatar_admin->image->url = str_replace( WP_CONTENT_DIR, BP_AVATAR_URL . ‘/wp-content’, $bp->avatar_admin->image->dir );
…this is presuming you’re having issues with image uploads on an MS site where you get as far as cropping without seeing an image. If you’re on an MS site and you can’t get that far because of an unknown error, (object of class WP_Error can not…) you first need to apply changeset 2124 (https://trac.buddypress.org/changeset/2124) just to see the proper error, then back to bp-core-avatars.php and find around line 266:
if ( getimagesize( $bp->avatar_admin->original ) > BP_AVATAR_ORIGINAL_MAX_WIDTH )
$bp->avatar_admin->resized = wp_create_thumbnail( $bp->avatar_admin->original, BP_AVATAR_ORIGINAL_MAX_WIDTH );…and replace it with:
$orig_dimensions = getimagesize( $bp->avatar_admin->original );
/* Resize the image down to something manageable and then delete the original */
if ( $orig_dimensions[0] > BP_AVATAR_ORIGINAL_MAX_WIDTH || $orig_dimensions[1] > BP_AVATAR_ORIGINAL_MAX_WIDTH )
$bp->avatar_admin->resized = wp_create_thumbnail( $bp->avatar_admin->original, BP_AVATAR_ORIGINAL_MAX_WIDTH );
This is what I’ve done to fix the problem on my install of WP 3.0 and BuddyPress 1.2.3, your mileage may vary.
May 2, 2010 at 12:35 am #76315In reply to: group types
agrundner
Member@firetag I’m interested in seeing how you did it. How are you planning to filter the group types for browsing on your site?
May 2, 2010 at 12:30 am #76314In reply to: Profile field setup for groups?
agrundner
MemberI’m interested in doing this as well. Would love to be able to add additional fields to a Group Profile besides the default “Group Name,” “Group Description”. A tool like the Dashboard > BuddyPress> Profile Field Setup would be awesome. I’m guessing the only solution would be to edit the current group admin form that handles this and the group template page.
May 2, 2010 at 12:30 am #76313Erlend
ParticipantMy ‘social network’ in a nutshell: Give us the tools and we make the content.
May 1, 2010 at 11:09 pm #76312In reply to: New Accounts
Bond James
ParticipantI´m having troubles with the “create an account” feature in BuddyPress I just installed. When trying to create an test account, I logged out as administrator, then I click on “create an account”, entered the information till the “Sign Up Complete” appears. Although, I don´t receive any notification mail, and when entering to the administration panel I don´t find any new user. Pls your help!
May 1, 2010 at 11:02 pm #76310In reply to: Teach Brendan How to Drive Buddypress!
r-a-y
KeymasterWPMU is only needed if you want individual user blogs à la wordpress.com.
If you don’t need this functionality, get standard WP.
-
AuthorSearch Results