Search Results for 'buddypress'
-
AuthorSearch Results
-
July 20, 2009 at 4:04 pm #49650
In reply to: 1 email address, mutiple accounts?
John James Jacoby
KeymasterAs of WPMU 2.8.1 this will work, but with 2.7.1 if you changed an email address, it didn’t get changed in wp_signups, so even if you changed the email address, you still could not reuse the original one you used to sign up. Be careful right now using 2.8.1 as there are several ways that it’s not playing friendly with BuddyPress.
A user-switching plugin is probably the easiest and safest bet, in my opinion.
July 20, 2009 at 2:33 pm #49642José M. Villar
ParticipantGlad U got it fixed !!
July 20, 2009 at 2:23 pm #49637In reply to: Forum Integration…
John James Jacoby
KeymasterWPMU 2.8.1 and BuddyPress 1.0.3 have a few issues at the moment. Would be best to use WPMU 2.7.1, or wait until 1.0.4 is released.
If you need to use 2.8.1, then as much as I usually never like to say so, you might be better off using the latest trunk version. I’ve been running it for a few days now fully integrated with no issues that are obvious or apparent.
My recommending to use the trunk always comes with the assortment of warnings that it might be broken in some places or unfinished in others, so be careful of that too. Trunk versions aren’t really meant for public use, but it seems everyone is becoming more comfortable doing it recently.
Also, for group forums to work, your hosting package must allow for XMLRPC, as well as having them both turned on in each *press platform. More than likely something is out of alignment somewhere and even though you swear it’s not, it really is.
July 20, 2009 at 2:03 pm #49636In reply to: Forum Integration…
José M. Villar
ParticipantTo begin with, I would start by following these tutorials:
https://buddypress.org/forums/topic/bp-103-and-bbpress-which-version-plugins-cookies
http://theeasybutton.com/blog/2009/07/17/integrating-buddypress-wordpress-mu-and-bbpress/
BTW, regarding user mapping, the only setting I changed was WP Admin one, mapped to bbPress Key Master. The other four settings remain untouched.
July 20, 2009 at 1:36 pm #49635In reply to: Forum Integration…
thebloghouse
ParticipantI am still on 2.71 and 1.01 so can’t help directly with version issues but have you definitely put the correct details in the Forums Setup within the BuddyPress dashboard area?
July 20, 2009 at 1:13 pm #49633In reply to: Blog Page 2 Error
Tmort
ParticipantNew development. The Buddypress.org/blog/page/2/ URL no longer directs you to an error page, but instead gives you the same list of posts as on the first page.
Also, a solution was posted in the bug tracker: https://trac.buddypress.org/attachment/ticket/854/page_2.2.patch but it did not work for me. I’m not sure if its my own stupidity in not realizing where to put it (bp-core/bp-core-catchuri.php?) but it didn’t change anything on my site. I’m still getting the “Sorry, No posts match your criteria”.
In short: HELP!
July 20, 2009 at 12:55 pm #49631In reply to: BuddyPress Showoff: Post your links
thebloghouse
ParticipantJust launched a new BuddyPress based site for a client who was running a normal WordPress based site before hand:
The site has been set up as a music community site for people who use the music service Spotify and want to do more than ‘just’ submitting their playlists.
Lots of issues and things we have learnt about BuddyPress, WordPress MU etc during the delelopment and hopefully now the site is launched we might have more time to get involved answering questions on these forums rather than asking them
July 20, 2009 at 12:40 pm #49629In reply to: Install Errors with newest versions of mu/bp
3572699
InactiveWait wait, I got it – sorry. I reinstalled buddypress and that did the trick. Thanks!
July 20, 2009 at 12:30 pm #49627In reply to: Plugin: BP Blog Author Link
plrk
ParticipantNote that the default home theme for buddypress already links to the member profile. If you are using another theme – awesome!
July 20, 2009 at 8:36 am #49623In reply to: Dashboard ?
r-a-y
KeymasterHi cozzie,
As Andy has stated above, the Dashboard is just a few BP loops on one page (with exception to the bbPress favorites section!).
Read up on BP loops here:
https://codex.buddypress.org/developer-docs/custom-buddypress-loops/
I actually started building my own dashboard-like page for members (kind of mirroring BP’s) and I really dig the BP loops, especially the documentation – that really helped.
July 20, 2009 at 2:12 am #49620seangelica
ParticipantThat worked! Thanks again
July 20, 2009 at 1:49 am #49619In reply to: Private Network
peterverkooijen
ParticipantThere have been several threads about this, including some useful code, but also lots of loose ends and confusion:
Securing components from non logged in users
Make access members/groups sections members-only
Plugin to show components to registered Users only
Apparently a “full-featured privacy (authorization) component for BuddyPress” is in the works for a future release.
July 20, 2009 at 1:09 am #49618In reply to: FEATURES REQUEST Classifieds (Plugin)
grosbouff
ParticipantI dont’t know which features I’ll eventually add…
As said above, I’m not a professional coder and it is a challenge for me to finish this as it is

But it’s true, it’s a good idea. I’ll see later.
No widgets planned for the moment (only maybe things like last/random classifieds) and plan to make it different from the others as it is completely build on BuddyPress, with its code & features (notifications, member screens vs site screens, etc).
It will not be a WPMU plugin but a BuddyPress component…
July 19, 2009 at 8:54 pm #49613seangelica
Participantboy you guys sure are rough on a noob… ofcourse I meant 1.0.3, it was late…

