pdir / social-feed-bundle

Social feed extension for Contao CMS
GNU Lesser General Public License v3.0
13 stars 15 forks source link

Fix: Template Vars #90

Closed Ainschy closed 2 years ago

Ainschy commented 2 years ago

Some variables are not up to date in the template.

This causes the columns and the Masonry function to be executed.

seibtph commented 2 years ago

The variables are passed in the ModuleCustomNewslist.php. Therefore it should work.

$this->Template->sfMasonry = $this->pdir_sf_enableMasonry;
$this->Template->sfColumns = ' '.$this->pdir_sf_columns;
Ainschy commented 2 years ago

sfMasonry and sfColumns are not in template vars from mod_newslist_social_feed.html Contao 4.9.33 / PHP7.4

So i found only pdir_sf_xxx versions in template vars

seibtph commented 1 year ago

Which social feed version do you have installed?