Hi guys
I have a question for Cobalt 8.
Is it possible that articles of a disabled (blocked) joomla user to not participating to any cobalt results (search, filter results, lists)
I can hide the items on lists by adding on list template
<?php foreach ($this->items AS $item):?>
<?php // code addition begin: if record owner is disabled do not display record ?>
<?php if(JFactory::getUser($item->user_id)->block == '1') continue; ?>
<?php // code addition end ?>
but the results count, filters etc are not right.
Hi guys
I have a question for Cobalt 8. Is it possible that articles of a disabled (blocked) joomla user to not participating to any cobalt results (search, filter results, lists)
I can hide the items on lists by adding on list template
but the results count, filters etc are not right.