Jump to content

custom bbcode

Featured Replies

Posted

Hello,
I've been using phpBB for a while, and I've decided to switch to IPB. However, I've had a custom BBCode in phpBB [mirc][/mirc] which is a mIRC scripting syntax highlighter (like php syntax highlighter) but it's custom made.

Adding BBCode to IPB as it seem, isn't this hard but.. I had a mirc.php and mirc.css files etc.. and I had modified bbcode.php in phpBB.

So, anyone aware of how do I import this bbcode from phpBB to IPB?

Help is appreciated. Thanks in advance.

Regards,

this is more of a support topic, but does come up with an interesting feature.


Why not make a "run this php file to parse BBCode"

Basically make a simple bbcode parser class, it will create it, passing on the contents of the bbcode to it, and you program the rest. :D

Hmm... makes coding things like that way easier!

Why not make a "run this php file to parse BBCode"


>_< well I'm new to php... any idea where do I find a tutorial on how to make this?

If I were you, I'd go to IPSBeyond for something such as this.

>_< well I'm new to php... any idea where do I find a tutorial on how to make this?



This isn't core functionality, you would need to modify the source code for IPB's BBCode parser same as you did for phpBB.

Yeah I was saying it should be a feature, such as the custom php code run at subscription time and such.

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.