57 replies to this topic
#1
Posted 18 October 2011 - 04:34 PM
How do I bring in a backed up skin from my old IPB. I just had it upgraded... maybe from 2.*? Really all I want to do it have the same images and colors without having to go through all the work. Is there hope for me?
#2 Re: Bringing in a backed up skin?
#3 Re: Bringing in a backed up skin?
Posted 18 October 2011 - 04:59 PM
Hmmm Bummer. Back to the tutorial for me!
#4 Re: Bringing in a backed up skin?
#5 Re: Bringing in a backed up skin?
Posted 18 October 2011 - 05:10 PM
Would this be a good area for me ask tutorial questions, or should I start a new thread?
#6 Re: Bringing in a backed up skin?
#7 Re: Bringing in a backed up skin?
Posted 18 October 2011 - 05:16 PM
In the below image, which is in the tutorial, is there a way to change it to an image, instead of a solid color? Thank you in advance!
http://209.85.48.8/2...ad/p4410889.gif
http://209.85.48.8/2...ad/p4410889.gif
#8 Re: Bringing in a backed up skin?
#9 Re: Bringing in a backed up skin?
Posted 18 October 2011 - 05:30 PM
I have a gradient, which I used before.
Some other questions on my mind...
Getting my favicon in place
My logo includes an image that repeats to the right of it. I wish I remember how to get that in. In other words, it spans to the right of the logo. Any ideas?
Some other questions on my mind...
Getting my favicon in place
My logo includes an image that repeats to the right of it. I wish I remember how to get that in. In other words, it spans to the right of the logo. Any ideas?
#10 Re: Bringing in a backed up skin?
Posted 18 October 2011 - 05:39 PM
Quote
I have a gradient, which I used before.
Here:
Quote
.maintitle {
background: url("http://your_board/public/style_images/master/maintitle.png") repeat-x scroll center top ;
background: url("http://your_board/public/style_images/master/maintitle.png") repeat-x scroll center top ;
replace maintitle.png with your image file name.
Your other question is unclear to me.
#11 Re: Bringing in a backed up skin?
Posted 18 October 2011 - 07:11 PM
Broni, on 18 October 2011 - 05:39 PM, said:
Your other question is unclear to me.
I am sorry for all the questions.... I appreciate your patience, as I am certain I will have a lot more before I get this set. It seems like each time they upgrade, they change how to do this stuff. I have used the same theme since when the IPB was free LOL I have to learn all over again each time.
Okay... where do I find this?
Quote
.maintitle {
background: url("http://your_board/public/style_images/master/maintitle.png") repeat-x scroll center top ;
background: url("http://your_board/public/style_images/master/maintitle.png") repeat-x scroll center top ;
Let me see how I can reword my other questions.
Okay... I got my favicon replaced, so I am okay there.
My banner. My banner is an image on the left, like yours. However, I have a second image that repeats side by side to the right of the banner and continues to the right side... sort of like my gradient, but it is a different image. Let's pretend it is a gradient and I want it to continue to the right. Does that make more sense? I need to know where and how to change that.
#12 Re: Bringing in a backed up skin?
#13 Re: Bringing in a backed up skin?
#14 Re: Bringing in a backed up skin?
#15 Re: Bringing in a backed up skin?
Posted 19 October 2011 - 11:15 AM
The image you have there is my site's wordpress. I want the same effect on my IPB board where I have the name image on the left, then the second image, which repeats, to the right. How do I get it on my IPB board?
#16 Re: Bringing in a backed up skin?
Posted 19 October 2011 - 03:10 PM
You have to upload the image to your board through FTP edit the path in the following CSS section:
Quote
#branding {
background: url("http://your_board/public/style_images/master/your_image.png") repeat-x scroll 0 0 #0F3854;
border-bottom: 1px solid #1B3759;
min-height: 64px;
}
background: url("http://your_board/public/style_images/master/your_image.png") repeat-x scroll 0 0 #0F3854;
border-bottom: 1px solid #1B3759;
min-height: 64px;
}
#17 Re: Bringing in a backed up skin?
Posted 19 October 2011 - 05:07 PM
Thank you! Trying now!
#18 Re: Bringing in a backed up skin?
Posted 19 October 2011 - 05:36 PM
It didn't work. I'm sorry to bother you, but I don't understand all the code like html. Any other ideas?
#19 Re: Bringing in a backed up skin?
#20 Re: Bringing in a backed up skin?
Posted 20 October 2011 - 12:28 AM
The following is what I did. Did I do it wrong?
#branding {
background: #0f3854 url("http://www.cmomb.com/discussion/forums/public/style_images/master/tile_back.gif") repeat-x scroll 0 0 #0F3854;
border-bottom: 1px solid #1B3759;
min-height: 64px;
}
















