Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 94,326 through 94,350 (of 94,539 total)
  • Author
    Search Results
  • #2378
    Trent Adams
    Participant

    I was looking at other people’s solutions for making a buddypress community member only and really came to one conclusion. It will be best served when the components are added :) That being said, I was looking at the seriously easy hacks due to the high volume of SVN updates being made. The simple one I was looking at was doing the following in /buddypress-member/header.php right at the top of the file :

    <?php if(!is_user_logged_in()){

    nocache_headers();
    header("HTTP/1.1 302 Moved Temporarily");
    header('Location: ' . get_settings('siteurl') . '/wp-login.php?redirect_to=' . urlencode($_SERVER['REQUEST_URI']));
    header("Status: 302 Moved Temporarily");
    exit();

    } ?>

    Just putting that at the top of the file would redirect any request to buddypress-member theme back to the login page if not logged in. While there are most likely better ways to do this, I was looking for a simple one copy and paste type edit when things change.

    My questions about this are:

    1) Is there a more efficient way to do this without multiple hacks to multiple files?

    2) If this is a good way, is there an easy method to add the text “You must login to view member profiles” to the login that I am redirecting to as well as a link to the wp-signup.php page?

    Trent

    #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.

    #2376
    sobject
    Member

    Hi all

    I’m looking at using the extended profile plugin. With Buddypress do you have to then access everything through the frontend?

    I have seen earlier images and they shopw that the profile etc can still be accessed from WordPress’ backend, but i just installed the latest build of buddypress and it doesn’t seem to let me access anything from the backend.

    Could someone shed some light on this for me?

    #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.

    #2375
    Famous
    Participant

    I use a different homepage than buddypress and I no longer see my articles after trunk 491.

    I get this instead of my articles:

    Not Found

    Apologies, but we were unable to find what you were looking for. Perhaps searching will help.

    #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 ?

    #2374
    #2373

    Topic: utf?

    in forum Miscellaneous
    eviktoras
    Member

    Why buddypress do not support utf-8? :)

    #2370
    wakuza
    Member

    I’m using buddypress-home for my wordpress mu, I write new page with this domain http://domain/about/ but when i tried to access that link I always redirect to buddypress homepage. Help please?

    #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.

    #2369
    Simon
    Participant

    I’ve just updated to trunck version r473 (from trac download) and I’m get the following error on all pages, both front-end and admin…

    Parse error: syntax error, unexpected ‘}’ in C:wampwwwwp-contentmu-pluginsbp-coredirectoriesbp-core-directory-members.php on line 95

    Any idea why this might be happening? I’m running WordPress MU 2.6.3 under Apache 2.2.8 on Windows Vista (dev setup only)… everything else on MU is fine until I update the BuddyPress plugins to this latest trunk build (previously running tagged versions of BP from 26th October with no problems).

    I’d appreciate any light anybody can shed on this and how I can address it.

    #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

    #2368
    Scary
    Member

    Hey guys,

    I really like the idea of turning wordpress (mu) into a social network. But I just want that “social-network”-functions and I don’t want every user to have a blog. I know that this is kinda the main idea of buddypress.

    So, my question is: Is it possible to deactivate this blog function or to.. “delete” that, so that my wordpress mu would just be a social netowrk without blogs? :)

    If not, do you have any other ideas how to do that?

    Thank you very much.

Viewing 25 results - 94,326 through 94,350 (of 94,539 total)
Skip to toolbar