Jump to content


Photo

Branding

branding

  • Please log in to reply
3 replies to this topic

#1 robinflyhigh

robinflyhigh

    Newbie

  • Members
  • Pip
  • 2 posts

Posted 16 October 2012 - 04:17 PM

Currently there is not space to upload custom logo and set themes for the site. Not a must feature but defiantly would have a good feeling to the people in an organization who uses the tools.

#2 Ivica

Ivica

    Advanced Member

  • Moderators
  • 478 posts

Posted 17 October 2012 - 07:34 AM

You can change default logo, by replacing it with another in filesystem, and it will works. We plan to add more options for switching themes, right now, you must do this manually. We are focusing now or adding some important features, and fixing existing bugs, but this things that you mentioned are in our roadmap.

#3 benovic

benovic

    Advanced Member

  • Members
  • PipPipPip
  • 42 posts

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 paulpixel

paulpixel

    Member

  • Members
  • PipPip
  • 12 posts

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