Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 64,701 through 64,725 (of 69,039 total)
  • Author
    Search Results
  • #46624

    In reply to: buddypress + p2 theme

    Paul Wong-Gibbs
    Keymaster

    It’s Automattic’s theme, and they use it on http://wpdevel.wordpress.com/

    #46618
    deanes02
    Participant

    Thanks – your answer got me there. What happen was there was no group in the DB with an id=1 so therefore BP was looking for something that wasn’t there and new entries started from 2. Presumably the following SQL code (or something similar) should have been run by BuddyPress in the initial installation???

    INSERT INTO 'wp_bp_xprofile_groups' ( 'id' , 'name' , 'description' , 'can_delete' )
    VALUES (
    '1', 'Basic', '', '0'
    );

    Its all working now, Thanks!!!

    Jeff Sayre
    Participant
    #46613
    Greg
    Participant

    Just trying again for something that I’m sure has a simple answer.

    I’m not asking for help to troubleshoot the cookie integration – I really just want to know how to create a link to the WPMU logout page from bbPress.

    In fact, exactly like the BuddyPress.org forum. The link on the above right on this page calls the WPMU logout function, but is doing so from the bbPress template. Is this link manually assembled? I imagine not, because it includes the nonce value.

    I have searched for this info on this forum, the bbPress forum, the WPMU forum, and the Internet.

    #43360
    Trent Adams
    Participant

    This has now been tested with WPMU 2.7.1, bbPress 1.0 RC1 and Buddypress 1.0. At the time of this post it actually works with all SVN versions of the softwares, but working with releases is preferred.

    Thanks,

    Trent

    3052677
    Inactive

    There were no plugins activated.

    The message was: Fatal error: Cannot redeclare bp_activity_install() (previously declared in /home/public_html/wp-content/plugins/buddypress/bp-activity.php:28) in /home/public_html/wp-content/plugins/buddypress/bp-activity.php on line 102

    Now I get the “white screen of death” just by ftp-ing the buddypress folder into my plugins folder????

    #46610

    In reply to: buddypress + p2 theme

    abcde666
    Participant

    Hi DJPaul,

    I am interested in the P2 theme for BP as well.

    Could you please send me the URL of your website at which you are using the P2 with BP (in order to see how this works) ?

    Am willing to pay a couple beers as well if I am gonna be using it……

    #44550
    Jeff Sayre
    Participant

    Lynchmob-

    This thread has not had any activity in more than 3 months. Since then, the BuddyPress codebase has changed considerably, so the solutions presented here may be out of date.

    Please reads this: https://buddypress.org/forums/topic.php?id=2543

    #44553
    Jeff Sayre
    Participant

    jcoaster2008-

    This thread has not had any activity in more than 1 month. Since then, the BuddyPress codebase has changed considerably, so the solutions presented here may be out of date.

    https://buddypress.org/forums/topic.php?id=2543#post-13936

    #46603
    Scotm
    Participant

    @M Will they be released at the same time? Also, are we talking days, weeks, hours (lol)?

    #46600

    In reply to: buddypress + p2 theme

    Paul Wong-Gibbs
    Keymaster

    Thanks so much sir! :)

    #46599
    Mark
    Participant

    The BP Twitter is nearly done – just a bit more testing to do. Seems to work fine but there is a timeout condition that I want to catch and display differently. Like when pulling data from Twitter, their site is often too busy to answer in a reasonable timeframe (15 second or less) so I have to trap the timeout and handle it, which the plugins does – but I want to modify the handling before releasing the plugin.

    As for BP Chat, it’s progressing quickly. There is a new group chat feature that is basically working now, but it needs more work.

    Moominmama
    Participant

    OK, next action was to install firebug on my firefox. I think this is a javascript issue. I’m getting this error on problem pages:

    jQuery(“div#groups-list-options a”).livequery is not a function

    [Break on this error] function() {

    http://openadoptionsupport.com/wp-content/plugins/buddypress/bp-groups/js/widget-groups.js?ver=2.7.1

    I’m not sure where to go from here other than to keep googling that error. I can see other people have this w/buddypress but am not sure how to fix it. Anyone have some javascript insight?

    #46597
    Mark
    Participant

    @Budhajeewa Supun: It’ll be released as soon as it’s ready, which at this point it is not. We’re working the group chat feature – which is basically working but not done yet.

    #46596
    Roger Coathup
    Participant

    resolved (with the exception of friend requests).

    See https://buddypress.org/forums/topic.php?id=3001 for solution.

    #46595
    baraber
    Participant

    Hi Jeff,

    first of all thx for your soon reply. But this doesn´t work because it only shows the word search but not the button as the background: here is the full code of the search function again

    function bp_search_form() {

    $form = ‘

    <form action=”‘ . bp_search_form_action() . ‘” method=”post” id=”search-form”>

    <input type=”text” id=”search-terms” name=”search-terms” value=”” />

    ‘ . bp_search_form_type_select() . ‘

    <input type=”submit” name=”search-submit” id=”search-submit” value=”‘ . __( ‘Search’, ‘buddypress’ ) . ‘” />

    ‘ . wp_nonce_field( ‘bp_search_form’ ) . ‘

    </form>

    ‘;

    echo apply_filters( ‘bp_search_form’, $form );

    }

    do you have another idea ?

    thx in adv. best regards tony

    #46593

    In reply to: buddypress + p2 theme

    Windhamdavid
    Participant

    that should buy you three or so beers at a tavern, I forgot about the pounds/dollars conversion rate.. now if we could only get every other sucker in these forums that just hijacks free code, ask for free help and then complains when it doesn’t work… several of you guys (you know who you are) might have a decent beer fund going.. cheers!

    #46589
    Roger Coathup
    Participant

    @Burt: you were asking for BP_ROOT_BLOG id… how do I find that out?

    @Jeff: answers to your questions embedded below.

    1. Which version of WPMU are you running? 2.7.1

    2. Did you install WPMU as a directory or subdomain install? subdomains

    3. If a directory install, is it in root or in a subdirectory?

    4. Did you upgraded from a previous version of WPMU? If so, from which version? Yes, I upgraded wpmu when I upgraded bp to 1.0 (not sure what previous version of WPMU was)

    5. Was WPMU functioning properly before installing/upgrading BuddyPress? I don’t know because I installed it as part of BP install, and didn’t test it separately

    6. Which version of BuddyPress are you running? 1.0

    7. Do you have any plugins other than BuddyPress installed and activated? 3 plugin widgets of my own that display posts from the database

    8. Are you using the standard BuddyPress themes or customized themes? customised themes

    9. If running bbPress, which version? 1.0-rc-1

    10. Please provide a list of any errors in your server’s log files

    [Tue Jun 02 18:46:20 2009] [error] [client 78.149.72.128] File does not exist: /home/live2run/public_html/wp-content/themes/2live2runmagazine/images/background.gif, referer: http://2live2run.co.uk/

    [Tue Jun 02 18:45:59 2009] [error] [client 78.149.72.128] File does not exist: /home/live2run/public_html/wp-content/themes/2live2runmagazine/images/background.gif, referer: http://2live2run.co.uk/

    #46587
    David Lewis
    Participant

    I just did a quick test. In the home theme at least (wp-content/themes/bphome/header.php) the global nav at the top is already hardcoded. So it’s dead easy to hide the groups and members links simply by wrapping it with this:

    <?php if(is_user_logged_in()): ?>

    [ links for logged in users only go here ]

    <?php endif; ?>

    In my template, the “groups” and “members” links appear on lines 48-53.

    Note that the last item in the navigation is:

    <?php do_action( 'bp_nav_items' ); ?>This function could pulling in more navigation links if you are using any plugins… like bp-events for instance.

    That said… I like the solution in this thread much better.

    https://buddypress.org/forums/topic.php?id=1651&page=2

    The “solution” above is very “low tech” and in fact, isn’t really a solution since it doesn’t actually restrict access… it just hides some links. Probably not a good way to go. You could probably still get into a group by… let’s say… clicking on someone’s profile link and then clicking on a link to a group they are a member of.

    #46586
    aran
    Participant

    Ah, right. Thanks for the answer, Jeff!

    I was just thinking that it would give a framework that could be adapted to the BuddyPress default theme, so that you could offer a ‘BuddyPress default’ theme for bbPress. After all, a lot of people are going to use the BuddyPress default theme with minimal alteration, because it’s neat, clean and tidy.

    If no-one else has got the time, I’d be happy to have a go at adapting Andy’s BP.org bbPress theme to match the default theme – but I’ve not themed for bbPress before, so it would feel like a bit of an extra mountain to climb to have to start from the bottom.

    It just seems that with the work Andy’s done already to port BP.org to bbPress, you’re very close to having a bbPress ready BuddyPress default theme – for which I’m sure a lot of people would be very grateful…:-)

    As I say, I’d be happy to lend a hand if it’s not a high priority for anyone else.

    #46585

    In reply to: buddypress + p2 theme

    Paul Wong-Gibbs
    Keymaster

    There’s a donate link to my paypal on the right-hand side of this page https://wordpress.org/extend/plugins/welcome-pack/

    #46584
    Paul Wong-Gibbs
    Keymaster

    Odd thought I have just had – have you installed Buddypress, or its themes, using symlinks? If you have, copy the directories/files and don’t use a symlink path.

    If you don’t know what a symlink is, then disregard :)

    3052677
    Inactive

    I just received this error while trying to install Buddypress on a fresh install of WPMU 2.7.1. I was using the “add plugin” feature so I assume that I am getting the latest version of Buddypress (1.0).

    Per the questions above, I installed per directions and made no modifications except to move the bp_themes folder to wp_content as instructed. I opened no Buddypress files.

    So it looks like this problem is alive and well. I’m at a dead halt with Buddypress.

    Jeff Sayre
    Participant
    #46578
    Jeff Sayre
    Participant

    Pierce2-

    There are lots of good things to be found in the forum stickies!

    https://buddypress.org/forums/topic.php?id=2190

Viewing 25 results - 64,701 through 64,725 (of 69,039 total)
Skip to toolbar