$news_info = array(
"news_id" => $data['news_id'],
"user_id" => $data['user_id'],
"user_name" => $data['user_name'],
"news_date" => $data['news_datestamp'],
"news_ext" => $data['news_extended'] ? "y" : "n",
"news_reads" => $data['news_reads'],
"news_comments" => dbcount("(comment_id)", DB_COMMENTS, "comment_type='N' AND comment_item_id='".$data['news_id']."'"),
"news_allow_comments" => $data['news_allow_comments'],
[color=#cc0000]"news_cat_name" => $data['news_cat_name'][/color]
);
echo "<div class='newsinfo'>Posted by <a href='".BASEDIR."profile.php?lookup=".$info['user_id']."'>".$info['user_name']."</a> under the category [color=#ff0000]".$info['news_cat_name']."[/color]</div>";
Category Forum
Content Administration - 8Labels
None yet
Statistics
1 participant
Notifications
You are not receiving notifications from this thread.
Related Questions