Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 62,376 through 62,400 (of 69,054 total)
  • Author
    Search Results
  • #53010
    wordpressfan
    Participant

    Learning is half the fun. I’m looking forward to new buddypress child themes appearing.

    #53007
    wordpressfan
    Participant

    Great. It is a simultaneous hacking and learning process for buddypress themes.

    #53006

    In reply to: Can I do this..

    You could add them via the wordpress admin, but you’ll still need to go back and edit their xprofile display name for them to be “visible” inside BuddyPress.

    #53003

    Activities are created by plugins that add those activities to 1 large table in the database that can be sorted in many ways; user, activity type, etc…

    What you would need to do is create a little mini plugin to hook into the bbPress posting actions, and have that generate an activity that you will also need to create.

    It’s easier than it sounds. Check out buddypress/bp-activity/bp-activity-classes.php and… function bp_activity_add( $args = '' ) {in buddypress/bp-activity.php for some direction. :)

    #53001

    In reply to: Can I do this..

    Yes it’s possible but it will take some integrating with existing WordPress plugins to make it so. Best place to start with BP specific code is the codex; http://codex.buddypress.org

    I’m trying to add a little to it everyday if I find the time, so it should keep getting more and more documented with code snippits and examples.

    Matze
    Participant

    Ok i now have WPMU 2.8.4a + Buddypress 1.1 Beta on lighttpd running.

    Profile fields can be saved but accepting group membership or friend requests always leads to a site: “Are you sure you want to do this? Please try again”

    So it is the same problem as with 2.8.3 + bp1.0.3 on lighttpd server.

    Must be an url-rewriting issue!?

    The generated acceptance url looks like this “http://domain.com/members/admin/friends/requests/accept/1?_wpnonce=94e23dc003”

    Please let’s find some lighttpd/lighty rewrite rules that work with wpmu+buddypress perfectly…

    With these rules everything works fine instead of the problem i mentioned above:

    server.error-handler-404 = “/index.php”

    url.rewrite-once = (

    “^/(.*/)?files/$” => “/index.php”,

    “^/(.*/)?files/(.*)” => “/wp-content/blogs.php?file=$2”,

    “^(/wp-admin/.*)” => “$1”,

    “^/([_0-9a-zA-Z-]+/)?(wp-.*)” => “/$2”,

    “^/([_0-9a-zA-Z-]+/)?(.*\.php)$” => “/$2”,

    )

    Which rules do you use with Bp (if you have lighttpd) ?

    #52991

    In reply to: Ads with buddypress

    Paul Wong-Gibbs
    Keymaster

    As long as your theme calls the standard WordPress hooks – like BuddyPress’ does – any add plugin that works on WPMU should work.

    #52986
    Andy Peatling
    Keymaster
    #52983
    r-a-y
    Keymaster

    Hey Grosbouff,

    It’s better to post development enhancements in the trac to avoid getting lost in the shuffle.

    Add your suggestion as an enhancement in the BuddyPress trac.

    Login with the same username/password you use here on BuddyPress.org.

    stwc
    Participant

    I’m going to be running Buddypress in a subdirectory with subdirs off that for user blogs (if I enable them — still haven’t decided) and I have a couple of other standalone WP installs in other subdirs of the site (off the root) for different parts of the overall site functionality (with a static index page in the root). I’d also love to be able to have the Buddybar show up for registered users in the other WP installs, so any ideas would be a great help.

    #52978
    wordpressfan
    Participant

    I’m looking to replicate the profile pages either here or WordPress.org.

    #52965
    gday3012
    Member

    I am a bit confused about 1 thing. Do I create a child theme with the theme buddypress installs with or create a parent theme to make child themes from in the future. I am looking to change colors, layout (collumns) bg image and things like that. Something I read made it sound like any wordpress theme can be the parent, is this correct? I am assuming that using a standard wordpress theme would require adding code from the default theme. Is this correct? I just want to make sure I am understanding this before I try to jump in and work because in the begining I don’t think I was. Thank you,

    Greg

    #52964
    Andy Peatling
    Keymaster
    #52961
    Jeff Sayre
    Participant

    Have a look at this Codex article.

    As a general piece of advice, this is not specifically for the xprofile component, make sure that you check the codebase in the version of trunk that you’re using as there have been a number of changes to functions–some have been renamed, others deprecated, and new ones created. So it is possible that some of the Codex articles on BP loops may be slightly out of date.

    #52960
    Jeff Sayre
    Participant
    #52959
    4thofficial
    Participant

    Thanks DJPaul and Kevin for the quick response. I can’t thank you enough as I know you’re busy men …

    Heres what I’ve done:

    — Moved bp-themes into wp-content/themes/bp-themes

    — Placed bphome and bpmember into bp-themes

    — Deleted the directory bp-themes from wp-content

    Now the entire site is a blank page (http://footiemate.com)?? The only thing I can think of is that I’m not using the correct version of Buddypress. In the BuddyPress readme.txt it says I’m using: Stable tag: 1.0.3 … should that be 1.1??

    Thanks again

    #52941
    4thofficial
    Participant

    Kevin / Gerikg – Thanks so much for the response … but I fear I’m still in trouble :(. Theres definitely something screwed up with how I have the folders structured. I’ve tacken a screenshot of the directory structure here: http://footiemate.com/blog. (bphome and bpmember) are in wp-content/themes.

    You can click around on FootieMate.com. Right now the the main BP homepage and blog are showing up, but the members, groups and blogs are giving me an error (You do not have any BuddyPress themes installed. Please move “/wp-content/plugins/buddypress/bp-themes/” to “/wp-content/bp-themes/” and refresh this page. You can download more themes here.).

    I’ve done that (bphome and bpmember in a ‘bp-themes’ directory in themes) and the entire site gets a white page. In the widgets area I’m told I’m using BuddyPress 1.0.3. I’ve had a base level of success by putting ‘bphome’ into ‘themes’ and ‘bp-themes’ (includes bpmember) into wp-content and the everything shows up, but the CSS styles in members, groups and blogs gets completely lost. Really appreciate any advice you can offer. Thanks

    #52933
    abcde666
    Participant

    I just tested again and it seems the behaviour of the BuddyBar is different when comparing the two websites buddypress.org and testbp.org

    buddypress.org : the mouse-over-effect is behaving perfect and fast.

    testbp.org : the mouse-over-effect is behaving extremely slow.

    #52929
    Kevin Pine
    Participant

    There are two sets of files you need to work with… One for the home page and main blog and another for the member/group/admin pages.

    The home theme is found here: /wordpress-mu/wp-content/themes/bphome

    The member theme is here: /wordpress-mu/wp-content/bp-themes/bpmember

    If you don’t have a member theme in the above location, upload it there. The bpmember base.css is similar and you will have to make most of your CSS tweaks to both. v1.1 uses only one theme for both. More info:https://buddypress.org/blog/news/the-new-buddypress-theme-architecture/

    #52928
    kkeramidas
    Participant

    1. Which version of WPMU are you running?

    2.8.4

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

    directory

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

    subdirectory /blogs/

    4. Did you upgraded from a previous version of WPMU? If so, from which version?

    fresh install

    5. Was WPMU functioning properly before installing/upgrading BuddyPress?

    yes

    6. Which version of BuddyPress (BP) are you running?

    1.0.3

    7. Did you upgraded from a previous version of BP? If so, from which version?

    No

    8. Do you have any plugins other than BuddyPress installed and activated?

    Yes

    9. Are you using the standard BuddyPress themes or customized themes?

    standard themes

    10. Have you modified the core files in any way?

    no

    11. Do you have any custom functions in bp-custom.php?

    no

    12. If running bbPress, which version?

    not running

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

    Not quite sure where to find those, will keep looking

    Thanks for your continued help by the way. I am suspicious about the blog subdirectory and think that may be related to the problem since there is already a blogs folder in Buddypress. I started to look for a setting to correct it in the Buddy press setting in the dashboard but couldn’t find any way to change that path to correct things. Perhaps a change in a php file?

    #52918
    thomasmoen
    Participant

    Ok, I will check out the hyperDB as well.

    #52916
    Jeff Sayre
    Participant

    First of all, since you are installing a premium, 3rd-party DB sharding tool, you need to contact the people at WPMU DEV Premium and ask them for support. It seems like all was fine with your standard WPMU + BP install until you switched to using their multi-db plugin.

    Secondly, in case you are not aware, there is a free sharding tool–HyperDB. In fact, this site (BP.org) is using it. Also, there is a great two-part article on how to use HyperDB written by Trent Adams, one of the moderators on this and other WP product forums.

    #52912
    Andy Peatling
    Keymaster

    The best option is to set “Template: bp-sn-parent” in the WP theme’s style.css header. That will allow it to inherit all of the BuddyPress templates.

    If that isn’t an option (perhaps the theme is already a child theme) then you will need to copy over the template files from bp-sn-parent into the wp theme. Just make sure you don’t replace any existing theme files.

    You’ll will probably want to add the user navigation into the theme also, you can add the following lines to the bottom of header.php:

    <?php if ( !bp_is_blog_page() && !bp_is_directory() && !bp_is_register_page() && !bp_is_activation_page() ) : ?>
    <?php locate_template( array( 'userbar.php' ), true ) /* Load the user navigation */ ?>
    <?php locate_template( array( 'optionsbar.php' ), true ) /* Load the currently displayed object navigation */ ?>
    <?php endif; ?>

    Once you’ve done that, BuddyPress pages will inherit all of the theme’s styles and its header and footer. You will of course need to add extra styles since WP themes only handle blog pages.

    You can also try importing the bp-sn-parent screen styles into the WP theme’s style.css file. Depending on the theme, this may help to add layout to BuddyPress pages, but also stay within the WP theme’s look and feel.

    #52910
    gerikg
    Participant

    Click on FORUMS on the top. Scroll down to Latest Discussion, look under “FAQ: How To, Code Snippets and Solutions” the solution is there.

    #52906
    yannux
    Participant

    Everything good execpt for avatar croping

    Nobody have problem with firefox 3.5.2 to crop avatar ?

Viewing 25 results - 62,376 through 62,400 (of 69,054 total)
Skip to toolbar