Search found 2 matches

by melcie
24 Mar 2023, 13:51
Forum: Help
Topic: plugin mantisbt_autosuggest
Replies: 1
Views: 2589

plugin mantisbt_autosuggest

Hello,

We are interested by the plugin mantisbt_autosuggest https://github.com/nenes25/mantisbt_autosuggest , but its installation fails because our MantisBT version is 2.25.x
Could it be possible to allow newer MantisBT releases ?
I add a quick look at the code, and it seems that the code checks ...
by melcie
23 Mar 2023, 09:52
Forum: Help
Topic: Add a table in description of issue
Replies: 2
Views: 2438

Add a table in description of issue

Hello,
I search how to add a table in Description field of an issue for a non-technical user.
I installed BBCode+ plugin and I tested the following table
[table]
[tr]
[th]Name[/th]
[th]Age[/th]
[/tr]
[tr]
[td]John[/td]
[td]65[/td]
[/tr]
[tr]
[td]Gitte[/td]
[td]40[/td]
[/tr]
[tr]
[td]Sussie[/td]
[td ...