LPH
Well-known member
How do I get the total media count for a site (for an external page)?
'xengallery_media_count' in XenGallery_Model_User would get for the user but what about the total count?
Also, something like this shows information for the latest user.
'xengallery_media_count' in XenGallery_Model_User would get for the user but what about the total count?
Also, something like this shows information for the latest user.
PHP:
$total_counts = XenForo_Model::create( 'XenForo_Model_Counters' )->getBoardTotalsCounter();
var_dump($total_counts);