Log in Register FAQ Memberlist Search Welcome to RCF - WHF Forum Index
alt : test.swf
Welcome to RCF - WHF
4fx3.gif 
calendar_open_closeCalendar 
change backround to repeating gif
Post new topic   Reply to topic View previous topic :: View next topic
Goto page: 1, 2, 3, 4  Next
Welcome to RCF - WHF Forum Index -> Area 51 - phpBB & Easymod Tech Support Add To Bookmarks
change backround to repeating gif
PostPosted: 03/31/2007 5:33 AM Reply with quote
Crow
nephronim
Crow
Posts 57
Word Cnt. 3,220
BDay Nov 8
Sign Scorpio
Sex Sex:Male
Joined: Mar 28, 2007
Local time: 11:20 PM
irelandCx7.gif
I have changed my forum style to the minimalistic style and got it to look how i really need it to, but i cant change the backround to a repeating gif thats on the rest of the site. I can change the backround colour from the main style sheet in the admin section, but when i added the code to the minimalistic.css it had no effect.
I kinda need that backround to keep a consistant style for the site.
can anyone help?
Back to Top
View user's profile Find all posts by nephronim Send private message  
Re: change backround to repeating gif
PostPosted: 03/31/2007 6:08 AM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30757
Word Cnt. 2,628,690
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 12:20 AM
Location: St Pete, FL
peace.gif
I don't have a copy of the minimalistic template to use as a guide.  Do you happen to have a download link for it???

Sometimes you have to make the changes in the overall_header.tpl file and other times the template css file.  Then other times, you either have to change it in the theme_info.cfg file or in the ACP Styles admin.  It can get confusing figuring out where the settings are coming from at times...

munky2
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
Re: change backround to repeating gif
PostPosted: 03/31/2007 8:37 AM Reply with quote
Crow
nephronim
Crow
Posts 57
Word Cnt. 3,220
BDay Nov 8
Sign Scorpio
Sex Sex:Male
Joined: Mar 28, 2007
Local time: 11:20 PM
irelandCx7.gif
minimalistic came as one of the defaults when i downloaded the forum, ive tried each of those files and nothing works i cant understand why not!
Back to Top
View user's profile Find all posts by nephronim Send private message  
Re: change backround to repeating gif
PostPosted: 03/31/2007 10:44 PM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30757
Word Cnt. 2,628,690
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 12:20 AM
Location: St Pete, FL
peace.gif
Would it be possible for you to zip up a copy of the minimalistic template and make the link available for me???

dontknow
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
Re: change backround to repeating gif
PostPosted: 04/01/2007 8:17 AM Reply with quote
Crow
nephronim
Crow
Posts 57
Word Cnt. 3,220
BDay Nov 8
Sign Scorpio
Sex Sex:Male
Joined: Mar 28, 2007
Local time: 11:20 PM
irelandCx7.gif
www.nephronim.com/images
in this folder there is a minimalistic.zip just download this file.
Back to Top
View user's profile Find all posts by nephronim Send private message  
Re: change backround to repeating gif
PostPosted: 04/01/2007 8:39 AM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30757
Word Cnt. 2,628,690
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 12:20 AM
Location: St Pete, FL
peace.gif
Ok, in your Minimalistic.css file, you should find the following code for your forum body settings:

Code:
body {
   
   scrollbar-face-color: #DEE3E7;
   scrollbar-highlight-color: #FFFFFF;
   scrollbar-shadow-color: #DEE3E7;
   scrollbar-3dlight-color: #D1D7DC;
   scrollbar-arrow-color:  #006699;
   scrollbar-track-color: #EFEFEF;
   scrollbar-darkshadow-color: #98AAB1;
   body
   width:770;
height: 100%;
   background-image: url(images/bg.gif);
   background-repeat: repeat-x repeat-y;
   
   padding: 0;
   margin: 0}
}

You should be able to change the following setting to the graphic that you want to use:

Code:
background-image: url(images/bg.gif);

Also in your theme_info.cfg file, you should see the following line which you can point to your image:

Code:
$Minimalistic[0]['body_background'] = "bg2.gif";

If your overall_header.tpl file is using this setting, then you will have to go into your ACP Styles Admin and click on Management.  Next to the Minimalistic template, click on Edit:



Then for enter the graphic file name here in the Background Image box.  You don't need to include the path to the image...



You should have uploaded your image to your Minimalistic/images folder too...

If that doesn't work, edit your Minimalistic/overall_header.tpl file and search for the following:

Code:
body {
   margin: 0;
   background-color: {T_BODY_BGCOLOR;    background-image: url(images/bg.gif);
};

Change bg.gif to the graphic file name that you are using...

headbang
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
Re: change backround to repeating gif
PostPosted: 04/01/2007 11:54 AM Reply with quote
Crow
nephronim
Crow
Posts 57
Word Cnt. 3,220
BDay Nov 8
Sign Scorpio
Sex Sex:Male
Joined: Mar 28, 2007
Local time: 11:20 PM
irelandCx7.gif
ok well unfortunately the bg.gif file is the file i want to use but it still wont work,
Back to Top
View user's profile Find all posts by nephronim Send private message  
Re: change backround to repeating gif
PostPosted: 04/01/2007 12:13 PM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30757
Word Cnt. 2,628,690
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 12:20 AM
Location: St Pete, FL
peace.gif
Did you try adding it to the Background Image option in your ACP Styles Admin???

dontknow
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
Re: change backround to repeating gif
PostPosted: 04/01/2007 12:22 PM Reply with quote
Crow
nephronim
Crow
Posts 57
Word Cnt. 3,220
BDay Nov 8
Sign Scorpio
Sex Sex:Male
Joined: Mar 28, 2007
Local time: 11:20 PM
irelandCx7.gif
yeah i did and nuthin happened no matter if i change the image still it wont show a new image!
Back to Top
View user's profile Find all posts by nephronim Send private message  
Re: change backround to repeating gif
PostPosted: 04/01/2007 12:34 PM Reply with quote
Site Admin
Nightrider
Site Admin
Posts 30757
Word Cnt. 2,628,690
BDay Jul 28
Sign Leo
Sex Sex:Male
Joined: Sep 25, 2004
Local time: 12:20 AM
Location: St Pete, FL
peace.gif
Try this:

OPEN
overall_header.tpl

FIND
Code:
background-color: {T_BODY_BGCOLOR;    background-image: url(images/bg.gif);

REPLACE WITH
Code:
background-color: {T_BODY_BGCOLOR;    background-image: url(templates/Minimalistic/images/bg.gif);

Save and upload to the templtes/Minimalistic folder.  Make sure you create a good backup of the file before overwriting it with this modified version...

munky2
Back to Top
View all pictures posted by this userView user's profile Find all posts by Nightrider Send private message   AIM Address Yahoo Messenger Phoogle Map ICQ Number
 Post new topic  Reply to topic
Information
Welcome to RCF - WHF Forum Index -> Area 51 - phpBB & Easymod Tech Support

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum
All times are GMT - 5 Hours
Goto page: 1, 2, 3, 4  Next
Page 1 of 4


Add To Bookmarks

 
  
  


  Google

Powered by phpBB © 2001, 2005 phpBB Group

Page generation time: 0.0776s (PHP: 62% - SQL: 38%) - SQL queries: 58 - GZIP disabled - Debug on