include_once("/editorial/global2/network/scripts/networkhd.php");
include_once("includes/config.php");
include_once("includes/global2/cm/scripts/CMconfig.php");
include_once("includes/global2/cm/scripts/class.CM.php");
include_once("includes/global2/cm/scripts/blog.php");
?>
if($is_pro < 1){ ?>
echo ($blogtitle != "" ? $blogtitle : "Blog Entries"); ?>
}
else {
//echo "
include pro blog header here
";
include("probloggers/{$reg_id}.html");
}
?>
if($cat) { echo "
".$cat." blog entries
"; } ?>
include_once("/editorial/global2/cm/scripts/notify_ck.php"); ?>
if($message){ ?>
echo $message ?>
} ?>
if($links) { ?>
} ?>
if($blogresult->num_rows() > 0){
while ($blogresult->next()) {
extract($blogresult->row);
// clean out tags and chop the tease length
$tease = strip_tags($tease);
$wordz = str_word_count($tease, 2);
if(count($wordz) > 20){
$pos = array_keys($wordz);
$tease = substr($tease, 0, $pos[20]);
}
$tease .= '...';
?>
$stars=0;
}
}
else {
// no blogs
?>
echo $screenname; ?> has not yet posted blog entries.
}
?>
if($is_pro < 1){ ?>
}
else {
include("probloggers/{$reg_id}_twitter.html");
print"
";
}
?>
include("includes/global2/cm/scripts/membertags.php"); ?>
if($is_pro < 1){ ?>
}
else {
//link to pre-CM blog";
include("probloggers/{$reg_id}_previous.html");
print"
";
//include("probloggers/alertsignup.html");
}
?>
include("includes/global2/cm/scripts/membercats.php"); ?>
include("includes/siteft.html"); ?>
include("includes/global2/network/networkft.html"); ?>