Skip to:
Content
Pages
Categories
Search
Top
Bottom

Dynamic Profile Link

  • @s1r0n

    Participant

    Does anybody know how to get the dynamic profile link (username -> profile screen) in the top grey menu just below the green BBS header, top of the page to the right?

Viewing 5 replies - 1 through 5 (of 5 total)
  • @robkk

    Moderator

    Its the WordPress toolbar, a bit customized, but its definitely the default WordPress toolbar.

    https://codex.wordpress.org/Toolbar

    @s1r0n

    Participant

    Right thanks!

    @s1r0n

    Participant

    So, another question, does somebody know how to generate the nice layout of the above menu?

    How bout positioning? The default position is at the very top. How does bbpress get it to render underneath the header?

    @robkk

    Moderator

    The toolbar on this site is sort of absolutely positioned, it has this CSS used. Its not really that great if you want a good mobile site.

    #wpadminbar {
      top: 81px;
    }

    @s1r0n

    Participant

    ah yes. I see. thx

Viewing 5 replies - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.
Skip to toolbar