|
Page 1 of 2
|
Nim
Joined: June 2013
Posts: 8
|
Changing Header Image in Milky Way
Hey,
I have a question. I'm trying to change the header image for my forum. I did that by deleting the topicon_small.png file and using my own image with the same file name. The image size is 996x156 but something keeps resizing it to 978x154. In my administration options it says the size is 996x156 but on the forum itself its smaller. I don't know what I'm doing wrong
|
#1 Sun 02 Jun, 2013 20:32 |
|
Sponsors
|
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.
|
|
Joshua203
Joshua 203
Dutch A Go Go
Joined: August 2008
Posts: 1754
Location: Earth, Europe, the Netherlands, Rotterdam
|
Re: Changing Header Image in Milky Way
Welcome to IcyPhoenix.com Nim,
For starters .. please don't post personal questions in the Release Thread, I've moved it for you to where it belongs
Secondly, a link would be nice.
Third .. deleting the topicon_small.png ?? why did you do that? does imageset/sitelogo_small.png sound more realistic?
Greetings,
...Joshua203
____________ www.DutchaGoGo.com (development/under construction ...Forever?¿?)
|
#2 Sun 02 Jun, 2013 21:49 |
|
Nim
Joined: June 2013
Posts: 8
|
Re: Changing Header Image In Milky Way
Oh sry, saw some other questions there and thougth it was the right topic :c
Here's the link: http://nim.carina.uberspace.de/forum/
And I meant the sitelogo_small.png, just wrote the wrong thing.
|
#3 Sun 02 Jun, 2013 23:17 |
|
Joshua203
Joshua 203
Dutch A Go Go
Joined: August 2008
Posts: 1754
Location: Earth, Europe, the Netherlands, Rotterdam
|
Re: Changing Header Image in Milky Way
Ok lets first try to upload this image if you like it.
____________ www.DutchaGoGo.com (development/under construction ...Forever?¿?)
|
#4 Sun 02 Jun, 2013 23:46 |
|
Nim
Joined: June 2013
Posts: 8
|
Re: Changing Header Image In Milky Way
Uploaded it, didn't work =(
|
#5 Sun 02 Jun, 2013 23:53 |
|
Joshua203
Joshua 203
Dutch A Go Go
Joined: August 2008
Posts: 1754
Location: Earth, Europe, the Netherlands, Rotterdam
|
Re: Changing Header Image in Milky Way
Not so impatient, we're only just starting
Please edit /styles/black_pearl/imageset/imageset.cfg
FIND
img_site_logo = sitelogo_small.gif*190*280
REPLACE BY
img_site_logo = sitelogo_small.gif*158*960
how does it look now?
____________ www.DutchaGoGo.com (development/under construction ...Forever?¿?)
|
#6 Mon 03 Jun, 2013 00:29 |
|
Nim
Joined: June 2013
Posts: 8
|
Re: Changing Header Image In Milky Way
Don't worry, I'm not impatient, just wanted to inform you :3
Where can I find this black_pearl folder? I guess you meant the milky_way/imageset one. Changed the code like you suggested. Seems like nothing has changed.
|
#7 Mon 03 Jun, 2013 00:41 |
|
Joshua203
Joshua 203
Dutch A Go Go
Joined: August 2008
Posts: 1754
Location: Earth, Europe, the Netherlands, Rotterdam
|
Re: Changing Header Image in Milky Way
Yes, sorry it should be milky
Please change the numbers into 148*958
Go to ACP and refresh the imageset.
Tomorrow we'll do the html part
____________ www.DutchaGoGo.com (development/under construction ...Forever?¿?)
|
#8 Mon 03 Jun, 2013 01:11 |
|
Nim
Joined: June 2013
Posts: 8
|
Re: Changing Header Image In Milky Way
Changed the numbers and refreshed the imageset, still the same :c
Okay, see you tomorrow then
|
#9 Mon 03 Jun, 2013 01:29 |
|
Limun
Joined: January 2008
Posts: 1334
Location: [Censor]
|
Re: Changing Header Image In Milky Way
Sugestion:
you can do this if you want:
open stylesheet.css
find
background: url('./images/top_header.png') repeat;
replace with
background: url('./images/sitelogo_small.png');
open overall_header.html
find
<td height="158 align="left" valign="middle"><a href="{U_INDEX}">{SITE_LOGO_IMG}</a></td>
replace with
<td height="158 align="left" valign="middle"><a href="{U_INDEX}"></a></td>
upload this image to theme\images\
clear cache
you will get this
____________ We are the phpBBorg. Lower your Crackers. Your phpological and forumological distinctivness will be added to our own. Resistance if futile!
|
#10 Mon 03 Jun, 2013 12:18 |
|
Nim
Joined: June 2013
Posts: 8
|
Re: Changing Header Image In Milky Way
Sugestion:
open overall_header.html
find
<td height="158 align="left" valign="middle"><a href="{U_INDEX}">{SITE_LOGO_IMG}</a></td>
replace with
<td height="158 align="left" valign="middle"><a href="{U_INDEX}"></a></td>
When I do this, it removes the whole image, there is nothing now :c
http://nim.carina.uberspace.de/forum/index.php
Did you do something else, because I did everything you wrote but it doesn't work like yours?
Edit:
I refreshed the template now, and it finally works <3 thanks for the help
|
#11 Mon 03 Jun, 2013 12:46 |
|
Joshua203
Joshua 203
Dutch A Go Go
Joined: August 2008
Posts: 1754
Location: Earth, Europe, the Netherlands, Rotterdam
|
Re: Changing Header Image in Milky Way
Thanks Limun, however I was going to keep the logo clickable as front image... meaning remove site description and site name lines and maybe one more, then center the logo and refresh.
If this is fine for you Nim, it's fine for me... if you want the clickable header, let us know
____________ www.DutchaGoGo.com (development/under construction ...Forever?¿?)
|
#12 Mon 03 Jun, 2013 13:41 |
|
Nim
Joined: June 2013
Posts: 8
|
Re: Changing Header Image In Milky Way
If you could tell me how to remove the site name and description lines from the header.. that would be awesome! I don't use them right now, but I "have to", because the registration mail says "Welcome to ??". I guess I have to fill in the name of the board one. But then it shows on the header, and that looks awful =(
|
#13 Mon 03 Jun, 2013 17:18 |
|
Limun
Joined: January 2008
Posts: 1334
Location: [Censor]
|
Re: Changing Header Image In Milky Way
open overall_header.html
find
<td align="center" valign="middle"><h1>{SITENAME}</h1><span class="gen">{SITE_DESCRIPTION}</span></td>
delete it
clear cache
thats all
____________ We are the phpBBorg. Lower your Crackers. Your phpological and forumological distinctivness will be added to our own. Resistance if futile!
|
#14 Mon 03 Jun, 2013 17:25 |
|
Nim
Joined: June 2013
Posts: 8
|
Re: Changing Header Image In Milky Way
Thank you =)
|
#15 Mon 03 Jun, 2013 17:37 |
|
|
Page 1 of 2
|
Was this topic useful?
Was this topic useful?
Link this topic |
URL |
|
BBCode |
|
HTML |
|
Similar Topics
Similar Topics
You cannot post new topics You cannot reply to topics You cannot edit your posts You cannot delete your posts You cannot vote in polls You cannot attach files You can download files You cannot post calendar events
|
|
|
|