i suppose some clarification is in order. I need to assign the value of this configuration variable based on data retrieved from a plugin called when roundcube is loaded. the startup hook is what im using currently, along with the config->set method to assign the variable skin_logo however it doesnt seem to work and the roundcube logo is still displayed.
Steve Perkins writes: > « HTML content follows » > Hi, yes there is an option in config/main.inc.php > // replace Roundcube logo with this image > // specify an URL relative to the document root of this Roundcube installat > ion > $rcmail_config['skin_logo'] = 'https://images.<yourdomain>.com/<logo_file>. > png'; > > It also works if you want to point it at a different server. > > > > > > > > On 19.01.2012 01:51, [email protected] wrote: > >> Greetings, >> Is it possible to dynamically assign the value of skin_logo in roundcube >> >> through a plugin? i cant find a hook that seems to do manage to correctly >> >> set and display the resulting parameter by the time the first page loads >> -- List info: <URL:http://lists.roundcube.net/users/>http://lists.roundcu >> be.net/users/ BT/0fe063a5 -- List info: http://lists.roundcube.net/users/ BT/8f4f07cd
