MyBB Community Forums

Full Version: Site News mod
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So I'm finally doing away with CuteNews on my site, but I run across a snag when I use
include("news.php");
in my site template:
Warning: Cannot modify header information - headers already sent by (output started at [sensitive info deleted]index.php:3) in [sensitive info deleted]forums/inc/functions.php on line 1121

Did a little snooping, apparently MyBB is trying to send cookies. But shouldn't line 5 of news.php,
define("NO_ONLINE", 1);
stop that? Or is there something else I'll have to change to make it work? Or do I have to write my own post scraper to use on my site?
I am having the same issue and came up with the same idea but no clues either.

Edit
I found a similar post on the mybb forums http://community.mybboard.net/showthread.php?tid=14202
Also there is this link which looks like he is aware of the issue
http://community.mybboard.net/showthread...137&page=2
Unfortunately I have not had time with finals and other programming for MyBB to take a look at the problem. I will look at it as soon as possible.
huh funny I had a quick dirty fix to make this work and it was deleted sorry to anyone who wanted it