Alright, after repeatedly banging my head against the wall, I gave up on using phpBB3 as my base and installed IP instead. Great program!
I still want to change the header. Lopalong was nice enough to give me advice in another thread on how to do it for phpBB3, and mostly it's correct. Here is the original thread: http://www.icyphoenix.com/viewtopic.php?f=32&t=4640
I did these actions:
Uploaded and changed both images.
Made adjustments to the css as advised.
I am unable to locate a file labeled as overall_header.html in IP, though.
This is the result: http://bearfootgold.com/forum/
You'll notice that at the right edge of the header there is a gap and the header itself overlays the top links a bit. I have found two overall_header files with an extension of .tpl, but don't want to mess with them until somebody that knows what they are doing (as opposed to my general method of breaking things until I fix them) has input.
Also, I'd like to change the title, keywords, link off the header image, etc. Right now it states "yourdomain.com". Again, which files need to be modified?
Sorry about all the questions, totally clueless in general but this is waaaaaaaaay beyond my skillset.
Header Out Of Alignment
Subject: Header Out Of Alignment
Last edited by Guest on Thu 04 Sep, 2008 01:17; edited 1 time in total
Last edited by Guest on Thu 04 Sep, 2008 01:17; edited 1 time in total
Subject: Header Out Of Alignment
Wylie,
Please spend some time searching for answers before you post your questions.
"yourdomain.com". You will find by exploring the ACP. ;)
And please use titles that reflect your problem.
Title Changed.
Moved to Templates and Styles.
Please spend some time searching for answers before you post your questions.
"yourdomain.com". You will find by exploring the ACP. ;)
And please use titles that reflect your problem.
Title Changed.
Moved to Templates and Styles.
Subject: Re: Header Out Of Alignment
Last edited by Limun on Thu 04 Sep, 2008 01:56; edited 1 time in total
man, you didnt made like i created it for you
i tested on my site and its working perfectly http://www.studentink.info/phpBB3/index.php :roll:
and here is waht u need to do http://www.icyphoenix.com/viewtopic...&p=31359#p31359
AFFTER ADD
uffff... man you use icyphoenix system not phpBB3 like you sad
http://www.icyphoenix.com/viewtopic...&p=31357#p31357
i tested on my site and its working perfectly http://www.studentink.info/phpBB3/index.php :roll:
and here is waht u need to do http://www.icyphoenix.com/viewtopic...&p=31359#p31359
AFFTER ADD
uffff... man you use icyphoenix system not phpBB3 like you sad
Wylie wrote: [View Post]
http://www.icyphoenix.com/viewtopic...&p=31357#p31357
Last edited by Limun on Thu 04 Sep, 2008 01:56; edited 1 time in total
Subject: Re: Header Out Of Alignment
Ermm,
Edited:
It's my fault too, because Wylie had "This time IP" in the header before I edited the Title.
Me personally, would like to see the phpBB3 stuff moved to phpBB.com permanently to avoid this sort of thing in future. We are after all Icy Phoenix - Not phpBB3. :(
Edited:
It's my fault too, because Wylie had "This time IP" in the header before I edited the Title.
Me personally, would like to see the phpBB3 stuff moved to phpBB.com permanently to avoid this sort of thing in future. We are after all Icy Phoenix - Not phpBB3. :(
Subject: Re: Header Out Of Alignment
no problem..i will create him new header for icy :?
first upload this pic in templates/mg_themes/images/p_black
now - open your overall_header_bl.tpl
find
replace it with
now open your style_p_black.css
find
replace it with
u will get this
demo --> http://www.studentink.info/test/forum.php
dont forghet to backup your style_p_black.css and overall_header_bl.tpl before you do this
regards
Last edited by Limun on Thu 04 Sep, 2008 02:31; edited 2 times in total
Lopalong wrote: [View Post]
no problem..i will create him new header for icy :?
HEADER FOR ICY
first upload this pic in templates/mg_themes/images/p_black


now - open your overall_header_bl.tpl
find
<td height="150" align="left" valign="middle"><a href="{FULL_SITE_PATH}{U_PORTAL}" title="{L_HOME}"><img src="{FULL_SITE_PATH}{SITELOGO}" alt="{L_HOME}" title="{L_HOME}"/></a></td>
replace it with
<td height="132" align="center" valign="middle"><a href="{FULL_SITE_PATH}{U_PORTAL}" title="{L_HOME}"><img src="{FULL_SITE_PATH}{SITELOGO}" alt="{L_HOME}" title="{L_HOME}"/></a></td>
now open your style_p_black.css
find
#top_logo{
border: 0px solid #181818;
background: url(images/p_black/top_header.png) repeat;
/* background: url(images/p_black/top_header_ts.png) repeat; */
/* MG XMas */
/*background: url(images/p_black/xmas/xmas_header.png);*/
/* MG XMas */
height: 150px;
}
border: 0px solid #181818;
background: url(images/p_black/top_header.png) repeat;
/* background: url(images/p_black/top_header_ts.png) repeat; */
/* MG XMas */
/*background: url(images/p_black/xmas/xmas_header.png);*/
/* MG XMas */
height: 150px;
}
replace it with
#top_logo{
border: 0px solid #181818;
background: url(images/p_black/top_header.png) repeat;
/* background: url(images/p_black/top_header_ts.png) repeat; */
/* MG XMas */
/*background: url(images/p_black/xmas/xmas_header.png);*/
/* MG XMas */
height: 140px;
}
border: 0px solid #181818;
background: url(images/p_black/top_header.png) repeat;
/* background: url(images/p_black/top_header_ts.png) repeat; */
/* MG XMas */
/*background: url(images/p_black/xmas/xmas_header.png);*/
/* MG XMas */
height: 140px;
}
u will get this

