signature;
$username = $user->name;
$avatar = $user->avatar;
$ordering = $user->ordering;
//that's what we got now; later the 'future_use' columns can be used..
$csubslist = count($subslist);
// include_once ('components/com_kunena/bb_adm.js');
?>
0)
{
foreach ($subslist as $subs)
{ //get all message details for each subscription
$kunena_db->setQuery("select * from #__fb_messages where id=$subs->thread");
$subdet = $kunena_db->loadObjectList();
check_dberror("Unable to load subscription messages.");
foreach ($subdet as $sub)
{
$k = 1 - $k;
echo "
";
echo "
$enum: ".html_entity_decode_utf8(stripslashes($sub->subject))." by ".html_entity_decode_utf8(stripslashes($sub->name));
echo "
";
echo "
";
$enum++;
}
}
}
else {
echo "
" . _KUNENA_NOSUBS . "
";
}
echo "
";
}
//**************************
// Prune Forum
//**************************
function pruneforum($option, $forumList) {
?>