Open whitehorse1 opened 7 years ago
To change logo .. goto views/default/assets/images .. and you will find logo.png there. Upload yours to replace this.
I'm not seeing a png in that folder in my install. Trying to get rid of the the jobskee text in the nav bar.
For the images, it worked me, add or modify the file .htaccess into assets folder with next code:
RewriteEngine on RewriteCond %{REQUEST_URI} ^upload/members/.*.(gif|jpe?g|png)$ [NC] RewriteRule .? - [F,L]
to get rid of the name go to the translation file called en.ini
, to change the logo go to header.php
and change line 45 from:
<a class="navbar-brand" href="<?php _e(BASE_URL); ?>"><?php _e(APP_NAME); ?></a>
to:
<a class="navbar-brand" href="<?php _e(BASE_URL); ?>"><img src="<?php echo APP_SET_LOGO; ?>" /></a>
APP_SET_LOGO just added another define with config.php
Line 35 (// APPLICATION SETTINGS).
All set, i would like to use the native method of the application if there is one, but i couldn't find it.
When I check in Jobskee assets/defaults/images, there are no logo there. How do i change the logo to a different company logo on the jobboard.
It is much different from jobberbase.