ChiliProject is not maintained anymore.
Please be advised that there will be no more updates.
We do not recommend that you setup new ChiliProject instances and
we urge all existing users to migrate their data to a maintained
system, e.g. Redmine. We will
provide a migration script later. In the meantime, you can use the
instructions by
Christian Daehn.
Forums » Develop »
replacing hyperlink under Help top menu item
Added by Paweł O at 2012-01-26 07:14 am
I wonder what is a possibility of replacing hyperlink under Help top menu item so it could point to another page eg. some wiki page with Help for users in another language.
The help link ist defined in source:/lib/redmine/info.rb#L21, you can change it there, though making a small plugin for it might make upgrades easier.
OK. Thanks Felix. Can you point me to some nice tutorial how to write plugins?
These wiki pages (and subpages) are empty:-( I do not seen anything there.
Oh, they haven't been ported from the Redmine wiki yet then, but the instructions regarding building plugins in the Redmine wiki should still mostly apply for ChiliProject plugins.