Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 2
Goto page 1, 2  Next
 
Reply with quote Download Post 
Post 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
 



 
NimSend private message  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post 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?¿?)
 
Joshua203Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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.
 



 
NimSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Changing Header Image in Milky Way 
 
Ok lets first try to upload this image if you like it.

sitelogo_small
 




____________
www.DutchaGoGo.com (development/under construction ...Forever?¿?)
 
Joshua203Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Changing Header Image In Milky Way 
 
Uploaded it, didn't work =(
 



 
NimSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Changing Header Image in Milky Way 
 
Not so impatient, we're only just starting

Please edit /styles/black_pearl/imageset/imageset.cfg
FIND
Code: [Download] [Hide] [Select]
img_site_logo = sitelogo_small.gif*190*280

REPLACE BY
Code: [Download] [Hide] [Select]
img_site_logo = sitelogo_small.gif*158*960

 how does it look now?
 




____________
www.DutchaGoGo.com (development/under construction ...Forever?¿?)
 
Joshua203Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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.
 



 
NimSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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?¿?)
 
Joshua203Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Changing Header Image In Milky Way 
 
Changed the numbers and refreshed the imageset, still the same :c
Okay, see you tomorrow then
 



 
NimSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Changing Header Image In Milky Way 
 
Sugestion:

you can do this if you want:

open stylesheet.css
find
Code: [Download] [Hide] [Select]
    background: url('./images/top_header.png') repeat;


replace with
Code: [Download] [Hide] [Select]
    background: url('./images/sitelogo_small.png');


open overall_header.html
find
Code: [Download] [Hide] [Select]
<td height="158 align="left" valign="middle"><a href="{U_INDEX}">{SITE_LOGO_IMG}</a></td>


replace with
Code: [Download] [Hide] [Select]
<td height="158 align="left" valign="middle"><a href="{U_INDEX}"></a></td>


upload this image to theme\images\
 sitelogo_small_1370254569_340339

clear cache

you will get this

 yourdomain_com_index_page_2013_06_03_12_22_03
 




____________
We are the phpBBorg. Lower your Crackers. Your phpological and forumological distinctivness will be added to our own. Resistance if futile!
 
LimunSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Changing Header Image In Milky Way 
 
Limun wrote: [View Post]
Sugestion:
open overall_header.html
find
Code: [Download] [Hide] [Select]
<td height="158 align="left" valign="middle"><a href="{U_INDEX}">{SITE_LOGO_IMG}</a></td>


replace with
Code: [Download] [Hide] [Select]
<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  
 



 
NimSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post 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?¿?)
 
Joshua203Send private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post 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 =(
 



 
NimSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Changing Header Image In Milky Way 
 
open overall_header.html
find
Code: [Download] [Hide] [Select]
<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!
 
LimunSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Changing Header Image In Milky Way 
 
Thank you =)
 



 
NimSend private message  
Back to topPage bottom
Post new topic  Reply to topic  Page 1 of 2
Goto page 1, 2  Next


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
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


  

 

  cron