BuddyDev

Search

How to get rid of this at sign?

  • Participant
    Level: Initiated
    Posts: 5
    Josh on #55045

    How can I get rid of this at-sign (@) at the user name on the profile page header and profile edit page header? This confuses my members.
    As far as I know to completely deactivate mentions is not a good idea cause it deactivates public posts on pinwand also.

    Using php needle in haystack function on template? Thanks for help!

  • Keymaster
    (BuddyDev Team)
    Posts: 24827
    Brajesh Singh on #55061

    Hi Josh,
    Thank you for the question.
    The simple solution is to use css.

    Regards
    Brajesh

  • Participant
    Level: Initiated
    Posts: 5
    Josh on #55082

    Its hardcoded in html so how can I achieve that with CSS???

    My solution was: I copied the template to my child theme and just deleted the @ sign at the code.

  • Keymaster
    (BuddyDev Team)
    Posts: 24827
    Brajesh Singh on #55094

    Hi Josh,
    You can use css and set display:none to hide it. That will not remove the text from markup but hide it(You need to set it on the element that wraps the @…)

    Regards
    Brajesh

You must be logged in to reply to this topic.

This topic is: not resolved