Is it possible to call the notifications of a particular category via Easy Discuss Factory?
Like i have with EasySocial for User Info?
Like i have with EasySocial for User Info?
<?php
require_once( JPATH_ADMINISTRATOR . '/components/com_easysocial/includes/foundry.php' );
// Get the current logged in user
$my = Foundry::user();
?>
<img src="/$my->getAvatar();" />
<?php
$model = DiscussHelper::getModel('Posts');
echo $model->getUnansweredCount();