These forums are provided for community interactions only. For official support please submit a support ticket.

You are not logged in.

  • Index
  •  »  / API
  •  » API only_active not working in 1.5?

#1 2012-05-23 23:56:14

matthewbacon
New Member
Registered: 2009-03-30
Posts: 3

API only_active not working in 1.5?

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

 

#2 2012-05-27 10:04:34

matthewbacon
New Member
Registered: 2009-03-30
Posts: 3

Re: API only_active not working in 1.5?

Has support stopped for this product?

Offline

 

#3 2012-05-27 12:47:06

brandonguy
Veteran Member
Registered: 2008-02-07
Posts: 210

Re: API only_active not working in 1.5?

Kinda.

It has slowed to a trickle last year or so.

They are cooking up something new and seem to have abandoned this

Offline

 
  • Index
  •  »  / API
  •  » API only_active not working in 1.5?

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson