Search Results for 'buddypress'
-
AuthorSearch Results
-
February 18, 2010 at 2:36 pm #63953
In reply to: BuddyPress-Links 0.3-RC is out
jamesjones
ParticipantSweet – good to hear. Another terribly minor issue is when in wp-admin area under buddypress links the css isn’t pulling through on the links. But like i said minor look and feel issue.
Seriously awesome plugin
February 18, 2010 at 2:31 pm #63952In reply to: Use Forums without Groups?
Cyndy Otty
Participant@nexia – Wouldn’t that also eliminate anyone NOT in the specific group from being able to use the forum though?
@ashfame – I don’t think there is an option in BP. Searching I found this topic regarding a plugin, but it looks like it’s only partially effective as some people were posting that it was not allowing any group creation.
February 18, 2010 at 2:27 pm #63951In reply to: Lots of new features (Direction / Guidance)
Ashish Kumar (Ashfame)
Participant#1 Moderation SuiteIt is on hold
#3 Invite Friends pluginIt is on. I tried contacting the plugin author but unfortunately he is running busy and I need to fix it. Help me fix it here – https://buddypress.org/forums/topic/help-me-fix-invite-friends-plugin
#6 Multiple Unique IdentifierI am still waiting for some help on this one
All others are doneFebruary 18, 2010 at 2:27 pm #63950In reply to: BuddyPress-Links 0.3-RC is out
MrMaz
ParticipantI fixed this bug earlier this morning, and it will work in the final version. Thanks for the heads up.
February 18, 2010 at 2:16 pm #63948In reply to: BuddyPress.org Website Design
roydeanjr
ParticipantCurious, do you still like the default theme now that 1.2 is out?
February 18, 2010 at 2:09 pm #63946In reply to: Embed images on Buddypress Forums?
xfreme
Participanthttps://bbpress.org/plugins/topic/allow-images/ this one?
how could I use this plugin with one-click installed bbpress ?
February 18, 2010 at 2:03 pm #63945In reply to: BuddyPress-Links 0.3-RC is out
jamesjones
ParticipantHi
Still loving this plugin ! I am not sure nor recall how it works but on rc3 and WP 2.9.2 Single install – when i vote a link up or down for that matter the icons disappear and i have to refresh the page to see the vote added to the total – this is when viewing the links actual page and not the link directory.
Anyways just a heads up. Otherwise it appears to be rolling well.
February 18, 2010 at 1:27 pm #63941In reply to: buddypress + p2 theme
Scotm
ParticipantI’ve tried P2 with the new Buddypress theme extension pack. Follow the how-to that Andy posted and you’ll see that it does work with Buddypress. Will require some styling though…
February 18, 2010 at 1:27 pm #63940In reply to: Use Forums without Groups?
Cyndy Otty
ParticipantDiscussed in this thread. You’ll have to install bbPress separately and integrate it with WordPress.
February 18, 2010 at 1:26 pm #63939In reply to: Use Forums without Groups?
Ashish Kumar (Ashfame)
ParticipantHow about making a single group and then keep everything here. Silly workaround, i know.
There must be some way of using it without the group.
BTW why do you wanna use BuddyPress if you don’t want to use any of its feature. bbPress might be a better choice. Would like to hear from your side.
February 18, 2010 at 1:13 pm #63936In reply to: adding content to the 1.2 default theme homepage
Tammie Lister
Member@pressography and @andremartin: Is that working for you to call directly the BP_HOME_BLOG_SLUG in your navigation for instance:
<li<?php if ( bp_is_page( BP_HOME_BLOG_SLUG ) ) : ?> class="selected"<?php endif; ?>><a>/<?php echo BP_HOME_BLOG_SLUG ?>" title="<?php _e( 'Blog', 'buddypress' ) ?>"><?php _e( 'Blog', 'buddypress' ) ?></a>As that isn’t for me, yes I can have the home page and a switch to choose what you show on the front page but I can’t call it directly in the old manner or even with a direct blog/ by using defines in the function. There is no define in the core for BP_HOME_BLOG_SLUG anymore so that was my thinking to define it. I’m trying to get just like before a direct call to the main blog under the navigation if that isn’t the front page for reference of what I’m trying. I’m also trying to not have too much nasty code in functions.php so if you got it working this would be far more preferable.
I just get it linking or trying to link to a page and coming up with page not found even with a define and opting with a blog/ call – this is on the full release version of 1.2.
February 18, 2010 at 12:49 pm #63933In reply to: buddypress + p2 theme
symm2112
ParticipantPeter,
in the FAQ of posthaste, you can disable the automatic placement in the loop and manually put the code to place it in your theme. That worked great for me. I put the code just inside the content container on my blog template for my sub blogs and it worked beautifully. When I get to work, I’ll send you the code I used if you’re interested.
February 18, 2010 at 12:04 pm #63927Apposl
ParticipantI am not even sure that BuddyPress could be used with my site and keep the feel and theme of my site! If it seems unreasonable, please let me know!
February 18, 2010 at 11:10 am #63924In reply to: Custom buddypress loop isn't working
lhnz
Participant<?php bp_has_activities(‘per_page=25’);
while ( bp_activities() ) : bp_the_activity(); ?>
<div><?php bp_activity_content() ?></div>
<?php endwhile; ?>
This worked. Frankly the lack of documentation and my lack of time is making this a nightmare to code…
February 18, 2010 at 10:47 am #63921Kunal17
ParticipantI tried looking here
https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-activity-stream-loop/
but there does not seem to be anything that will solve my problem. Can anybody point me to the write place in the files to remove registrations from activity feeds?
February 18, 2010 at 10:02 am #63920In reply to: buddypress + p2 theme
peterverkooijen
ParticipantJust tried Posthaste. It adds a P2-derived post form at the top of every loop – and I mean literally every loop in the site, including member loops and group loops. And it doesn’t seem to work either.
Has anyone else tried P2 within Buddypress by now, in particular on member blogs and group blogs? I’m working on it, but got stuck…
February 18, 2010 at 8:20 am #63910In reply to: Lots of new features (Direction / Guidance)
Ashish Kumar (Ashfame)
Participantboth wiki and notifications are plugins
and testbp.org only runs the default setup of BuddyPress
February 18, 2010 at 7:34 am #63906In reply to: Blank page after install Buddypress 1.1.2
5792417
InactiveI also just had the white page and segmentation fault 11 error after installing WP 2.9.2 and then BP 1.2, on MAMP (which was already running WP and WPMU fine).
Fixed it by upgrading MAMP to the latest, then all was well. Guess BP is fussy on versions. Hope this works for you too!
February 18, 2010 at 7:17 am #63905John James Jacoby
Keymasterhttps://trac.buddypress.org/browser/trunk/bp-core/bp-core-activation.php#L79
There are two ways for this email to still get sent:
1.) Your active theme does not have either /register.php or /registration/register.php in it.
2.) You are an admin that has just added a user to your site.
If either of those things are true, the email will get sent out.
If you are hard pressed to make this issue go away, try adding this to your functions.php or bp-custom.php.
/* Unhook BuddyPress wpmu email blocker */
remove_filter( 'wpmu_welcome_user_notification', 'bp_core_disable_welcome_email' );
function block_wpmu_email() {
if ( is_admin() && $_GET['e'] )
return true;
return false;
}
/* Rehook custom function */
add_filter( 'wpmu_welcome_user_notification', 'block_wpmu_email' );The above routine doesn’t help us test this issue any, but it does stop the email from going through unless you add a user yourself.
February 18, 2010 at 6:40 am #63897In reply to: Facebook-Like-Chat Plugin for Buddypress?
Mike Pratt
Participant@Symm2112 I know but he gave the impression that he had not checked out his plugin in 1.2 and wanted everyone to put it thru it’s paces in the new version and tell him what to fix, which ought to be his responsibility as plugin author
February 18, 2010 at 5:32 am #63891In reply to: Default Activity Streams Are Backwards IMHO
@mercime
ParticipantHaven’t tried changing it yet, but I would start with adding some filters/changing parameters
https://codex.buddypress.org/developer-docs/custom-buddypress-loops/the-activity-stream-loop/
February 18, 2010 at 4:14 am #63883In reply to: Blogs can't be created once BP is installed
@mercime
Participanthttps://buddypress.org/forums/topic/when-asking-for-support
At the very least your WPMU version and BP version, VHOST=yes/no?
February 18, 2010 at 4:09 am #63882In reply to: Buddymatic Theme and BuddyPress
February 18, 2010 at 3:08 am #63878Mark
ParticipantThat additional code does not work for BP 1.2. Even with that code the plugin is not fully functional with BP 1.1.3 as new group members are not automatically added to the group blog until they are promoted to group mod or admin. Plugin author is working on an update for BP 1.2.
https://buddypress.org/forums/topic/bp-groupblog-error-call-to-undefined-function
February 18, 2010 at 2:51 am #63876peterverkooijen
ParticipantAdd this to the main plugin file bp-groupblog.php:
/*** Make sure BuddyPress is loaded ********************************/
if ( !function_exists( 'bp_core_install' ) ) {
require_once( ABSPATH . '/wp-admin/includes/plugin.php' );
if ( is_plugin_active( 'buddypress/bp-loader.php' ) )
require_once ( WP_PLUGIN_DIR . '/buddypress/bp-loader.php' );
else {
return;
}
}
/*******************************************************************/Working on Group Blog here…
-
AuthorSearch Results