Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 52,351 through 52,375 (of 69,016 total)
  • Author
    Search Results
  • abcde666
    Participant

    this Plugin looks like a great improvement to the current page-navigation.
    I do have around 2000 Groups and the navigation through the pages is quite difficult with the paging as we have at BP-Standard……

    Not sure this plugin works with BP, but I would suggest @andy to improve on this.

    #78567

    In reply to: Bug on Buddypress.org

    bradpalmore
    Participant

    Experiencing the same bug from here.

    #78566

    In reply to: Bug on Buddypress.org

    paulhastings0
    Participant

    Well now they’re all showing the “Support: How-To and Troubleshooting (Support Group)” content. The WP-FB-AutoConnect plugin is the most recently updated plugin and it’s not experiencing this problem but the other 3 still are.

    #78565
    Frank & Stein
    Participant

    Thank you for all the help.
    @marcime – the plugin you talk about is for WPMU, but i’m using WP. Doesn’t work…

    Any suggestion regarding question 3?

    zlamczyk
    Participant

    My theme does not have a groups directory – so no home.php there. There is a home.php here:
    root/wp-content/plugins/buddypress/bp-themes/bp-default/single/
    Is it possible that my theme simply inherits this file?

    #78556
    r-a-y
    Keymaster

    If you’re using a child theme, simply edit header.php and modify the wp_list_pages() line with:

    wp_list_pages( 'exclude=14' );

    r-a-y
    Keymaster

    You could try disabling a few BP components from the WP admin area. Login to the WP dashboard and navigate to “BuddyPress > Component setup”. Disable features that you will not need.

    The alternative is you could perhaps use a different WP social networking plugin like Mingle… that might use less memory.
    Probably not what you wanted to hear!

    #78548
    shaisimchi
    Participant

    @hnla your code is truncated too…

    #78547
    shaisimchi
    Participant

    shaisimchi @gmail.com

    #78541
    techguy
    Participant
    #78539
    graphility
    Participant

    Hello again,

    First off, I’m a total noob to buddypress development, but better at regular wordpress development. So, here’s how I proceded:

    1- in functions.php, I added two widgets, like this:
    register_sidebars( 1,
    array(
    ‘name’ => ‘showcaseImage’,
    ‘before_widget’ => ‘

    ‘,
    ‘after_widget’ => ‘

    ‘,
    ‘before_title’ => ‘

    ‘,
    ‘after_title’ => ‘


    )
    );

    register_sidebars( 1,
    array(
    ‘name’ => ‘showcaseCaption’,
    ‘before_widget’ => ‘

    ‘,
    ‘after_widget’ => ‘

    ‘,
    ‘before_title’ => ‘

    ‘,
    ‘after_title’ => ‘


    )
    );

    2- I copy/pasted page.php and modified like this (removed loop and sidebar call):

    <?php
    /* Template Name: Showcase */
    get_header();
    ?>

    3- in _inc/css/default.css, I added this custom code:

    #showcaseImage{text-align:center; width:720px; height:300px; overflow:hidden; margin:0 5px 0 0; border:1px solid #fff; float:left;}
    #showcaseCaption{width:200px; height:300px; overflow:hidden; border:1px solid #fff; padding:0 18px 0 13px; float:left;}

    4- in settings, I replaced the homepage by this static one.

    That’s the whole hack, I guess. By removing the default css id’s and classes from page.php, and replacing them with my own, I place the widgets wherever I wish. Maybe there’s a better way? Not knowing enough about buddypress, your technique seems complex to me :)

    Next step (for you and me): add some sweet jQuery and make this a slideshow :)

    Additional next step for me: document this in a tutorial, I’m pretty sure it will come up handy for many.

    ~ hiddenson

    #78536
    shaisimchi
    Participant

    Sure – Is this the default home page of buddypress or is it a totally custom page?
    if so – how do you ‘tell’ the widget where to be placed or create the place holder for it within the page?

    Thanks,

    Shai

    #78533
    Psyber
    Participant

    I have had this issue as well and I am running WP MU 2.9.2 w/ BP 1.2.3. This also occurred in previous releases of BuddyPress.

    #78532
    Billy
    Participant

    Hi, I’ve just created my first installation of buddypress and I’m having the same issue. Activation email hasn’t been received for 3 accounts I’ve set up with 3 different email addresses.

    any ideas? thanks!

    Billy

    Psyber
    Participant

    @pandragon, did you have success with fixing the crop avatar issue?

    #78525
    Tom Longmate
    Participant

    @chembro303 – I have the same issue, did you manage to find the form screen anywhere in regular WordPress?

    Ozcar
    Participant

    I’m sure there are, i was in a hurry and i really didn’t want this tread to be a discussion about how much memory is “alot” or not.

    Anyway, i checked dedicated server thing and that would mean that my server hosting costs will increase at least x12! :/ that’s not optimal for me eighter. But i’ll look further for other solutions, thanks!

    #78518
    Boone Gorges
    Keymaster

    @stef78 If the activity items already exist, you can try something like the following: http://pastebin.com/baERuzVQ

    Obviously there are some holes to be filled in, but the comments should lead you in the right direction.

    This is not, by the way, a very efficient way to handle it, as switch_to_blog() is a bit of a resource hog. It’d be better to keep those activity items from being written in the first place. Look in bp-blogs.php to see how the bp_blogs_record_post() function works. I suggest that you hook to save_post (like bp_blogs_record_post() is) witha lower priority, do your category check, and then unhook bp_blogs_record_post from save_post if the post is in the returned category.

    #78517

    Thanks paulhastings0. I followed your instruction and tried “activate site wide” and it also said, “Plugin could not be activated because it triggered a fatal error.” Odd that “BuddyPress” does appear in the left sidebar of the Dashboard underneath “Site Admin” yet WPMU is showing the plugin as inactive. I’m thinking that the person who installed WPMU+BuddyPress did not install it in the standard way (i.e.: copied files/database from their template directory). I did a fresh install of WPMU+BuddyPress by myself on my test domain and it worked fine. So now that I see how it’s supposed to work, I’m going to flush everything and do a fresh install by myself. Thanks again.

    #78512
    Stef
    Participant
    Hugo Ashmore
    Participant

    There are better ways of expressing the sentiments in your last post :) read it back to yourself. :)

    BP and WPMU are not apps I would consider running on what I presume is shared hosting, in fact if I had a shared hosting account trotting along nicely and I found out that the host was allowing people to run sites built on BP I would be off like a shot rather than hang around waiting for the inevitable server loads to become intolerable. I agree 64MB is a lot of script memory for php to need but the fact that WP might run in 32MB is neither here nor there BP is a much more intensive app, more than simply a plugin extension or WP. HAving said all that I maintain my own linux VDS for testing various work and sites on and that has the script memory limit set to 32MB and is happily running a full installation of WPMU + BP and a few plugins, it isn’t a active site though and it’s a dedicated server not shared hosting with many accounts consuming resources which I would guess is why you are immediately running into issues.

    BP is best run on a dedicated server or virtual dedicated, that sadly is about all that can be said n the matter, perhaps not ideal from your point of view, but why not change to a VDS? they can be found for a good monthly price.

    #78505

    In reply to: Admin Bar missing!!!

    nessradio
    Participant

    I’ve seen this post (http://www.digitalthom.com/2010/04/29/buddypress-and-the-missing-admin-bar-solved/) talking about the problem but I don’t really understand where to place the code snippet:

    ?php function custom_footer() { ?>
    div id=”custom_footer” class=”accentBorders”>Copyright © 2010 All Rights Reserved.
    ?php wp_footer(); } ?>

    Help!

    Ozcar
    Participant

    How will these answers help me? Ok. You got an opinion on how much memory is too much or not, but it’s not the issue here.

    I use WP with lots of plugins and a PhpBB forum and a couple flashbanners and stuff on that site, everything runs pretty smoothly and my site is quite fast…

    Yeah, ofcourse I’d prefer more memory, it wouldn’t hurt! But the problem is not that I have the memory but I think it’s too much so I don’t want to install buddypress, it’s my server host who won’t increase it. That’s the limit, no matter how much I complain.
    I’m not saying that pressbuddy is no good eighter, once I discovered it I realized that I HAVE TO HAVE IT on my site, this is exactly what I’ve been looking for! But as it is I can’t istall it and it hurts.
    So I checked around a little and noticed that not too many hosts offer 64mb eighter… and all I’m saying is if wordpress runs smoothly on 32mb, possibly buddypress too…

    And I’m not looking for tips on “where to find a better server host who offer 64mb memory”, i’m looking for a way around this problem without having to move to another server host, thank you.

    #78502
    José M. Villar
    Participant

    WP-FB-Autoconnect has been updated BTW

    #78499

    In reply to: New to buddypress

    Aditya Singh
    Participant

    anyone??? guys..help me out here…

Viewing 25 results - 52,351 through 52,375 (of 69,016 total)
Skip to toolbar