Wiki link on "Welcome text"
Added by Mauro Condarelli about 7 years ago
Hi,
I would like to add a link directly on Home page, probably in "Welcome text" to some public pages (probably in Wiki) detailing usage procedures, and such.
It would also be very helpful to have such a link point to different places (or to have a different Home page) for registered and unregistered users.
Is this possible, somehow?
If so: how?
Wiki links are ignored in Welcome text, and this makes sense, somewhat, as wiki is linked to a project and you are not on a project, yet.
Any hint?
TiA!
Replies (1)
RE: Wiki link on "Welcome text" - Added by Mischa The Evil about 7 years ago
Mauro Condarelli wrote:
Wiki links are ignored in Welcome text, and this makes sense, somewhat, as wiki is linked to a project and you are not on a project, yet.
You can use cross-project wiki links (source:/trunk/app/helpers/application_helper.rb@17016#L732) for this purpose. E.g.: [[project_identifier:wikipage]].
Note: (other) Redmine links have cross-project support too, see source:/trunk/app/helpers/application_helper.rb@17016#L823.