Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can user change the logo of the jobskee website #23

Open
whitehorse1 opened this issue Oct 5, 2017 · 4 comments
Open

Can user change the logo of the jobskee website #23

whitehorse1 opened this issue Oct 5, 2017 · 4 comments

Comments

@whitehorse1
Copy link

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.

@sourcem2c
Copy link

To change logo .. goto views/default/assets/images .. and you will find logo.png there. Upload yours to replace this.

@pedromor
Copy link

pedromor commented Mar 1, 2018

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.

image

@joreluix
Copy link

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]

@devasia2112
Copy link

devasia2112 commented Aug 30, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants