Anonymous |
Change line 91 of components/content/com_content/content.php
to Code:$conn->Execute("INSERT INTO dk_content
(title,title_alias,introtext,bodytext,sectionid,".
"catid,created,modified,created_by,created_by_alias,published,ord
ering,". "metakey,metadesc,frontpage) ".
" VALUES
('$content_title','$content_title','$content_introtext','$content
_bodytext',".
"$content_secid,$content_catid,'$time','$time',$my->id,'$my-&g
t;username',$content_published,$order,". "'$content_metakey','$content_metadesc',1)"); $order = $easydb->neworder("content_frontpage"); $content_id = $conn->Insert_ID(); $conn->Execute("INSERT INTO dk_content_frontpage
(id,ordering) VALUES ($content_id,$order)");
Good luck!  |