• Put Wiki name and WikiPage Title in <title>..</title>

    By Ralph Bolton 2 decades ago

    This may be a problem with my implementation of 0.9.5 but…



    Wiki pages could/should have the name of the Wiki (as defined in the Config document) and also the WikiPage name in the .. of the HTML pages (so appear in the Browser title)



    For example:







    My OpenWiki: StartPage



    • suggestion for implementation

      By Julian Buss 2 decades ago

      I've encountered the same problem and fixed it for me in this way:



      1.) in shared field $HTMLHeader: add this at the beginning:



      @newline+""+@DbTitle + ": " + @If(@IsNewDoc; "New page"; title)+""+



      2.) in form "Wiki" (web): add a simple field after the





      Title:





      give the title field the HTML attribute


      "size=80"