demo --> http://www.studentink.info/test/forum.php
dont forghet to backup your style_p_black.css and overall_header_bl.tpl before you do this
regards
Last edited by Limun on Thu 04 Sep, 2008 02:31; edited 2 times in total
Subject: Re: Header Out Of Alignment
Limun, it was totally my bad and not the advice you gave me that caused the website to get screwed up. :oops:
I downloaded the images as you instructed, but hadn't realized the main image (the one that sez "Bearfoot Gold") got shrunken in the process. By the time I figured it out I had made my mind up to use IP instead, so much better by far!
It's still not aligned properly even with IP, and I played with a few obvious (to me files) to correct it to no avail. Any advice now that I'm on IP? It's shifted to the left and under the top links a bit. I already did the changes to css as outlined in the other post.
ROFL! DUDE, NO WAY! I'm still sorting through what the ACP will do and will watch for it. Mind if I get a hint if I can't find it? :)
I did manage to learn how to use the CMS and fix the keywords. I'm getting it, slowly... :oops:
*Update* Found the site name in the ACP. Thanks for pointing me in the right direction, Lopalong! *Update*
I downloaded the images as you instructed, but hadn't realized the main image (the one that sez "Bearfoot Gold") got shrunken in the process. By the time I figured it out I had made my mind up to use IP instead, so much better by far!
It's still not aligned properly even with IP, and I played with a few obvious (to me files) to correct it to no avail. Any advice now that I'm on IP? It's shifted to the left and under the top links a bit. I already did the changes to css as outlined in the other post.
Lopalong wrote: [View Post]
ROFL! DUDE, NO WAY! I'm still sorting through what the ACP will do and will watch for it. Mind if I get a hint if I can't find it? :)
I did manage to learn how to use the CMS and fix the keywords. I'm getting it, slowly... :oops:
*Update* Found the site name in the ACP. Thanks for pointing me in the right direction, Lopalong! *Update*
Subject: Re: Header Out Of Alignment
No offence Wylie,
But I do suggest that you spend a LOT of time exploring Icy Phoenix before you do too much with modding and putting it live.
It's a lot easier to fix and change things that way, without the added pressure of trying to do it in a hurry.
Icy is a huge project, all you have to is learn how to use it, and preferably though a lot of effort on your own. And by reading anything else that is available to you. ;)
But I do suggest that you spend a LOT of time exploring Icy Phoenix before you do too much with modding and putting it live.
It's a lot easier to fix and change things that way, without the added pressure of trying to do it in a hurry.
Icy is a huge project, all you have to is learn how to use it, and preferably though a lot of effort on your own. And by reading anything else that is available to you. ;)
Subject: Re: Header Out Of Alignment
Limun, you're the best! Thanks for taking the time to get that straightened out for me, it looks great!
Lopalong, understood. I still have a LOT to learn yet and will take my time.
Lopalong, understood. I still have a LOT to learn yet and will take my time.
Subject: Re: Header Out Of Alignment
DOH! Your right, dunno what I wound up doing! How's it look now, I just uploaded it.
Subject: Re: Header Out Of Alignment
hmm
its ok but somethng you didnt made good
there is one little break on left side
check again if you copyed good codes
EDIT AFFTER
and i know why
you didnt uploated my "first" picture
your is 975 x 132 piksela but this you picture have a little black on left side thats why is break
look your piture zoomed
so just upload mine "first one pic" and will be ok :wink:
ADDED
omg :shock:
u have to click on my image , and then save it :roll:
u saved my picture like thunbail thats why your header is like this
Wylie wrote: [View Post]
hmm
its ok but somethng you didnt made good
there is one little break on left side

check again if you copyed good codes
EDIT AFFTER
and i know why
you didnt uploated my "first" picture
your is 975 x 132 piksela but this you picture have a little black on left side thats why is break
look your piture zoomed

so just upload mine "first one pic" and will be ok :wink:
ADDED
omg :shock:
u have to click on my image , and then save it :roll:
u saved my picture like thunbail thats why your header is like this

Page 1 of 1
You cannot post new topicsYou 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
This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by Icy Phoenix based on phpBB
Generation Time: 0.2349s (PHP: 14% SQL: 86%)
SQL queries: 16 - Debug Off - GZIP Enabled