Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

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

  • ed
    Participant

    @wesleysoccer

    So I found the css solution:

    I just added the following into my themes css:

    .display-name h4 { display: none !important; }
    .display-name table { display: none !important; }

    This will not show the base profile fields in the public view but will still allow the member to change username.

    Hope this helps.


    ed
    Participant

    @wesleysoccer

    Got it to work withe

    function remove_xprofile_links() {
    remove_filter( ‘bp_get_the_profile_field_value’, ‘xprofile_filter_link_profile_data’, 9, 2 );
    }
    add_action( ‘bp_init’, ‘remove_xprofile_links’ );

    added it to my bp-custom.php file.

    Thanks guys.


    ed
    Participant

    @wesleysoccer

    http://cl.ly/3f0o3y3z153J3a3r3L3h

    I added this

    <?php
    // hacks and mods will go here

    remove_filter( ‘bp_get_the_profile_field_value’, ‘xprofile_filter_link_profile_data’, 9 );

    ?>

    did not work in wp-content/plugins/bp-custom.php


    ed
    Participant

    @wesleysoccer

    I tried to hide the base with css but it did not work? Any thoughts on the code needed?

    I tried adding this

    .bp-widget display-name {display:none!important;}


    ed
    Participant

    @wesleysoccer

    why don’t I see forums after all is installed…I see groups but no forums


    ed
    Participant

    @wesleysoccer

    @ modemlooper – Thanks….do you know of any tutorials on how to style the theme after bb install….I have been unable to find one? The BB Themes are still terrible.

    THanks


    ed
    Participant

    @wesleysoccer

    Thanks for the input…I have a premium wp theme that I even try to use with bb but no dice…looks awful…I have search everywhere – so any other ideas would be much appreciated…thanks for the input above!


    ed
    Participant

    @wesleysoccer

    Thanks…This works great….Just not sure how to change the size of the upload image into the header of wp…still looks to only let me upload a picture 125px in height?

Viewing 8 replies - 1 through 8 (of 8 total)
Skip to toolbar