I need help with glacier style for phpbb3

blupa2009

Up-and-Coming Sensation
Joined
Aug 6, 2009
Messages
271
Reaction score
0
FP$
832
I added a few mods to my forums one being the ultimate points mod and I had to change my style cause I couldn't get it to work with the ones I had installed. Anyway I found the Glacier Style which I really like and the mod works perfect with it, the only trouble is when I couldn't find how to adjust the size of the header nor can I figure out how to remove the logo on the header.

The link to my forums are in my sig you will see I found a fix for the logo but it looks kinda stupid and if you refresh you can see what I done. also when I log out the header height shrinks.

I tried just deleting to logo_png from images but that leaves a white empty box on my header instead I also tried replacing the logo with another but it's too big.

Has anyone used this style or know how to fix these problems?

Any help will be appreciated I have spent hours on this with no luck 🙁
 
i beleive its a prosilver style.

the image attributes will be in the css files and that is where you need to change the logo and the dimensions of the logo, i can't remember the actual file that needs to be edited as i haven't used phpBB3 for a few months.
 
Yeah it's a prosilver style.

I have tried editing it from the css files but for some reason no changes take place I try purge the cache and refrshing the templates themes and imagesets but do luck.

I checked the phpbb website and several people told me to remove
Code:
<a href="{U_INDEX}" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a>
from the overall header html

I did this and it does remove the logo however it also cuts the size of the header to almost half.

Also the last time I refreshed the imagesets it totally screwed everything up lol
 
If you want to make a new logo that's smaller size then the default then upload it to your servers as "logo.png" and it'll work. Saves having to go through the code and edit it all over.
 
Thanks I just decided to go with another style since that one was giving me more trouble than it was worth 🙂

Usually I can figure what files to edit etc but this one just confused me.
 
Back
Top Bottom