#2
Posted 17 October 2012 - 07:34 AM
#3
Posted 29 January 2013 - 07:16 AM
a clean way is to add a folder called "custom" in the base folder and add a .htaccess file in the base with a redirect:
Redirect /app/themes/default/images/Zurmo_logo.png /custom/Zurmo_logo.png
Now download the zurmo logo and edit it to your needs. place your edited logo in the custom folder.
this should be update-proof and you do not have to mess with the application files.
#4
Posted 18 February 2013 - 07:52 PM
We found most of the settings we needed to change in the CSS or in Themes. There are a couple of hard coded logo instances
( like /protected/modules/zurmo/views/HeaderLinksView.php ) that are probably bad form, and should be variablized as part of config in future releases. Or better yet.. the renderContents() method should use YII to simply render a tokenized html templat that lives in /app/themes/
People should be able to customize the app's visual appearance without ever touching core, or overwriting files etc.
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users









