Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 22,101 through 22,125 (of 69,119 total)
  • Author
    Search Results
  • #160835

    In reply to: Buddypress sync

    Ben Hansen
    Participant

    i don’t think thats actually possible currently without some serious db hackery i do believe there is a feature request for import/export functions which would eventually allow for it though.

    #160834
    briankb
    Participant

    My problem isn’t getting it installed. That was easy enough as it’s a WP plugin.

    There is a Getting Started with WordPress on wordpress.org I was just hoping to find something similar on here for BuddyPress.

    #160832
    Paul Wong-Gibbs
    Keymaster
    #160831
    Paul Wong-Gibbs
    Keymaster
    @mercime
    Participant
    #160820
    modemlooper
    Moderator

    It’s confusing because it has old directions that do not pertain to BP 1.7. The install process has been simplified.

     

    http://modemlooper.me/buddypress-1-7-installation/

    #160819
    beeeerock
    Participant

    There wasn’t a php log file there, so I edited php.ini and started the logging.

    Here is the output of interest… with ‘domain’ substituted for actual domain:

    [09-Apr-2013 15:26:58] PHP Fatal error: Cannot redeclare bp_login_redirect() (previously declared in /var/www/domain.net/wordpress/wp-content/plugins/buddypress-login-redirect/bp-login-redirect.php:10) in /var/www/domain.net/wordpress/wp-content/plugins/buddypress/bp-core/bp-core-dependency.php on line 235

    Odd… the time stamp looks to be UTC but other messages in the log are local time… but obviously not the problem!

    I moved the buddypress-login-redirect plug-in directory out of the WordPress install and the site is again visible. However, the function that plug-in provided is obviously gone now. I assume this is something the plug-in author will have to fix to live along side of BuddyPress, not the other way around?

    #160812
    @mercime
    Participant

    @palmdoc the signature plugin for bbPress should work for sitewide and group forums set up with bbPress plugin. I do not think that the signature plugin ever worked on the legacy Group forums in the first place. As for legacy group forums per se, following are your options: https://codex.buddypress.org/user/setting-up-a-new-installation/installing-group-and-sitewide-forums/using-bbpress-2-2-with-buddypress/

    jonny_w
    Participant

    and….fixed – I hadn’t removed the 6 folders from the theme folder when upgrading to 1.7.

    mods pls delete :>

    aces
    Participant

    Using IE developer tools I can see that line 1720 of bp’s default.css uses a filter that starts as white ( #ffffff ). If this line is turned off then the white text of the add to cart button can be seen.

    It can also be seen that Woocommerce colours this text white though I can’t tell you the line it’s on.

    Using Firebug with firefox it seems that woocommerce colours the button background with it’s own ‘mozilla’ only gradient which seems missing from the ie version

    This should be fixable by adding to the child theme style sheet

    Try using Firebug with Firefox, or use the developer tools in Chrome, Safari and IE, or Opera Dragonfly to see for yourself.

    SydneyDesigner
    Participant

    Thanks @modemlooper. I have been asking at Woo Themes but no reply yet. If I hear anything I will post here too, to help others.

    However, these IE8/9 problems with the WooCommerce buttons go away when I switch to twentytwelve theme and return when I switch back to BuddyPress Default Theme (I’m now on the latest BuddyPress 1.7 version and the problem is still there). So I’m guessing that the fix needs to be done in the BuddyPress Default Theme to make it work with WooCommerce (rather than the other way around)- would you agree with this logic?

    #160430
    @mercime
    Participant

    There are two free plugins which can enable multiple BuddyPress networks. I would recommend that you wait until either has been upgraded for BP 1.7

    https://wordpress.org/extend/plugins/bp-multi-network/ – shared userbase across networks but don’t know if you can activate on per site basis

    http://buddydev.com/plugins/buddypress-multi-network/installation/
    you can activate BP per subsite and userbase per site is not saved

    Best thing is to ask the respective plugin devs for more info.

    Good luck

    George
    Participant

    It was an error with buddypress, re-installed buddypress and it works fine now.

    #160418
    @satori83
    Participant
    #160417
    kraigg
    Participant

    I would say yes, there is an advantage to installing bbPress plugin. With the latest BuddyPress 1.7, you can set up BuddyPress group forums using the standalone bbPress.

    With both plugins now being separate, it means that you can use the BuddyPress plugins for customizing groups, members, and messages, and then also use bbPress plugins to customise the actual forum.

    kraigg
    Participant

    Does the auto-join user to group when posting (BP_DISABLE_AUTO_GROUP_JOIN = false) still work in BuddyPress 1.7?

    #160413
    bp-help
    Participant

    @pdillon809
    Glad you got it worked out and thanks for explaining the process for novices that may run into the same issue.

    #160412
    pdillon809
    Participant

    Thanks for the support guys. The directory structure advice worked. Note: The BP template files are still picked up if you put them in the root of the child theme – think that’s what threw me. Perhaps that could be changed at some point.


    @hnla
    your page is fine. For complete noobs (like me) see instructions below:

    CSS changes:
    Make all changes in style.css in child theme. This overrides both the main theme and BuddyPress CSS styles.

    HTML/PHP changes:
    Create a directory called buddypress in child theme. Copy any files that need editing from ../wp-content/plugins/buddypress/bp-templates/bp-legacy/buddypress to this new directory. You must keep the directory structure but you only need copy over files that need editing. For example, if you need to edit../member/index.php the folder “member” needs to exist in childtheme/buddypress.

    The above worked for me in this environment:
    A child theme of a third party theme (Elegant Themes) * BuddyPress 1.7 beta 2. (no template pack)

    BuddyPress 1.7 worked right out of the box with the Evolution theme by Elegant Themes with NO tweaks needed

    azchipka
    Participant

    Ok so I managed to find a backwards way of doing it because I needed to be able to do the same thing. Your going to need two plugins.

    1. Your Preferred Role Management Plugin. I like Capacity Manager Enhanced
    2. Buddypress xProfiles ACL

    STEPS
    1. Use your role manager to create some new roles. Name them what ever you want.
    2. Go into the Users -> Profile Fields
    3. Create a Field Group for your Restricted Items (not the primary one).
    4. Go to the Settings -> xProfile ACL
    5. Put your Field Group that you only want the Admin to be able to edit for the admin only.
    6. Now this is important you need to modify the xProfile ACL php file (yes I know this makes it a hack, if xProfile ACL is updated you will lose this setting.)
    6a. Go to line 240 of the buddypress-xprofiles-acl.php file. Comment out lines 240 – 249, the code you are commenting out is:

    `
    function filter_xprofile_groups_with_acl() {
    global $bp, $profile_template, $current_user;
    get_currentuserinfo();
    foreach($profile_template->groups as $key => $profile_group) {
    if( ! in_array($profile_group->id, $this->user_allowed_xprofile_groups) ) {
    unset($profile_template->groups[$key]);
    }
    }
    }
    `

    6b. Below the code you just commented out add:
    ` function filter_xprofile_groups_with_acl() {}`

    7. Save your changes to the buddypress-xprofiles-acl.php file.

    8. Now when ever you need to modify the fields log in with your admin account navigate to the user profile in buddy press and select Edit Member Profile from the tool bar. You will see the fields from the private group. Users will see the fields but when they select edit they will not be displayed.

    Hope this helps.

    #160400
    modemlooper
    Moderator

    export db and import into mamp phpmyadmin. Then you just change the url in db. This is if you just want to test theme. If you need full plugin testing you should also download wp-content

    #160394
    voopress
    Participant

    Same here, broke the site until I disabled BP login redirection.

    #160393
    jddeisel
    Participant

    I have tried the plugin and it didn’t work the only plugin that would perform the redirection is the plugin that I have BP Redirect to Profile for Buddypress work great except for that one case.

    #160388
    Hugo Ashmore
    Participant

    Find a better theme? There are many frameworks & themes out there, BP is designed to work with the majority, those that it doesn’t get on with are probably not worth spending a huge amount of time trying to get fixed as it’s likely to be an issue inherent in the way the themes templates have been constructed.

    #160364
    misterff1
    Participant

    okay I tried and it doesn’t work.. this is a very weird theme apparently.. what else can I do?

    modemlooper
    Moderator
    1. If I visit a reviews site, I want to read reviews so I don’t see how the conversation should be separate.
    2. You can use group meta to store data on a group and then filter the groups listing.
Viewing 25 results - 22,101 through 22,125 (of 69,119 total)
Skip to toolbar