These forums are provided for community interactions only. For official support please submit a support ticket.
You are not logged in.
Hi,
Has anyone got 'only_active' albums method call working? If I make the following call...
$albums = $director->album->all();
it returns the same as...
$albums = $director->album->all(array('only_active'=>true));
or indeed...
$albums = $director->album->all(array('only_active'=>false));
Any suggestions??? I've looked at the original php files of slidedhowpro but cannot fathom it all out! There must be a bug but I cannot find it.
Thanks
Offline
Has support stopped for this product?
Offline
Kinda.
It has slowed to a trickle last year or so.
They are cooking up something new and seem to have abandoned this
Offline