shumoo
Newshumoo New
Reactions
-
Re: Youtube videos required DOUBLE CLICK to start
Initially there is a poster, not the real video embedded on the webpage. When you click it the first time, that actually triggers the video to load into the page. You need autoplay at this point for … (View Post)2 -
Re: NillaBlog not working
@ddumont, yes, changing it to $ConfigurationModel->SetField(array("Plugins.NillaBlog.CategoryIDs" => array())); corrects the problem. (View Post)3 -
Re: NillaBlog not working
` // EnabledPlugins $Configuration['EnabledPlugins']['GettingStarted'] = 'GettingStarted'; $Configuration['EnabledPlugins']['HtmLawed'] = 'HtmLawed'; $Configuration['EnabledPlugins']['VanillaStats'] … (View Post)2 -
Re: NillaBlog not working
I just deployed it on a fresh copy of 2.2rc1. It does not create the entries under //Plugins once enabled. (View Post)1 -
Re: 2.1 View count won't increament.
scratch that...fixed it. root cause is that C('Vanilla.Views.Denormalize', FALSE) is evaluating to true. I have $Configuration['Vanilla']['Views']['Denormalize'] = TRUE; in my config so I may have mi… (View Post)1