While this isn't a proper Extension, it's the only place I found for "themes", so here goes.

May I present to you, my image header theme.
Features:

  • Images as headers
  • User page bio height limit
  • Grey border around text for readability.

Installation:

Changelog:

  • First Release
    3 months later
    8 days later
    a month later

    Mot You could use the devflarum site to try out the CSS for yourself. After that it's simply a matter of changing the first line to match your image file.

    a month later

    Does anyone happen to have a copy of this? Hastebin seems to have deleted my paste.

      5 days later
      a year later

      Suggestion modification ... depend on people its second option for more biutiful image and presentation ...

      check this out : https://manslandlife.tk/forum/v2/

      change this :
      '.Hero {
      margin-top: -1px;
      background: url(@headerimg) no-repeat center center fixed;
      -webkit-background-size: cover !important;
      -moz-background-size: cover !important;
      -o-background-size: cover !important;
      background-size: cover !important;
      background-position: 0 0 !important;
      text-align: center;
      color: #FFFFFF;
      text-shadow: 0 0 2px #FFFFFF;
      }'

      TO this

      '.Hero {
      background: url(@headerimg);
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      text-align: center;
      color: #FFFFFF;
      text-shadow: 0 0 2px #FFFFFF;
      }'

      4 months later
      2 years later