Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Fire_n_Ice Y2.5 (Read 6572 times)
Captain John
Senior Member
****
Offline


Pass to Port !

Posts: 264
Location: Reno Beach
Joined: Jan 18th, 2007
Gender: Male
Fire_n_Ice Y2.5
Dec 16th, 2010 at 2:14am
Print Post  
I updated LoneWebSurfer's Fire_n_Ice Template

His design, His work !

For reference:
See Fire_n_Ice Y2.2 http://www.boardmod.org/yabb2/YaBB.pl?num=1217883873


download from attachment directly below
« Last Edit: Dec 19th, 2010 at 7:00pm by Captain John »  

fireniceY2_5.zip ( 414 KB | Downloads )

Love to live and love on the water
Back to top
 
IP Logged
 
Citron
New Member
*
Offline


I Love YaBB 2!

Posts: 22
Joined: Dec 17th, 2010
Re: Fire_n_Ice Y2.5
Reply #1 - Dec 17th, 2010 at 8:12pm
Print Post  
Hey CJ, how do I manipulate the blank_logo.psd and blank_logo.jpg that came with the zip so I can put my site name and another jpg behind the site name. Then once I manipulate, where do I insert it inside the folder structure so, it knows how to be found. I didn't see it inside cgi or public_html.
  
Back to top
 
IP Logged
 
Captain John
Senior Member
****
Offline


Pass to Port !

Posts: 264
Location: Reno Beach
Joined: Jan 18th, 2007
Gender: Male
Re: Fire_n_Ice Y2.5
Reply #2 - Dec 18th, 2010 at 1:08am
Print Post  
Look in the fire_n_ice.html file, you will see the logo string similar to the normal YaBB logo.
Code
Select All
<a href="http://www.lonewebsurfer.com"><img src="{yabb images}/templatelogo.jpg" alt=" Another Template by LoneWebSurfer" title="YaBB - Yet another Bulletin Board"border="0" /></a></td> 



The background image is designated in the fire_n_ice.css file
Code
Select All
.logospot {
  background-image: url(./fire_n_ice/crimson_bg2.jpg);
  background-color: #FEFEFE; 



The psd file your referring to is a PhotoShop Design image, for use in editing within PhotoShop.  Not necessary within or used by the template.
  

Love to live and love on the water
Back to top
 
IP Logged
 
Citron
New Member
*
Offline


I Love YaBB 2!

Posts: 22
Joined: Dec 17th, 2010
Re: Fire_n_Ice Y2.5
Reply #3 - Dec 19th, 2010 at 6:23pm
Print Post  
Is there a way to cut out the fire and just make it ice (blue where the orange is)?
  
Back to top
 
IP Logged
 
Citron
New Member
*
Offline


I Love YaBB 2!

Posts: 22
Joined: Dec 17th, 2010
Re: Fire_n_Ice Y2.5
Reply #4 - Dec 19th, 2010 at 6:31pm
Print Post  
I dropped the blank logo into /public_html/yabbfiles/Templates/Forum/fire_n_ice and renamed it templatelogo.jpg and it showed up fine. My question is that I don't understand what the fire_n_ice.css file does. I didn't change anything in that file. Was I supposed to?.
  
Back to top
 
IP Logged
 
Captain John
Senior Member
****
Offline


Pass to Port !

Posts: 264
Location: Reno Beach
Joined: Jan 18th, 2007
Gender: Male
Re: Fire_n_Ice Y2.5
Reply #5 - Dec 19th, 2010 at 6:58pm
Print Post  
Citron wrote on Dec 19th, 2010 at 6:31pm:
My question is that I don't understand what the fire_n_ice.css file does. I didn't change anything in that file. 

  CSS files controls the image placement and colors used for the template graphics and the text used throughout the forum.
  The firenice.css file should have been uploaded to the yabbfiles/Template/Forum folder as shown in the dir structure of the zip file.
  

Love to live and love on the water
Back to top
 
IP Logged
 
Citron
New Member
*
Offline


I Love YaBB 2!

Posts: 22
Joined: Dec 17th, 2010
Re: Fire_n_Ice Y2.5
Reply #6 - Dec 19th, 2010 at 8:01pm
Print Post  
I placed it where it belongs, I just did not know if I needed to open it up and modify it and gut out the logo jpg.

I also wanted to see if I could make fire n ice consistantly blue (just ice). Is there some spots in the code I can take out the flames. Then I want to add this jpg to the top right of the page displaying my site name. Can you point me where in the code to modify this?

http://www.share-hub.com/cgi-bin/yabb2/YaBB.pl
  

people_network_crop.jpg ( 12 KB | Downloads )
people_network_crop.jpg
Back to top
 
IP Logged
 
Derek Barnstorm
God Member
*****
Offline



Posts: 1146
Location: Warwickshire
Joined: Mar 23rd, 2008
Gender: Male
Re: Fire_n_Ice Y2.5
Reply #7 - Dec 19th, 2010 at 10:35pm
Print Post  
Citron wrote on Dec 19th, 2010 at 8:01pm:
I also wanted to see if I could make fire n ice consistantly blue (just ice). Is there some spots in the code I can take out the flames.

I haven't tested this but should do what you want - In the CSS file find:

Code
Select All
.ltabtitle {
  font-weight: bold;
  font-style: normal;
  font-size: 11px;
  font-family: Verdana, Arial, Sans-Serif;
  color : #000033;
  background-color: #2b649a;
  background-image: url(./fire_n_ice/lcatbg.jpg);
} 


And change the highlighted image to:

Code
Select All
.ltabtitle {
  font-weight: bold;
  font-style: normal;
  font-size: 11px;
  font-family: Verdana, Arial, Sans-Serif;
  color : #000033;
  background-color: #2b649a;
  background-image: url(./fire_n_ice/catbg_sm.jpg);
}
 


  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint