Search found 2 matches

by davidf
07 Jun 2007, 07:23
Forum: Customizations
Topic: Need an editor?
Replies: 10
Views: 29363

using TinyMCE : sample not complete ?

Hello,

To make the sample working, you have to put all the text between echo '<head> and <script> in one line, and add '; at this end of line, and it will work better.
After doing that, this work better. With Tiny MCE, you can customize the number of buttons proposed ( tinyMCE.init({ mode ...
by davidf
13 Apr 2007, 07:55
Forum: Help
Topic: how to make filter minimised in view all bug page by default
Replies: 3
Views: 8666

making Filter minimized by default in view all bug page

Hello,

you can find here the change on source code I made on Mantis 1.0.7 for this functionality :

Index: /mantis/core/filter_api.php
===================================================================
--- /mantis/core/filter_api.php (revision 16)
+++ /mantis/core/filter_api.php (revision 17 ...