changing the logo and site description

For support and discussion related to templates, themes, and imagesets in phpBB 3.2.
User avatar
miroslavglavic
Registered User
Posts: 74
Joined: Sat Feb 28, 2009 5:28 pm
Location: Toronto, Canada
Name: Miroslav Glavić

changing the logo and site description

Post by miroslavglavic »

So I just installed PHPBB again on a site. It's been a while...It's the default style

*=

It looks like that, where the * represents the PHPBB CREATING COMMUNITIES, the top - represents the Site Name and the lower - represents the Site Description.

Aparently the logo image part, you change an imageset .cfg file? Anyways, how do I make it so it does not show the site name and site description?
New Signature coming soon
User avatar
P_I
Community Team Member
Community Team Member
Posts: 2572
Joined: Tue Mar 01, 2011 8:35 pm
Location: Western Canada 🇨🇦

Re: changing the logo and site description

Post by P_I »

Normal people… believe that if it ain’t broke, don’t fix it. Engineers believe that if it ain’t broke, it doesn’t have enough features yet. – Scott Adams
User avatar
david63
Registered User
Posts: 20646
Joined: Thu Dec 19, 2002 8:08 am

Re: changing the logo and site description

Post by david63 »

My Site Logo extension will do all of that
David
Remember: You only know what you know and - you don't know what you don't know!

I now no longer support any of my extensions but they will start to become available here
User avatar
P_I
Community Team Member
Community Team Member
Posts: 2572
Joined: Tue Mar 01, 2011 8:35 pm
Location: Western Canada 🇨🇦

Re: changing the logo and site description

Post by P_I »

david63 wrote: Mon Dec 16, 2019 7:46 am My Site Logo extension will do all of that
David, my hesitation to recommend your extension is it still remains in the Extensions in Development forum, which states
A place for Extension Authors to post and receive feedback on Extensions still in development. No Extensions within this forum should be used within a live environment!
On my boards I maintain a policy of only running stock phpBB software and Extensions that have been released and validated.
Normal people… believe that if it ain’t broke, don’t fix it. Engineers believe that if it ain’t broke, it doesn’t have enough features yet. – Scott Adams
User avatar
thecoalman
Community Team Member
Community Team Member
Posts: 6719
Joined: Wed Dec 22, 2004 3:52 am
Location: Pennsylvania, U.S.A.

Re: changing the logo and site description

Post by thecoalman »

miroslavglavic wrote: Mon Dec 16, 2019 1:40 am Aparently the logo image part, you change an imageset .cfg file?
You would need to edit /styles/prosilver/theme/coulours.css around line 150.

Code: Select all

.site_logo {
	background-image: url("./images/site_logo.gif");
}
Optionally you can upload your own file named site_logo,gif to /styles/prosilver/theme/images/

Refresh page after making either changes.
“Results! Why, man, I have gotten a lot of results! I have found several thousand things that won’t work.”

Attributed - Thomas Edison

Return to “[3.2.x] Styles Support & Discussion”