1 (edited by KANekT 2013-06-11 05:47:54)

Topic: [Release] Catalog

Plugin to create a directory on the site.

Catalog opens the link / catalog or embedded on the page via short code.

Add Tag

Create new catalog

Add image

Add item to catalog

View in site


Шорткоды

{catalog list="menu"} / <?php Catalog::Menu();?>
{catalog list="last" count=5} / <?php Catalog::Last(5);?>
{catalog list="item" uid=1} / <?php Catalog::Item(1);?>
{catalog list="cat" uid=1} / <?php Catalog::View(1);?>

Terms of Use : Creative Commons Attribution-NonCommercial 3.0

1 commercial license (5$) - 1 site.

For work you must first install: This Plugin

Download

Re: [Release] Catalog

New version 1.4.0

Re: [Release] Catalog

Hello,

I can not make this plugin work. If i add {catalog list="menu"} or <?php Catalog::getMenu();?> i only get a blank page. The only think that works is this {catalog list="item" uid=1} / <?php Catalog::getItem(1);?>.
Can anyone help me with this? Am i missing something? I have installed dev plugin.
Thank you!

Re: [Release] Catalog

Version Plugin's ?

Re: [Release] Catalog

dev plugin  is 1.4.0 and catalog is 1.5.0

6 (edited by KANekT 2013-06-11 05:41:49)

Re: [Release] Catalog

fixed in 1.5.1

<?php Catalog::Menu();?>
<?php Catalog::Item(1);?>