Thanks Mariusooms. I will give it a try. I thought it had something to do with my server, but was not sure where.
Thanks
July 19, 2009 at 8:04 pm #49612Mariusooms
Participant…but it was when 2.8.2 just came out and no BP 3.0.1 release?
He means BP 1.0.3 I would imagine. That error has to do with your memory limit in your php.ini. Try adjusting it to 96M.
July 19, 2009 at 7:56 pm #49610In reply to: Change Avatar Sizes/ Presets for Avatar Cropping
Mariusooms
ParticipantTake a look at the first few lines of file bp-core-avatars.php in the plugins/buddypress/bp-core directory.
/* Define settings for avatars. [TODO] This will eventually end up as admin configurable settings */
define( 'CORE_AVATAR_V1_W', apply_filters( 'bp_core_avatar_v1_w', 50 ) );
define( 'CORE_AVATAR_V1_H', apply_filters( 'bp_core_avatar_v1_h', 50 ) );
define( 'CORE_AVATAR_V2_W', apply_filters( 'bp_core_avatar_v2_w', 150 ) );
define( 'CORE_AVATAR_V2_H', apply_filters( 'bp_core_avatar_v2_h', 150 ) );Currently they are not admin configurable yet, so keep not of the changes you make.
July 19, 2009 at 6:50 pm #49609In reply to: Plugin could not be activated… WP 2.8.1
Jeff Sayre
ParticipantDid you try moving the themes to their proper locations and then try reactivating?
This can happen to some people when they do not have the themes moved out from under the /buddypress/ directory. It happens to me each time I upgrade BP and do not move the themes. For most people, however, this does not cause any issues.
July 19, 2009 at 6:03 pm #49608José M. Villar
ParticipantHey, is BP version 3 out ?
July 19, 2009 at 3:50 pm #49603In reply to: Settings Page Template File – Please?!
Alex
ParticipantThe only change I’m actually going to propose is this:
function bp_core_screen_general_settings_content() {
global $bp, $current_user, $bp_settings_updated, $pass_error; ?>
<?php if ( $bp_settings_updated && !$pass_error ) { ?>
<div id="message" class="updated fade">
<p><?php _e( 'Changes Saved.', 'buddypress' ) ?></p>
</div>
<?php } ?>
<?php if ( $pass_error && !$bp_settings_updated ) { ?>
<div id="message" class="error fade">
<p><?php _e( 'Your passwords did not match', 'buddypress' ) ?></p>
</div>
<?php } ?>
<form action="<?php echo $bp->loggedin_user->domain . 'settings/general' ?>" method="post" id="settings-form">
<p>
<ul>
<li><label for="email" class="settings-label"><?php _e( 'Account Email', 'buddypress' ) ?></label> <input type="text" name="email" id="email" value="<?php echo attribute_escape( $current_user->user_email ); ?>" class="settings-input" /></li>
<li><label for="pass1" class="settings-label"><?php _e( 'Change Password <span>(leave blank for no change)</span>', 'buddypress' ) ?></label> <input type="password" name="pass1" id="pass1" size="16" value="" class="settings-input small" /></li>
<li><label for="pass2" class="settings-label"><?php _e( 'Repeat Password <span>(leave blank for no change)</span>', 'buddypress' ) ?></label> <input type="password" name="pass2" id="pass2" size="16" value="" class="settings-input small" /></li>
</ul>
</p>
<p class="submit"><input type="submit" name="submit" value="<?php _e( 'Save Changes', 'buddypress' ) ?>" id="submit" class="auto"/></p>
<?php wp_nonce_field('bp_settings_general') ?>
</form>
<?php
}If I can’t get this in core, how can I make sure these HTML changes persist after upgrades? Can I make a small plugin to do this?! I’m a real PHP n00b…
July 19, 2009 at 2:55 pm #49600In reply to: Permalinks not working with Buddypress
Jeff Sayre
ParticipantRead this (especially the section on %category%): https://codex.wordpress.org/Using_Permalinks#Using_only_.25postname.25
July 19, 2009 at 2:53 pm #49599In reply to: Hiding certain widgets?
Jeff Sayre
ParticipantWell, you could either delete them from BuddyPress core (not a good idea), or unregister them in your theme’s functions.php file.
https://codex.wordpress.org/WordPress_Widgets_Api/unregister_sidebar_widget
July 19, 2009 at 2:46 pm #49597In reply to: BP specific conditional tags
Jeff Sayre
ParticipantLisa-
The BuddyPress codex is in its infancy. But, there are a few gems you can glean.
https://codex.buddypress.org/developer-docs/custom-buddypress-loops/
Also, look in each of the component folders of the core BP files for a bp-xxx-templatetags.php file. You will find tags that you can directly use within your theme templates.
July 19, 2009 at 2:37 pm #49595In reply to: Where can I get the theme used on buddypress.org?
July 19, 2009 at 2:24 pm #49594In reply to: up date of bp was a fail
Jeff Sayre
ParticipantDo not install WPMU using SimpleScripts. Instead, you should manually install WPMU.
https://buddypress.org/forums/topic/404-error-in-front-page-please-help#post-16777
July 19, 2009 at 2:20 pm #49592In reply to: Unable to log in
-
AuthorSearch Results