tibberous Posted January 3, 2008 Share Posted January 3, 2008 I'm trying to create a simple message board for my site. The only 'advanced' features I want are UBB code support for images, urls, b/u/i, lists, pre, code and code highlighting. I have tried twice to use PHPBB, but there is just too much to it. It's templating system doesn't let PHP run, so I would have had to change all the core pages, then change the skin, kill the extra crap, and replace template variables with real variables. I've decided to break down and just write the whole system, but was wondering if there were some UBB converting functions already out there - or at least a way to syntax highlight the php code similar to the way this board works. Quote Link to comment https://forums.phpfreaks.com/topic/84324-i-need-a-message-board/ Share on other sites More sharing options...
trq Posted January 3, 2008 Share Posted January 3, 2008 You should be able to find many examples of bbcode in php and there is a great syntax highlighting lib here. Quote Link to comment https://forums.phpfreaks.com/topic/84324-i-need-a-message-board/#findComment-429433 Share on other sites More sharing options...
The Little Guy Posted January 3, 2008 Share Posted January 3, 2008 is this what you are looking for? http://phpsnips.com/snippet.php?id=41 Quote Link to comment https://forums.phpfreaks.com/topic/84324-i-need-a-message-board/#findComment-429462 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.