SMFHacks.com

SMF Gallery Pro => Support => Feature Requests => Topic started by: SauloA on January 21, 2013, 11:44:45 pm

Title: Display Images From A Specific Category
Post by: SauloA on January 21, 2013, 11:44:45 pm
Is it possible to create an SSI function that will only display images from a specific category in SMF Gallery Pro?

I want to use something like ssi_gallerycategory($cat = 8,$limit = 1,$output_method = 'echo') outside of the forum.
Title: Re: Display Images From A Specific Category
Post by: SMFHacks on January 22, 2013, 09:03:22 am
Done new SSI function added to the Gallery SSI

SSI function ssi_galleryshowpictures($cat = 0, $output_method = 'echo', $limit = 1, $id = 0)

Title: Re: Display Images From A Specific Category
Post by: SauloA on January 23, 2013, 12:01:58 am
Works like a charm! Many thanks.