Skip to content

Redmine plugin for displaying fixed headers on the issue page when scrolling down.

License

Notifications You must be signed in to change notification settings

YujiSoftware/redmine-fixed-header

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redmine Fixed Header plugin

This is a plugin for Redmine to show fixed header in issue page.

Capture

Demo

Online demo page

Installation

Install the plugin in your Redmine plugins directory, clone this repository as redmine_fixed_header:

cd {REDMINE_ROOT}/plugins
git clone https://github.com/YujiSoftware/redmine-fixed-header.git redmine_fixed_header

If git is not installed, then download a zip, and move to your Redmine plugins directory.

curl -o redmine-fixed-header-master.zip https://codeload.github.com/YujiSoftware/redmine-fixed-header/zip/master
unzip redmine-fixed-header-master.zip
mv redmine-fixed-header-master redmine_fixed_header
mv redmine_fixed_header {REDMINE_ROOT}/plugins

And restart your http server.

Preferences

In "My account" page, you can show / hide fixed header for each user. (Contributed by @paolobattistella)

Requirement

  • Redmine 2.1 - 2.6, 3.x, 4.x or later

About

Redmine plugin for displaying fixed headers on the issue page when scrolling down.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published