ok now im getting this error when i hit submit new thread.
Fatal error: Call to a member function set() on a non-object in /home/buckyuk/public_html/moneymakingexperts.org/includes/functions_newpost.php on line 321
I added the code you gave from line 319 to 322
Code:
if ($type == 'thread' AND isset($post['authorship']))
{
$dataman->set('authorship', $post['authorship']);
}