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/member-cat.php");
?>
echo $what ?>: echo $cat ?>
############### Questions
if($tquests > 0){
$r = 0;
while ($qresult->next()) {
extract($qresult->row);
$tease .= "...";
?>
$stars=0;
}
$actioncall = "plain calltoaction";
}
else {
// no questions
$actioncall = "plain calltoactionB";
}
?>
if($tquests > 5){
?>
} ?>
echo"$cat"; ?> Blog Entries
############### Blogs
if($tblogs > 0){
while ($bresult->next()) {
extract($bresult->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;
}
$actioncall = "plain calltoaction";
}
else {
// no questions
$actioncall = "plain calltoactionB";
}
?>
if($tblogs > 5){
?>
} ?>
############### Photos
if($talbums > 0){
$stars=0;
while ($row = mysql_fetch_array($presult)) {
extract($row);
$latestpic = $photo_obj->latestPhoto($id);
$name = stripslashes(str_replace("+"," ",$name));
$showphoto = str_replace(".jpg","_136.jpg",$latestpic);
$picpath = $pics_base.$year."/".$month."/".$day."/".$reg_id."/".$showphoto;
?>
$stars=0;
}
}
else {
// no pics
?>
echo $screenname; ?> has not yet posted photos.
}
if($talbums > 5){
?>
}
else { ?>
}
?>
include("includes/global2/cm/scripts/membercats.php"); ?>
include("includes/global2/cm/scripts/membertags.php"); ?>
include("includes/siteft.html"); ?>
include("includes/global2/network/networkft.html"); ?>