Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 73,826 through 73,850 (of 73,981 total)
  • Author
    Search Results
  • #33609
    Andy Peatling
    Keymaster

    Your best option by far is to use SVN. If you’re not using SVN then running the trunk is going to be a nightmare.

    If you can check out a copy using SVN then you can simply do a “svn up” on the BuddyPress files and they will update.

    #33607
    Andy Peatling
    Keymaster

    So where exactly are you now in the whole situation? Are groups working? If you upgraded from an earlier revision, make sure you log in as admin and visit wp-admin to upgrade the DB tables.

    Users wont show in BuddyPress until they have at least *some* profile information (unless you dont have bp-xprofile installed). Usually this means a first and last name.

    Only your own blogs show in my blogs, so if becky creates a blog, thats not going to show in your “my blogs” menu. Unless I am misunderstanding something. :)

    #33604
    Burt Adsit
    Participant

    On another note if I try to access mysite.org/members I get a little notification screen that tells me I need to put plugin-template.php and plugin-sidebar.php into my theme dir. I found these in the buddypress-home dir. Putting these in the appropriate theme folder gets rid of the error msg but doesn’t get me anything.

    All I get is a wp page with the permalink mysite.org/membership

    Once again, changing my permalink from mysite.org/membership to ‘registering-and-membership’ solves the prob. Now I get the member directory wonderfully sandwiched between my theme header and footer. However, it still says 404 in the FF tab and no actual members are listed. I get the abc’s, search box and a h2 Members title header. Nothing else. I’m gonna turn on the bp home theme and see what havoc I can cause with that.

    Is this a blown regex in wpmu .htaccess rewrite rules or bp hijacking behavior? I haven’t modded the .htaccess rewrite rules at all. It’s exactly what wpmu installs.

    Glad you showed up so early?

    #33603
    Andy Peatling
    Keymaster

    Please use the latest trunk version of BuddyPress.

    #33599
    Andy Peatling
    Keymaster

    First of all you’ll want to get set up with an installation of WPMU and make sure that is running correctly.

    It’s probably a good idea to head over to the WPMU forums where there are a lot of expect WPMU users (https://mu.wordpress.org/forums). They will be able to help you get started with MU.

    Once you have that up and running, come back here and we can guide you through installing BuddyPress on top.

    #33594
    Andy Peatling
    Keymaster

    I just downloaded a fresh copy of WPMU 2.6.3, the latest BuddyPress trunk and did a fresh subdirectory installation. It all worked fine, no missing function errors.

    Are you absolutely sure you have all the latest files and everything installed correctly via the readme? This includes the latest themes – you MUST update the themes too.

    #33592
    wwwmcasin
    Member

    I can tell that i have followed the instructions a 100 % .

    Are you sure there are no errors in the latest trunk version?

    I’ll download it and reinstall it. Lets see if that solves it ?

    #33588
    ron_r
    Member

    mu-plugins is the correct location.

    The information you have provided in your posts don’t have enough information in them to tell what is wrong. That’s why we have asked various questions.

    The short version would be that most likely you have not followed the install directions correctly. For example, the expected callback error means that a function call is being made to a function that hasn’t been defined. 99.9% of the time with a plugin that means one or more files are in the wrong place.

    #33586
    wwwmcasin
    Member

    mu-plugins@ ron

    is that causing the problems?

    #33578
    zenseeker
    Participant

    Thanks. I did post on the creator’s site as well. I’m sure it will probably take some tweaking for buddypress.

    #33577
    ron_r
    Member

    http://www.mcas.in: Did you put the files in the plugins directory or the mu-plugins directory?

    #33573
    Andy Peatling
    Keymaster

    Yes, BuddyPress is all plugins, you can start your WPMU installation then try it out later.

    #33569
    Andrea Rennick
    Participant

    It’s quite likely it just has issues with WPMU, not buddypress. Some plugins do not work well with it. I’d test it on a vaniall install of WPMU first.

    #33567
    gogoplata
    Participant

    TO resolve this all you should have to do is create a copy of your index.php file, rename it home.php, and upload it to your theme folder and it should work.

    I had the same issue when upgrading last night. I think BuddyPress requires there to be a home.php file and once you do what I outlined above everything should be normal.

    #33566
    Fantasmo
    Member

    Hi just one question:

    BuddyPress is a PLUGIN not a standalone application, is it?!

    That means I can set up a WordPress-Blog and LATER add the BuddyPress-Function?!

    Just asking because I have an idea for a great blog, and I am thinking about wether to wait for the official BuddyPress release or to already start my blog, and later add buddypress.

    #33565
    wwwmcasin
    Member

    yes @ apeatling . Some problem with the trunk version ?

    #33554
    wakuza
    Member

    thanx.

    #33552
    maxkiesler
    Member

    Hi sfinder,

    I was just looking into this myself and came up with a quick hack.

    Go to:

    bp-blogs-widgets.php

    line: 50

    Change:

    <div class="item-content"><?php echo bp_create_excerpt($post->post_content) ?></div>

    To:

    <div class="item-content"><?php echo $post->post_content ?></div>

    This will will show the full post with images, but will not limit the amount of text. You might want to create a function similar to bp_create_excerpt() if you want to limit the amount of text.

    Hope this helps.

    P.S. I’m new to buddypress and wpmu, so this solution may not be perfect.

    #33549
    Phlux0r
    Participant

    I’m sure people will be writing plugins to extend the default Buddypress functionality once it’s released. I think Andy is making sure that it will be easy to write new plugins. It will be just a matter of time…

    #33548
    Phlux0r
    Participant

    Andy posted here asking for help with fixing the IE6/7 problems with the Buddypress themes.

    #33547
    Jake Spurlock
    Participant

    TestBP is using the new home theme that is part of the BuddyPress install. The items, account, groups, etc, are all widgets that you can place wherever you need them.

    #33545
    Andy Peatling
    Keymaster

    You can turn off blog registration as an option in WPMU. Then it’s as simple as not installing bp-blogs.

    #33544
    Andy Peatling
    Keymaster

    http://www.mcas.in: are you using the trunk version of BuddyPress?

    #33543
    wwwmcasin
    Member

    my mistake was that i uploaded all files in plugin directory .. i forgot to put the theme in the themes directory.. once you do that, the current theme of buddypress shows up..

    regardless, even after that there are bugs like https://buddypress.org/forums/topic.php?id=141 and https://buddypress.org/forums/topic.php?id=97 which need to be sorted out

    #33542
    raidar
    Member

    Hi, i have the same problem and i really cant figure it out…what do i need to edit?

Viewing 25 results - 73,826 through 73,850 (of 73,981 total)
Skip to toolbar