Removing the footer from Confluence Documentation Theme

confluenceheaders

I'm using Atlassian Confluence 4.2.6 with the Documentation Theme and would like to completely remove the footer (the thing on the bottom of e.g. this page).

I know how to change the default text or hide the footer contents via Javascript/CSS, but I'd like to remove it completely, probably by changing the Velocity template (I tried that, but without success).

Can anyone help?

Best Answer

  • Extract the content of %confluence_home%/bundled-plugins/doctheme-2.x.x.jar
  • Comment out the following line at the end of file doctheme\decorators\main.vmd:

    ##parse ("/decorators/includes/footer.vm")

  • zip the files again and upload he plugin

Tested with Confluence 4.1.19 and doctheme-2.0.9.jar