Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

Get a specific user album photo count

8 years 9 months ago
Licenses:
JomSocial Expired

Hello,

I would like to know if there is an api command to get the number of photos inside an specific album.

In my site every registered user has an album called "selfies", in some sictuations I need to get the count of photos inside this album. How could I do that and wich js files should I load?

Thanks in advance

8 years 9 months ago
Licenses:

Hi,

here the code example to get photos count at certain album

include_once JPATH_ROOT.'/components/com_community/libraries/core.php';
$photosModel = CFactory::getModel('Photos');
echo $totalPhotos = $photosModel->getTotalPhotos([album ID]);

please changing [album ID] with album ID that you need.

Regards

The following user(s) said Thank You: Daniel Antonio
Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW