Hi there,
I needed a bbcode parser for mantis and I couldn find one, so I adapted phpbb2.x's bbcode.php to work with mantis.
A full instructionset can be found over here;
Adding a bbcode parser for Mantis 1.1.1 based on Phpbb2
[BETA] Bbcode parser addon for Mantis 1.1.1
Moderators: Developer, Contributor
-
- Posts: 4
- Joined: 27 Jun 2008, 06:38
- Location: Utrecht, The netherlands ( Moved from A'dam/Diemen )
- Contact:
[BETA] Bbcode parser addon for Mantis 1.1.1
Last edited by ramonfincken on 29 Jun 2008, 10:42, edited 1 time in total.
-
- Posts: 4
- Joined: 27 Jun 2008, 06:38
- Location: Utrecht, The netherlands ( Moved from A'dam/Diemen )
- Contact:
Re: Bbcode parser addon for Mantis 1.1.1
Updated so your [ code ] tags wont show < br /> but just normal new lines
Re: [BETA] Bbcode parser addon for Mantis 1.1.1
Want more plugins to customize Mantis?
=> http://deboutv.free.fr/mantis/
Mantis: 1.1.0, 1.1.0a2
PHP: 5.0.4
SQL: MySQL 5.0.19
OS: Linux
=> http://deboutv.free.fr/mantis/
Mantis: 1.1.0, 1.1.0a2
PHP: 5.0.4
SQL: MySQL 5.0.19
OS: Linux
-
- Posts: 4
- Joined: 27 Jun 2008, 06:38
- Location: Utrecht, The netherlands ( Moved from A'dam/Diemen )
- Contact:
Re: [BETA] Bbcode parser addon for Mantis 1.1.1
I am aware of that ubb/bbcode parser, but mine is not dependant on any installer.deboutv wrote:http://deboutv.free.fr/mantis/plugin.php?plugin=BBCode
Plus you can install any phpbb2 addon to create new tags ( youtube, left, center etc... ) because is it as very minor tweak from the phpbb2 normal way of parsing bbcodes.
Re: [BETA] Bbcode parser addon for Mantis 1.1.1
Bbcode help changing image size? On invision free boards does anyone know how to change your sig sizes on the board how to add in the code for the size change to start I know you add your [img]then%20pic%20addy[/img] but how do I add in the code to change the size of my pic?
-
- Posts: 6
- Joined: 23 Sep 2010, 03:39
Re: [BETA] Bbcode parser addon for Mantis 1.1.1
Also, afaik these plugins are not compatible with 1.2.x or laterdeboutv wrote:http://deboutv.free.fr/mantis/plugin.php?plugin=BBCode

Re: [BETA] Bbcode parser addon for Mantis 1.1.1
I had the same problem, so I created mine :thehandyman33 wrote:Also, afaik these plugins are not compatible with 1.2.x or laterdeboutv wrote:http://deboutv.free.fr/mantis/plugin.php?plugin=BBCode
http://www.mantisbt.org/forums/viewtopi ... =4&t=19555
Re: [BETA] Bbcode parser addon for Mantis 1.1.1
I converted original plugin from Vincent Debout so it can be used with new Mantis plugin system.
https://github.com/jhron/BBCodeGeSHi/wiki/Description
https://github.com/jhron/BBCodeGeSHi/wiki/Description
Re: [BETA] Bbcode parser addon for Mantis 1.1.1
Another BBCode plugin https://github.com/mantisbt-plugins/bbcode
Re: [BETA] Bbcode parser addon for Mantis 1.1.1
I'm using PhunkyBob's BBCode plugin and it works perfectly.