The BoardMod Project
 The Project | News | Downloads | Mods | FAQ | Templates | Chat | Forum
BoardMod Support Forum
[ Home | Help | Search | Login | Register ]  

23.05.13 at 18:09:20, Welcome, Guest. Please Login or Register

Choose Language:
Page Index Toggle Pages: 1
Fire_n_Ice Y2.5 (Read 3098 times)
Captain John
Hacker Expert
****
Offline

Reno Beach, Ohio, USA
Posts: 264



16.12.10 at 02:14:09  
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: 19.12.10 at 19:00:03 by Captain John »  
IP Logged
 

fireniceY2_5.zip (414 KB | 109 )

Love to live and love on the water
Citron
Bloody Novice
*
Offline

Posts: 22



Reply #1 - 17.12.10 at 20:12:15  
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.
 
IP Logged
 
Captain John
Hacker Expert
****
Offline

Reno Beach, Ohio, USA
Posts: 264



Reply #2 - 18.12.10 at 01:08:56  
Look in the fire_n_ice.html file, you will see the logo string similar to the normal YaBB logo.
Code:
<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:
.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.
 
IP Logged
 

Love to live and love on the water
Citron
Bloody Novice
*
Offline

Posts: 22



Reply #3 - 19.12.10 at 18:23:05  
Is there a way to cut out the fire and just make it ice (blue where the orange is)?
 
IP Logged
 
Citron
Bloody Novice
*
Offline

Posts: 22



Reply #4 - 19.12.10 at 18:31:40  
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?.
 
IP Logged
 
Captain John
Hacker Expert
****
Offline

Reno Beach, Ohio, USA
Posts: 264



Reply #5 - 19.12.10 at 18:58:20  
Citron wrote on 19.12.10 at 18:31:40:
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.
 
IP Logged
 

Love to live and love on the water
Citron
Bloody Novice
*
Offline

Posts: 22



Reply #6 - 19.12.10 at 20:01:45  
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
 
IP Logged
 
Derek Barnstorm
Hacker God
*****
Offline

Warwickshire, United Kingdom
Posts: 1113



Reply #7 - 19.12.10 at 22:35:37  
Citron wrote on 19.12.10 at 20:01:45:
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:
.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:
.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);
}

 
IP Logged
 
Page Index Toggle Pages: 1
© 2000-2012 by - All rights reserved.

Project website hosting proudly sponsored and provided by UK2 Hosting
 The Project | News | Downloads | Mods | FAQ | Templates | Chat | Forum