Project

General

Profile

Text in the "New Issue" Area

Added by Karl Heinz Marbaise over 15 years ago

Hi there,
I would like to know if there is an official way to add an Text box like in this Redmine installation with some hints etc. see the attached screen shot.

issue-pre-text.JPG (20.9 KB) issue-pre-text.JPG Notes about submitting bugs

Replies (2)

RE: Text in the "New Issue" Area - Added by Mischa The Evil over 15 years ago

Hi Karl (Heinz),

There doesn't exist an official way to do this. Though it is quite easily to hack this in manually.

To create the same as here on redmine.org you should add the plain HTML to the issue_new view. This can be done by adding the following snippet into source:trunk/app/views/issues/new.rhtml between line 1 and 3:

<div class="nodata">
<p>Before submitting a bug report, please check <a href="/wiki/redmine/SubmittingBugs">SubmittingBugs</a>
to make sure you provide all the required information.<br />
If you just want to test Redmine, you can go to the <a href="http://demo.redmine.org">online demo</a>.</p>
</div>

Hope this helps....

Greetings...

RE: Text in the "New Issue" Area - Added by Karl Heinz Marbaise over 15 years ago

Hi Mischa,

first of all many thanks four your answer....

Hi Karl (Heinz),

There doesn't exist an official way to do this. Though it is quite easily to hack this in manually.

That's what i expected. So my problem is, i have a setup with 10 projects within a single Redmine instance, so i can't hack the site
in that way....

So the way i'm doing will be to suggest a new feature on a project base...

Kind regards
Karl Heinz Marbaise

    (1-2/2)