Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 25 replies - 6,126 through 6,150 (of 6,157 total)
  • This is a WPMU question so you need to look at their forums to see if this is possible.

    Possibly the accidental upgrade press screwed up at least part of your Db – there’s a few missing column errors in the bit you posted.

    Look in your database. I’ve only spent 5 seconds looking at this, but for starters, I see in wp_1_options a row with the option_name of siteurl

    Are you closing </li>?

    What are you seeing in your error log?

    If this works like it sounds like it should be integrated into the core code.

    Sorry to continue in a seperate post but:

    This could be argued that it is something a blog theme would have to implement. We have to remember that BP is a set of plugins and conceptually we wouldn’t want anything in WPMU to break if BP was removed (or trash left behind). Unless Andy could enlighten us, I’m not sure why BP couldn’t use the user identifer from WPMU. Any extra fields I think should have to be stored in BP tables, as-is atm.

    We should put this suggestion into a trac ticket.

    Certainly I agree that there needs to be a way to link back to the BP Profile of a user from their blog areas

    The only thing you can’t change safely is some of the subject lines of the emails. If that’s not 100% essential to the launch of your site, I would suggest waiting for the next release of WPMU – or just running a copy from trunk.

    However if you follow the link above you should be able to find out what file you need to change.

    FYI https://trac.mu.wordpress.org/ticket/894#comment:3 has added a hook so we can customise the subject line of the email sent to new users (accounts) after activation.

    When are you releasing this? I need to learn how to integrate TinyMCE into other text boxes.

    MartinNr5.

    Clear your cookies, then after logging in both places, view your cookies in like Firefox. I am assuming that they should be named something like wordpress_ and wordpress_f5433ed3c296d4543 (where the letters after the underscore is a hash).

    In both your wordpress and bbpress config files, add the following:

    define('COOKIE_DOMAIN', '.example.org');
    define('COOKIEPATH', '/');
    define('COOKIEHASH', 'f5433ed3c296d4543');

    Log out, clear cookies, and it should work.

    It’s working fine now as expected Andy. Thanks.

    The account I am testing with has logged in more than once, and I have more than one bit of info filled out. I’ve tested against several users.

    The values aren’t saved when I create the fields – I’ve gone back into ‘Edit’ the admin panel to check. I’ve confirmed this by also going into the user / edit profile screen. In the example of the select box, I only see an empty select box.

    WPMU 2.7 and Buddypress I am running from svn

    @sgrunt – I’m not sure that’s quite right, as my search can’t find any users – active or not.

    Exactly the same when I test using the search box (top left of the home theme). The problem is that there’s no code written to handle it yet – all the existing code does is to call the bp_search_form_action action which isn’t implemented anywhere.

    Sam

    You need a SVN client to do svn co https://svn.buddypress.org/trunk. Then in future you can run svn update to update to the latest “trunk” copy. It’s a bit hard to go further into specifics as I don’t know what Operating System you use, but have a google around if you get stuck.`

    Were you using the same version of WordPress MU when you were testing with Beta 1?

    FYI security bug in the above: see below for the change.

    function default_friend_options() {

    if(isset($_POST)) {

    check_admin_referer('bp-default-friend');

    $default_friend_id = $_POST;

    update_option( 'bp-default-friend-id', $default_friend_id );

    echo "<div id="message" class="updated fade">Options updated.</div>";

    }

    If you had spent a minute looking, you’d have found it yourself. It’s in the /mu-plugins/bp-blogs/ folder.

    I’ve renamed my admin account to get around this. However, i’d like to get a way of hiding the bbpress forum user account for the user listing on the home page. Andy could we get a filter added in for this?

    Buddypress is not unusable software. I suggest being a bit more polite if you come looking for help, especially to the official Buddypress forums.

    It’s because you’re trying to shoehorn a PHP script into your theme. Either one of the PHP variables you use in the snippet in bold is used elsewhere by Buddypress – thus getting weird conflicts – or it’s to do with one of your mysql_ function calls, possibly mysql_select_db().

    KevinRyman: please email me. I’m only asking because I haven’t got anywhere ready to upload a file yet. Thanks.

Viewing 25 replies - 6,126 through 6,150 (of 6,157 total)
Skip to toolbar