Skip to:
Content
Pages
Categories
Search
Top
Bottom

How can I change output of bp_loggedinuser_link ()

  • Here is the deal:

    this creates a link that links to the users profile. The actual text on the webpage is the users username. I want the link to still be the same, but I want the actual text on the webpage to say Profile.

    example:

    If the username is TEST, the link will point to the profile for TEST, and the text on the webpage actually says TEST. I want the text on the website to say Profile, but still point to the correct URL

    Any ideas? I figured I would ask here since this is a BP function

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

  • nicolagreco
    Participant

    @nicolagreco

    look for the filter that the function uses

    that makes sense, I am just a little turned around in the code. I actually had Andy reply to this question once before and we could not get this to work, so the one who figures it out will be … “The Man” lol.


    boah123
    Participant

    @boah123

    Did you find the answer? Because I would like to know this too. ;)


    Scott
    Participant

    @sjgallan

    Hey, I don’t know if this helps but I just replaced this bp_loggedinuser_link () method with this:

    `<a href="”>My Profile`

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How can I change output of bp_loggedinuser_link ()’ is closed to new replies.
Skip to toolbar