Prosilver Dark Edition

Logo changing in prosilver_dark for phpbb 3.3.3 - Prosilver Dark Edition

Logo changing in prosilver_dark for phpbb 3.3.3

by DarKMaSk » Sun Mar 07, 2021 11:50 am

What is this https://www.phpbb.com/customise/db/styl ... 30303c42e7??!! I have no clue what I would look for!!! Any idea?
Be a Phoenix... Reborn and rise from the ashes of failure.
User avatar
DarKMaSk
Registered User
Posts: 72
Joined: Mon Aug 13, 2012 7:29 pm

Re: Logo changing in prosilver_dark for phpbb 3.3.3

by PlanetStyles.net » Sun Mar 07, 2021 12:52 pm

That is an extension. Install it to your forum, you'll be able to change the logo using an interface in the ACP after it's installed :)
User avatar
PlanetStyles.net
Former Team Member
Posts: 4809
Joined: Wed Nov 04, 2009 11:16 pm
Location: Way up in the sky close to the stars
Name: Christian

Re: Logo changing in prosilver_dark for phpbb 3.3.3

by krill » Fri Apr 30, 2021 8:59 pm

The extension for logo install you are linking to looks very nice and chock full of features.
...but it doesn't work at least for the pro-silver dark.
It does however block the generic one except when you refresh the page and the generic one flickers for a fraction of a second.
There's a button on the extension to remoave the generic one but it doesn't work very well :|

add: I was able to resolve the flickering by removing the generic logo.svg since the remove original logo feature in the extension is not fully functioning. When I did this, the new logo did show up :)
all else with the extension seems to be functional tho - thanks for the extension link
User avatar
krill
Registered User
Posts: 118
Joined: Fri Apr 30, 2021 8:11 pm

Re: Logo changing in prosilver_dark for phpbb 3.3.3

by WainPetopia » Sat Jun 19, 2021 3:05 pm

The flickering with that Site Logo extension annoyed me too much, and made it look like there was something wrong with my forum. My solution was to create a new "colour" css file (duplicate the colour you plan to use for your board), then set the header to use that file instead of any of the default ones. It seems to be loaded last, so css rules in there seem to have priority over any in the other files, so I just add to it any css tweaks I want to make to the style, including my custom site logo:

.site_logo {
background-image: url("/images/<logo_name>.png");
}

It seems to work fine without any issues and makes it a bit easier to include any custom tweaks in future theme updates, since they're all in that one custom file.
WainPetopia
Registered User
Posts: 21
Joined: Thu Jul 18, 2019 5:55 am

Re: Logo changing in prosilver_dark for phpbb 3.3.3

by WainPetopia » Sat Jun 19, 2021 3:10 pm

Also, I've only just switched to this theme recently, so thank you for it! :) I've made a few custom tweaks for the text colour and font, using the above custom css file, and it's looking great :)
WainPetopia
Registered User
Posts: 21
Joined: Thu Jul 18, 2019 5:55 am