Feature #68
closedAdd information about IRC channel to frontpage
0%
Description
In order to make it easier for new people to find the IRC channel, I have created a page with information about it, and with room for more channels, if they should follow (ie. for language specific ones): IRC Channels.
Should a link be added to that page from the frontpage, like the link to the Mailing Lists page?
Updated by Andre van Eyssen about 13 years ago
- Status changed from New to In Progress
- Assignee set to Andre van Eyssen
- Priority changed from Normal to Low
Confirm, IRC Channel information should be linked.
Updated by Andre van Eyssen about 13 years ago
- Assignee changed from Andre van Eyssen to Captain Administrator
Anil,
How do we edit the front page in Redmine? I've poked around but can't see an obvious way ...
(please explain rather than fixing the fault yourself)
Andre.
Updated by Captain Administrator about 13 years ago
- Assignee changed from Captain Administrator to Andre van Eyssen
Andre van Eyssen wrote:
Anil,
How do we edit the front page in Redmine? I've poked around but can't see an obvious way ...
(please explain rather than fixing the fault yourself)
Andre.
In redmine folder, CD to plugin directory `vendor/plugins/nexentastor_plugin`. Edit `init.rb`. I beleive the line you'd need to add is something like
`menu.push :IRC, 'http://www.example.com/ircpage',`
Once done restart apache. Redmine will barf if there's a syntax error, so you can simple revert back the change if this happens.
~Anil
~Anil
Updated by Captain Administrator about 13 years ago
the above was for the main top menu. For the rest of the page, look at
`app/views/home/index.rhtml`
Updated by Joshua M. Clulow over 8 years ago
- Status changed from In Progress to Closed
- Difficulty set to Medium
- Tags set to needs-triage
Seems to be on the wiki front page.