Black

Change Logo Image? - Black

Change Logo Image?

by kbmclaren » Sun Apr 05, 2015 2:12 pm

Is it possible with this style?
kbmclaren
Registered User
Posts: 8
Joined: Fri Apr 03, 2015 4:03 pm

Re: Change Logo Image?

by NorthWoodMediaWorks » Sun Apr 05, 2015 2:43 pm

Just upload your new logo as a png file and name it as logo.png, worked for me. in the images directory.
Robin
The Forest Forum
Northwood Mediaworks
North Eastern Ontario, Canada 8-)
User avatar
NorthWoodMediaWorks
Registered User
Posts: 76
Joined: Wed Oct 20, 2010 5:29 pm

Re: Change Logo Image?

by RikardAinz » Sun Apr 05, 2015 4:40 pm

/styles/black/theme/images/logo.png

I dont know what happened to the image management in templates in phpbb 3, but to me it is gone. Too bad, good to have.
User avatar
RikardAinz
Registered User
Posts: 65
Joined: Tue Mar 11, 2008 12:00 pm

Re: Change Logo Image?

by Arty » Sun Apr 05, 2015 6:44 pm

This style has 2 logo images: logo for usual displays (theme/images/logo.png) and logo for high definition displays (theme/images/logo_hd.png).

logo_hd.png is twice bigger than normal logo. It is displayed on devices that have high definition displays, such as iPhones and iPads with Retina display, Samsung Galaxy phones and few other modern devices.

If you want to change anything you need to edit this code in overall_header.html

Code: Select all

<img src="{T_THEME_PATH}/images/logo.png" data-src-hd="{T_THEME_PATH}/images/logo_hd.png" />

If you do not have a high definition logo, you need to remove data-src-hd="{T_THEME_PATH}/images/logo_hd.png" from that line.
Vjacheslav Trushkin / Arty.
Free phpBB 3.1 styles | New project: Iconify - modern SVG framework
User avatar
Arty
Former Team Member
Posts: 16654
Joined: Wed Mar 06, 2002 2:36 pm
Name: Vjacheslav Trushkin

Re: Change Logo Image?

by Lightfeather » Sun Sep 11, 2016 9:41 pm

I uploaded my new logo but it's larger than the original logo. Unfortunately now the hot spots to click back to the index appear to be wacky. It doesn't appear properly around the new logo. Is there someplace I have to edit to account for the change in logo size to ensure the hotspot fully encompass the full graphic?

Here is a screencast of the behavior I'm seeing. There is a long strip of dead spot in the middle of my logo: http://screencast.com/t/jo3lRIWbRmjJ
"Experience is what you get when you don't get what you want."
User avatar
Lightfeather
Registered User
Posts: 246
Joined: Sat Jan 25, 2003 4:52 am