Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 12 replies - 1 through 12 (of 12 total)

  • reivilob
    Participant

    @reivilob

    YES !
    Paid Membership Pro Customizations Add on seems responsible
    I will investigate

    Thanks a lot for this idea
    Best regards


    reivilob
    Participant

    @reivilob

    Sorry to not understand your question …

    my file htdocs/wp-content/plugins/buddypress/bp-groups/actions/access.php is exactly the same as in the distrib and line 85 is
    “}”
    just before the
    add_action( 'bp_actions', 'bp_groups_group_access_protection' );

    if i do in all my site a:
    grep -R "bp_groups_group_access_protection" *

    give me only :

    wp-content/plugins/buddypress/bp-groups/actions/access.php:function bp_groups_group_access_protection() {
    wp-content/plugins/buddypress/bp-groups/actions/access.php:add_action( 'bp_actions', 'bp_groups_group_access_protection' );
    wp-content/plugins/buddypress/bp-groups/classes/class-bp-group-extension.php:    * Filter the access check in bp_groups_group_access_protection() for this extension.

    reivilob
    Participant

    @reivilob

    I already do this and no changes…
    I also compare my BP files to https://plugins.svn.wordpress.org/buddypress/tags
    exactly the same


    reivilob
    Participant

    @reivilob

    I absolutely agree with you but it make sense to allow access to the member list only for login users and to be able to easily place it in a menu, at the position you want and this is not possible now …

    If you select it from the page list, you can not specify if user must be login to have it in a menu (genera menu or personal)

    It is not available in the buddypress login section. Here are only user related informations, but no resources reserved for buddypress login users, like private pages or others private features …

    I think the only way to process is to create (php) a menu menu for the login user, and create a menu that concatenate the basic menu with this one and display the result…

    OB


    reivilob
    Participant

    @reivilob

    Hi
    I know that but like this you will not be able to define properly the position in the menu…

    I try to add the “Buddypress members list page” to the list of the pages available in the “buddypress” section of the WP admin Appearance menu management page.
    (where you have by default the checkbox for: Activity, Profile, Notifications, Messages, Friends,…)

    I really not understand why this page is not here by default …

    OB


    reivilob
    Participant

    @reivilob

    Hi
    it does not change the problem. (both WP menu or BP menu is interesting)
    In my case at a WP menu
    In the WP menu admin you have a Buddypress section where you can select a lot of BP feature for login or logout users, but the Member list is not available here…

    If there is a way to do it by functions.php it is ok for me but not clear how to do it and by example define the position in the menu …

    Best regards
    Olivier


    reivilob
    Participant

    @reivilob

    donmik, johnywhy

    You are kings !
    I looked a solution for a long time, i install your plugin, works fine and you save me probably a lot of hours …

    Olivier


    reivilob
    Participant

    @reivilob

    Yes i know that but it seems that the theme i user is note really respecting all BP standards i am afraid…

    Stupid question, where can i found a list of all the elements of BP ?
    example: “body.single-item.groups”
    (i do not find it in the Documentation section)

    Oui la vie est belle !

    Olivier


    reivilob
    Participant

    @reivilob

    You are a king !
    It works now
    But this very strange the necessity to specify it just for this single group page …

    Anyway… one problem resolved
    Thanks
    Olivier


    reivilob
    Participant

    @reivilob

    it seams a little different in the theme i use (Mesocolum)

    The siteinfo and custom-img-header are not in backgroud but normal div:

    <div class="header-inner">
    <div class="innerwrap">
    <div id="siteinfo">
    <h1 ><a href="http://www.xxxxxxxx.com/" title="Linkedbyroad" rel="home">Linkedbyroad</a></h1 ><p id="site-description">La communauté motorisée</p>
    </div>
    <!-- SITEINFO END -->
    <div id="custom-img-header"><img src="http://www.xxxxxxxx.com/wp-content/uploads/2016/07/Image2-1200x300.jpg" alt="Linkedbyroad" /></div></div>
    </div>

    same source code in all pages, and same calculated CSS …


    reivilob
    Participant

    @reivilob

    I already try to add !important but no change

    What is your idea for the path ?
    (probably correct because work fine for all other pages of the site)

    Olivier


    reivilob
    Participant

    @reivilob

    I have the same problem: i want “custom-img-header” and “siteinfo” only on the home page

    i modify my custom CSS as following but the custom-img-header and siteinfo appear on the home page and on all group pages (not on the list of groups or group edition)

    exactly as /groups/*/ inherit of the home page properties ….
    /groups/ is ok
    /groups/*/* is also ok

    any help would be appreciated

    #custom-img-header {
    display:none;
    }
    body.groups #custom-img-header {
    display:none;
    }
    body.home #custom-img-header,body.home-page #custom-img-header {
    display:block;
    }
    
    #siteinfo {
    display:none;
    }
    body.home #siteinfo,body.home-page #siteinfo {
    display:block;
    }
    
    
Viewing 12 replies - 1 through 12 (of 12 total)
Skip to toolbar