MyBB Community Forums

Full Version: portal news on external page?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there any one that can take alook at the portal.php and get the code to have news post on an external page. I've tried all the methads i could find here. And nothing works as good as the portal.php. But i want to use Joomla as my main CMS and use MyBB as the forums and news system. Thanks!
Look at this thread. -> http://community.mybboard.net/showthread...1#pid24911
And read the other posts aswell Smile there are many codes you could use there.
Yes they do work. But none of them show attachments. Nor do they use the css for the boards. Those work for getting basic news on to a page. But i'm looking for the news to look as it does on the portal.php.
Well it shoulden't be any problems doing that, however, you would need to include global.php from the forums directory, or you may test this file here ->
http://community.mybboard.net/attachment.php?aid=2414
to call it;
$mybbSDK = new MyBBSDK;
$mybbSDK->connect();
//etc
Then you need to run the query to get the posts from the forum, the other things should be pretty clear inside portal.php.
Well i know nothing about PHP. I was hoping someone would write a PHP script for me.