MyBB Community Forums

Full Version: Display messages outside of myBB- formatting
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Well,

My client wants to move their articles outside of MYBB and make it available to everyone... but does not like the display format. She wants a very simple list. BUT she loves editing and managing the files inside of mybb.

So, I knew I would run into this problem with the formatting.. and of course I did
http://www.smoms.org/articles.php

So, what is the simplest way to use the mybb showthread function outside of mybb? Before I spend a lot of time doing something...

1) Can it be done (I assume yes, since it works well on showthread.php)
2) what is the best way I can do this? There seems to be a function parse_message... so I know I have to include all the necessary files, but want to know the way to display it properly.

Suggestions? Your help is greatly appreciated.
you have to include inc/class_parser.php and make use of the function (not sure how exactly to use it)
check if parser.xml used for page manager here gives you an idea or try to trace out showthread.php