BG78 Approved

Member since: 2016-10-05

Recent posts by BG78
Post When

Is there a solution to this question?

Posted in Multiselect in Component Properties [resolved]

Hi. Create a simple new plugin and place your extend function inside the plugins boot() function in ...

Posted in Making a theme customisation field jsonable

Hi. Is there a solution to this in the meantime?

Posted in dependsOn in the frontend

Hi. I made a simple plugin to make a multisite installation on octobercms. In my multisite plugin i ...

Posted in Problem with listener cms.theme.getActiveTheme and scss assetVar

Hi. Maybe the multisite plugin will help you?

https://octobercms.com/plugin/voipdeploy-multisite

Posted in Multiple domains (with different languages) on the same install?

Hi @all.

I'm building a Plugin Component. In properties i'd like to add a multiselect option (e.g. c...

Posted in Multiselect in Component Properties [resolved]

You should use it as variable {{colorscheme}} in frontend. If this will not work, try to define your...

Posted in Passing custom parameter to a layout via the admin interface

Hi. You can do this with RainLab.Pages (static pages) plugin.

Posted in Content blocks

Hi. I dont know if i understood right, but in your dropdown definition you can use

emptyOption: --...

Posted in Deselect dropdown option

Hi. I extended the static pages in register method of a Plugin.

public function register() 
{
    Ev...

Posted in Passing custom parameter to a layout via the admin interface