Search found 6 matches

by PhunkyBob
14 Jul 2011, 08:05
Forum: Help
Topic: How to use the "img" tag in Mantis ?
Replies: 1
Views: 2494

Re: How to use the "img" tag in Mantis ?

I found a workaround, creating a plugin that allows me to use BBCode:

http://www.mantisbt.org/forums/viewtopi ... =4&t=19555
by PhunkyBob
13 Jul 2011, 17:17
Forum: Customizations
Topic: [BETA] Bbcode parser addon for Mantis 1.1.1
Replies: 9
Views: 16064

Re: [BETA] Bbcode parser addon for Mantis 1.1.1

thehandyman33 wrote:
Also, afaik these plugins are not compatible with 1.2.x or later :(
I had the same problem, so I created mine :
http://www.mantisbt.org/forums/viewtopi ... =4&t=19555
by PhunkyBob
13 Jul 2011, 17:14
Forum: Customizations
Topic: [Plugin] Mantis SimpleBB: a simple BBCode implementation
Replies: 1
Views: 7455

[Plugin] Mantis SimpleBB: a simple BBCode implementation

Good day,

As I didn't found a simple BBCode plugin for Mantis 1.2, I created mine...


Installation

Copy the directory "MantisSimpleBB" to your "plugins" directory in Mantis.
Log as administrator and go to the "Manage", "Manage Plugins" page (manage_plugin_page.php).
Click on the "install" link ...
by PhunkyBob
13 Jul 2011, 11:25
Forum: Help
Topic: How to use the "img" tag in Mantis ?
Replies: 1
Views: 2494

How to use the "img" tag in Mantis ?

Good day,

I would like to display a picture in a note.

When I use
<img src="http://www.mantisbt.org/forums/styles/prosilver/imageset/site_logo.gif">

it displays me the string, not the image.

I haven't found the option "allow img tag".

I haven't found where I can modify the source code to ...
by PhunkyBob
24 Jan 2011, 14:55
Forum: Help
Topic: [Solved] Many "SYSTEM WARNING: in_array()" errors
Replies: 3
Views: 3237

Re: Many "SYSTEM WARNING: in_array()" errors

I found that the plugin "Plugin Manager" is not compatible with Mantis 1.2.4.

I uninstalled it, and this errors disapreared.


I think it would be great to display a warning in the plugin page. Something like "be careful, Plugin Manager doesn't work with Mantis 1.2.4 and above".
by PhunkyBob
24 Jan 2011, 13:27
Forum: Help
Topic: [Solved] Many "SYSTEM WARNING: in_array()" errors
Replies: 3
Views: 3237

[Solved] Many "SYSTEM WARNING: in_array()" errors

Good day,

I've just installed MantisBT in my server (last stable release : 1.2.4).
Unfortunatly, when my user log in, there is a lot of "SYSTEM WARNING: in_array()" messages printed in red.

http://img27.imageshack.us/img27/7029/20110124142412.png

When I go in the source code, I see some things ...