Skip to:
Content
Pages
Categories
Search
Top
Bottom

Hide/Delete Base Profile Username

Viewing 7 replies - 1 through 7 (of 7 total)
  • @rogercoathup

    Participant

    Please post your issues as separate topics – it helps finding them, solving them.

    #2 is a well known UX problem with BuddyPress – https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/certain-buddypress-member-profile-data-getting-hyperlinked/

    For #1, you’ll either have to write some PHP to conditionally exclude the name field, or simply hide it using CSS

    @valuser

    Participant

    @rogercoathup

    Participant

    @valuser – that plugin is nearly 3 years old. Given the hooks, priorities have changed – I doubt it works anymore.

    The link I’ve given provides a solution to the problem, with just one line that needs adding to bp-custom.php

    @valuser

    Participant

    Many thanks for the tip. I presume adding the line to the functions.php of a child theme would have the same effect.

    Crazily enough the plugin still works perfectly. Haven’t tried the linking to social networking bit yet. But otherwise all good. Separate words can be links with square brackets, and you can exclude fields altogether.

    @wesleysoccer

    Participant

    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;}

    @wesleysoccer

    Participant

    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.

    @aussiemike

    Participant

    @wesleysoccer – was that the css for buddypress theme or WP theme?

    Regards
    Mike

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Hide/Delete Base Profile Username’ is closed to new replies.
Skip to toolbar