Closed markocupic closed 4 years ago
Hi Dennis I've extended your module to reach feature/unfeature functionality like in the news module of the contao core.
I did changes in:
languages/de/tl_module.php
languages/de/tl_portfolio.xlf
dca/tl_portfolio.php (added 1 operation, added 1 field, added 2 callbacks to table class)
dca/tl_module.php (added 1 field)
modules/ModulePortfolioList.php (build correct query if $this->portfolio_featured is set in the module settings)
It would be nice, if you could pull my request. ;-)
Best regards
Marko
Thanks Marko,
your pull request will be used in Version 2
Hi Dennis I've extended your module to reach feature/unfeature functionality like in the news module of the contao core.
I did changes in:
languages/de/tl_module.php
languages/de/tl_portfolio.xlf
dca/tl_portfolio.php (added 1 operation, added 1 field, added 2 callbacks to table class)
dca/tl_module.php (added 1 field)
modules/ModulePortfolioList.php (build correct query if $this->portfolio_featured is set in the module settings)
It would be nice, if you could pull my request. ;-)
Best regards
Marko