Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 57,676 through 57,700 (of 68,951 total)
  • Author
    Search Results
  • #64728

    In reply to: Privacy

    paulhastings0
    Participant

    +14

    @Jeff: Can you give us an update on your funding?

    http://jeffsayre.com/2010/01/02/do-you-support-buddypress-privacy/

    Are we supposed to interpret the graph as $200 or so raised ?

    #64727

    In reply to: Creating NAV Bar

    armandmorin
    Participant

    I’m using a theme modified with the BuddyPress Template Pack.

    I added the code you pasted above… thanks for that.

    I got this error message.

    Fatal error: Call to undefined function bp_dtheme_page_on_front()

    designodyssey
    Participant

    You know we could use such a “dependencies” plugin for any or all plugins. Should be too hard to code for someone who understands the automatic update functionality

    #64719
    @mercime
    Participant

    @Michaelmarian, For the Members subsection, easiest way is as Boone Gorges mentioned using body classes: e.g. Member’s Profile page use selector body.profile; Member’s Blog Page use selector body.my-blogs; Member’s Message Page use selector body.messages; etc.

    However, if you still want to use conditional statements see

    https://codex.buddypress.org/developer-docs/conditional-template-tags/

    Thing is, locate_template array did not work for me in all the different incarnations of custom child themes I made before so this method might help you too

    <?php
    if (bp_is_profile_component()) {
    include ('mystuff1.php');
    }
    elseif (bp_is_activity_component()) {
    include ('mystuff2.php');
    }
    elseif (bp_is_friends_component()) {
    include ('mystuff3.php');
    }
    else {
    include ('mystuff4.php');
    }
    ?>

    – For more specificity you could probably add – && bp_is_page(‘members’) – or whatever slug you used

    – Add wp_reset_query(); right after the opening <?php if this query is placed latter part of the page or add the reset just before ?> if placed near top of the page.

    #64716
    r-a-y
    Keymaster

    Try installing the BP backward compatibility plugin if your old BP theme / plugins relied on BP 1.1.3 code:

    https://wordpress.org/extend/plugins/buddypress-backwards-compatibility/

    #64715
    r-a-y
    Keymaster
    #64714
    r-a-y
    Keymaster

    The forums on GoFastBargains.com is using the internal forums component in BuddyPress. No integration is needed with anything else.

    This is how it’s done:

    1) Install WordPress

    2) Install BuddyPress

    3) Enable forums component in BuddyPress

    4) Smile! You’re done!

    #64713
    r-a-y
    Keymaster

    @summerchildeas stated above and in the readme.txt, the array_map() warning is a BP issue. It’s fixed in BP-trunk. The next release of BP 1.2.1, coming this week, will address this issue. If you can’t wait until then, you can patch the issue yourself (check out the “Known issues” section in the readme.txt).

    @modemlooper – Sorry about the folder renaming! I know it’s a pain! The good news is oEmbed for BP v0.6 will fix the “rename folder” issue and will feature some performance enhancements (courtesy Andy P). Stay tuned for the next release which will come out when BP 1.2.1 drops.

    #64711
    PJ
    Participant

    When sorting by “Most Popular” it doesn’t always sort in descending order.

    Also, could the link categories be on individual lines? If one has more than 4 or so, or the words are long, they smush together in one or two rows and can get confusing.

    #64709
    karto
    Member

    I have installed buddypress r2755 on a fresh WPMU 2.9.1.1 and it works. Could add new users and also new blogs with success. All are listed in the blog directory and the blog functions in the admin bar working, too. It seems that for fresh WMPU installations the problem is solved, now.

    Thanks to Andy P.

    Hopefully there will be also a fix for the upgraders.

    #64708
    myislamicblog
    Participant

    Hey!

    Can you please write a little tutorial on how you did the integration? We would really appreciate it :)

    Thank you in advance!

    #64707

    I went ahead and created a new forum. I actually like the forum inside buddypress a lot better than just bbpress.

    #64695

    In reply to: Creating NAV Bar

    Bowe
    Participant

    you should copy the code directly from header.php:

    Here’s the div with the code

    [snip]

    That should work fine if you’re using it for a theme which is buddypress ready/compatbile (which I presume it is :)). If you’re copying it into a normal WP theme without BP installed you get errors :)

    #64692
    PJ
    Participant

    I’m not sure. Sounds like it would benefit the overall BP community (thought it may be viewed as something for a plugin). You could create a ticket to suggest it to the developers: https://trac.buddypress.org/

    #64691
    @mercime
    Participant

    We definitely need a plugin which will allow user to deactivate BuddyPress triggering automatic deactivation of all BP-related plugins/components AND auto-revert theme to WP Default Theme :-)

    #64680
    snark
    Participant

    Thanks for the links, @r-a-y — those discussions were helpful, and I can see that this has been an ongoing discussion for at least the last couple months.

    For now I’ve disabled Forum replies in the activity stream, to avoid the “forked conversation” issue of having some topic relies in the Forum and some in the AS. I’m still wrestling with the whole Groups thing and the Groups comment box at the top of each Groups page — I know for a fact that when I open this up to 10k+ members of my current forum, many, many of them will just start posting their topics in the Group page, rather than creating a Topic in a Group Forum. Maybe I should just open it all up and let it be chaotic, and let the user community figure out how to self-regulate?

    The other thing I’m still looking for is a sitewide Favorites option, so users can mark Forum Topics, Group AS posts, or blog posts as Favorites — currently you can only do that with Group AS posts. It looks like @JohnJamesJacoby is working on such a plugin — see https://buddypress.org/forums/topic/favorite-button-available-on-singlephp — which hopefully will be ready soon and solve this particular issue.

    #64676

    In reply to: 1.2 plug-ins list

    danbpfr
    Participant

    Working

    WP single, WPMU 2.9.1 & BP 1.2

    wp-ban

    invisible defender

    wp-spamfree

    bp-links

    bp-group-documents

    On BP 1.2

    Group Forum Subscripton for BuddyPress

    SyntaxHighlighter Plus

    Quanrantine (awaiting for soon? update)

    bp-events

    bp-groupblog

    #64675
    quaker-oats
    Participant

    this is exactly the same problem i am having and I put a post also describing my situation (https://buddypress.org/forums/topic/upgrading-bp-getting-white-screen).

    it seems like this problem may be common.

    #64673

    In reply to: BuddyPress Maps

    grosbouff
    Participant

    @tolitoli>strange,

    I don’t have this even when I reset the options…

    Could you try to reset options and tell me if it happens again ?

    #64671
    danbpfr
    Participant

    had a similar problem with sub menu in “my blogs” because of a missing slash in the path.

    After reading this tread, it seems it’s more complicated

    anyway, i posted a ticket before i read here

    https://trac.buddypress.org/ticket/2038

    #64668
    David Lewis
    Participant

    @Andy: I can’t get my SVN client to work so I grabbed the zip file from here: https://trac.buddypress.org/browser/branches/1.2 I assume that’s the same? r2755

    Short story… didn’t fix it. Here are my steps:

    1. Set up a fresh host and database
    2. Installed WPMU 2.9.1.1
    3. Installed BP 1.2 stable
    4. Everything works
    5. Imported my broken database completely overwriting the fresh database – Blog lists are broken
    6. Installed BP 1.2 r2755 (Deactivate BP. Overwrite files. Active BP) – Blog lists are still broken

    Would it help if I sent you a mySQL dump of the broken database for you to test with? It’s only 980KB.

    #64664
    Jean-Pierre Michaud
    Participant

    about the translations i don’t mean they are outdated, they are not active at all… just english.

    i pm you my details… play as you wish

    #64666
    Andy Peatling
    Keymaster

    That link on wpmu.org contains out of date info, so please just use the plugin.

    #64665
    Andy Peatling
    Keymaster

    Can anyone experiencing this problem deactivate BuddyPress, get a copy of the 1.2 branch from SVN then reactivate and see if the problem is fixed?

    Thanks

    https://svn.buddypress.org/branches/1.2/

    #64663
    modemlooper
    Moderator

    Also http://wpmu.org/ [snip] …

Viewing 25 results - 57,676 through 57,700 (of 68,951 total)
Skip to toolbar