Jump to content

Recommended Posts

Posted

is it possible for a script to be able to automatically change the client area theme on a regular basis from the list of available themes? (like google does with its logo on it chrome browser)

 

Im mainly want to be able to change the colors more than anything else.

 

if so, how would i do this?

Posted

You can create a plugin that registers an automation task. It can run automatically by cron at whatever interval or at any time frame you want.

When your plugin's automation task is run, you can change the theme for the company. Take a look at the source documentation for Themes::change regarding changing the theme. There are also methods for fetching the available themes so that you can pick one from the list to change it to.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...