Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'buddypress'

Viewing 25 results - 21,376 through 21,400 (of 69,210 total)
  • Author
    Search Results
  • Sorry, should have said first time round – I’m using a self-developed child of Buddypress Default theme. I only made a child theme because I needed some custom page templates for some non-BP related stuff. Everything BP-related is handled by BP Default.

    I have tried it with the BP Default theme, and I have turned off all other plugins. I have even reinstalled the BP plugin.

    I have now found the thing to turn the group forums (legacy) back on, but it makes no difference.

    Thanks. Any thoughts or insights would be much appreciated.

    #163718
    funmi omoba
    Participant

    @megainfo, You are the bomb. Thanks for this great plugin. I voted 5 star already.

    Future suggestion,To make it look cleaner, may be just a padlock icon with a dropdown arrow to replace the word privacy: . So when you click on the padlock it then display all the privacy level. just a suggestion.

    Thanks for your great work

    #163717
    timvango
    Participant

    Thanks!
    It has worked!

    #163716
    Visnu
    Participant

    Hi

    1) Both WP(3.5.1) and BP(1.7.1) are latest Version.
    2) It is the single wordpress site. But I have installed the site as subdirectory(Ex : http://domain.com/site) development server.
    3) Theme Name : “optimizepress”
    4) Plugins I have used in this site
    Buddypress, bbpress, invite-anyone

    Kindly suggest how to fix the redirect issue. I am waiting for your reply…

    Thanks

    #163714
    meg@info
    Participant

    Yes! in functions.php of your current theme.

    #163713
    timvango
    Participant

    Hi @megainfo
    Which functions.php?
    That of my theme or an other one?
    Edit:
    My theme’s functions.php says:
    Don’t edit!

    #163711
    meg@info
    Participant

    Hi @timvango,

    Add this code to your functions.php (make sure using BuddyPress Activity Privacy 1.0.3 or +)

    
    add_filter('bp_profile_activity_visibility_levels_filter', 'bp_remove_loggedin_activity_visibility_levels', 10, 1);
    function bp_remove_loggedin_activity_visibility_levels($profile_activity_visibility_levels){
    	unset( $profile_activity_visibility_levels ['loggedin'] );
    	return $profile_activity_visibility_levels;
    }
    
    add_filter('bp_groups_activity_visibility_levels_filter', 'bp_remove_loggedin_groups_activity_visibility_levels', 10, 1);
    function bp_remove_loggedin_groups_activity_visibility_levels($groups_activity_visibility_levels){
    	unset( $groups_activity_visibility_levels ['loggedin'] );
    	return $groups_activity_visibility_levels;
    }
    
    add_filter('bp_profile_activity_privacy_levels_filter', 'bp_remove_logged_in_profile_activity_privacy_levels', 10, 1);
    function bp_remove_logged_in_profile_activity_privacy_levels($profile_activity_privacy_levels){
    	return array_diff($profile_activity_privacy_levels, array('loggedin'));
    }
    
    add_filter('bp_groups_activity_privacy_levels_filter', 'bp_remove_logged_in_groups_privacy_levels', 10, 1);
    function bp_remove_logged_in_groups_privacy_levels($groups_activity_privacy_levels){
    	return array_diff($groups_activity_privacy_levels, array('loggedin'));
    }
    
    #163707
    timvango
    Participant

    @megainfo
    At first: Great plugin!
    I have one question:
    My whole site is only for members, so I want to remove the loggedin choice.
    I have tryed some things, but when I remove something, I get an Syntax error…
    What can I remove and what not?

    Thank you

    #163706
    danbpfr
    Participant

    @buidinh1803
    do you have already WP in vietnamese ?
    Even if the page seems to be abandonned, read here for some advice about vi_VI po/mo

    Home


    WP translations are here: https://translate.wordpress.org/projects/wp
    3.5.x in vietnamese is not translated for the moment, so you probably have to search for previous version. And 3.4 is only 79% translated

    No luck too for bp vietnamese translation: nothing !
    See here: https://translate.wordpress.org/projects/buddypress/1.7.x

    So you have to translate BP in your language, (read codex if you don’t know how to do that or search on this forum) then you have to add buddypress-vi_VI.mo into wp-content/languages/ folder

    #163701
    Joss Winn
    Participant

    Thanks. I have a use for Multisite Plugin Control, but it doesn’t solve the issue with bbPress because bbPress can *only* be activated across the network, and so it comes outside of Multisite Plugin Manager’s control.

    Anyway, thanks again. I will be using the multisite plugin for other reasons!

    #163700
    @mercime
    Participant

    @arumugamk WP/BP versions? Single WP site or multisite? If multisite, is BP activated in main site or subsite? Theme used? Plugins used?

    @mercime
    Participant

    @tomraff as of BuddyPress 1.7, BuddyPress Pages are rendered automagically in nearly all WordPress themes.

    If you have activated the BP Template Pack plugin, deactivate it and delete the plugin.
    If you already went through the Appearance > BP Compatibility process, you also need to delete the 6 BP folders transferred to your flare theme in server, i.e., delete /activity, /blogs, /forums, /groups, /members and /registration folders

    #163698
    bp-help
    Participant

    @prettyhopeful

    @modemlooper
    removed buddypress extended settings from the repo and made one premium plugin called BuddySuite that has more features than the plugin that was in the repo. I think this also covers adding the profile menu to the main nav as well You can get it here:
    http://shop.taptappress.com/downloads/category/plugin/
    For the private community you can get that here:
    https://github.com/bphelp/private_community_for_bp
    Cheers!

    #163695
    angelladesigns
    Participant

    Resolved thanks to this post.

    The Sub directory had capitals in it.

    @mercime
    Participant

    @baskers @msdoble Glad your issues are resolved. Thanks for posting back. As far as I can recall, WordPress works in folders with lowercase names.

    Marking this topic as resolved.

    #163687
    makmacmc
    Participant

    Anyone??

    #163675
    AITpro
    Participant

    The solution was so simple. Just use good old fashioned manual FTP upgrading methods.

    Notes:
    1. Deactivating BuddyPress caused a 500 Error and I had to use phpMyAdmin and add the active_plugins db entry back for BuddyPress to bring the site back up.
    2. Doing a WP Dashboard upgrade caused a 500 Error.

    Successful BuddyPress Upgrade steps:
    1. FTP to site and rename the /buddypress folder
    2. Upload the new /buddypress folder.
    For good measure I resaved all BuddyPress settings just to ensure that everything was actually good to go and no problems. Yeah!

    #163672
    Hugo Ashmore
    Participant

    Based on that it’s hard to know what’s wrong, did you read / follow that link I gave you. Show us what paths your copied files are in:

    /my-theme/
    page.php
    index.php etc
    /my-theme/buddypress/members/index.php

    These files need to be copied over from the /bp-template/bp-legeacy/buddypress/ directory not simply copies of the files you had before with mods in but I’ve mentioned that earlier.

    Adding a link to your site might help if you have it online.

    #163668
    @mercime
    Participant

    @fatjay What exactly is not “working”? I can see BuddyPress pages rendered in your site. Looks like only minor CSS tweaks required.

    #163661
    meg@info
    Participant

    Hi all,

    Thanks @bphelp for the post, I want to add some news here :p

    Buddypress Activity privacy 1.0.3 is out now, i was add some integration to make it work with others plugins like buddypress Follow and Buddypress Activity Plus.

    I Hope this integrations, will make happy many users of this two plugins :P.

    Good News ! Activity stream privacy Is Now here https://wordpress.org/extend/plugins/buddypress-activity-privacy/

    Im working for new feature for next release

    – Member can change the privacy for an alredy posted activity
    – Add Admin backend config for Privacy levels (Admin can enable/disable privacy levels).

    Any suggestions are Welcome!

    Regards,

    #163660
    Ben Hansen
    Participant

    well i use a plugin called Multisite Plugin Manager to control what plugins people can see or not.

    #163659
    jaimebib
    Participant

    Still stuck at this moment..I have tried creating the buddypress folder on my theme root and moving the files I would like to customize but for some reason no changes happen on the front end, its like wordpress does not recognize that the folder and files are in the theme root.

    I have tried both moving the whole members folder and specefic files that affects the member directory.

    Anyone has any advice or tips on how I could solve this problem?

    Thanks for taking the time!

    #163657
    Joss Winn
    Participant

    huh. I don’t understand why it’s different for me. I’ll go back and look into it. The other problem though is that if it’s just activated on the main site, then I guess it will still be listed as a plugin for other members to activate on their own sites (we allow this with plugins).

    Thanks for your response.

    #163656
    Ben Hansen
    Participant

    posting at the same time 😛 i just double checked we have it set up exactly the way you say it shouldn’t work at gotgame dot com buddypress network activated, bbpress only activated on the root site.

    #163655
    Joss Winn
    Participant

    I agree. But there is no other option. On a network install, the only option to activate bbPress is to ‘network activate’ it.

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