New Skin - NBS






 

 

New Skin - NBS

View Full Version : New Skin


Yado
07-Jan-2003, 01:22 PM
Making a new skin based on the image I posted in the graphics forum last week. The colour scheme is a bit different ;) Anyway just anyone had any ideas on what i've done so far...... not sure which bar to pick, and i'm not sur eon the colours of the icons i've done so far...

xsivforce
07-Jan-2003, 01:24 PM
I really like what I see. Very different. Different is good. B)

M3NF
07-Jan-2003, 01:34 PM
Nope dont ya dare change anything, its looking really good, the colours go very well indeed, keep it as you have m8, honest very nice.

NiteMare-ReTuRn$
07-Jan-2003, 05:13 PM
Originally posted by M3NF@Jan 7 2003, 01:34 PM
Nope dont ya dare change anything, its looking really good, the colours go very well indeed, keep it as you have m8, honest very nice.
Ditto, keep as it is m8

Yado
12-Jan-2003, 06:29 PM
well i wanted to sho everyone my mock up and ask for help, i can't seem to find my way around the templates so i wondered if anyone could help me and get me started :D

M3NF
12-Jan-2003, 06:55 PM
Wow nice so far, what is it you need help with it thou ?

And its worth upgrading to rc2 :)

Yado
12-Jan-2003, 06:56 PM
well that's a mock up i made in photoshop :D

i need tot ransfer that to the tempaltes ^_^

M3NF
12-Jan-2003, 06:58 PM
wow :) that gonna take a lot of explaining then on that :( there is alot of work on template editing, and alot to explain, its not the eastest to explain, what kinda of php have you got. ?

Yado
12-Jan-2003, 07:03 PM
4.2.2

M3NF
12-Jan-2003, 07:09 PM
sorry i ment what kinda of php knowledge you have, ie if i said tr or cellpadding, would you understand ?

Yado
12-Jan-2003, 07:12 PM
table row tag :D
cellpadding is an attribute of the table tag that that's states how much space between the ceeledge and the objects in side are. And neither are php they're html. I have a good knowledge of php,html and css so yeh :D

M3NF
12-Jan-2003, 07:27 PM
Ok first of here some codeing we are using for our new skin, maybe take a look at this and see where we have added the images codes for the template, this is from the ACP Home -> Template Control Home -> IB-X -> skin_boards -> CatHeader_Expanded

So you can see how the images are inplace for the index page.

I not sure how much i can help you to be honest as we are still learning alot ourself and most of our work has been trial and error.




<table width="<{tbl_width}>" align="center" border="0" cellspacing="0" cellpadding="0">
&nbsp; &nbsp;<tr>
&nbsp; &nbsp; &nbsp; <td><img src="{ibf.vars.img_url}/main_top_left2.gif"></td>
&nbsp; &nbsp; &nbsp; <td width="100%" background='{ibf.vars.img_url}/main_top2.gif'><img src="{ibf.vars.img_url}/main_top2.gif"></td>
&nbsp; &nbsp; &nbsp; <td><img src="{ibf.vars.img_url}/main_top_right2.gif"></td>
&nbsp; </tr>
&nbsp;<tr>
&nbsp; &nbsp; &nbsp; &nbsp;<td background="{ibf.vars.img_url}/cat_left_shadow.gif"><img src="{ibf.vars.img_url}/cat_left_shadow.gif"></td> &nbsp; &nbsp;
&nbsp; &nbsp; <td align='center'>
&nbsp; &nbsp; &nbsp;<table width="100%" border="0" cellspacing="0" cellpadding="0">
&nbsp; &nbsp; &nbsp; &nbsp;<tr>
&nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<td width="1%" align='left'>
<img src="{ibf.vars.img_url}/cat_left.gif"></td>
<td width="100%" valign='middle' align='center' background="{ibf.vars.img_url}/tile_back.gif"><a href="{ibf.vars.board_url}/index.{ibf.vars.php_ext}?s={ibf.session_id}&c={$Data['id']}">{$Data['name']}</a></td>
<td width="2%" lign='right'>
<img src="{ibf.vars.img_url}/cat_right.gif"><td>
&nbsp; &nbsp; &nbsp; &nbsp;</tr>
&nbsp; &nbsp; &nbsp;</table>
&nbsp; &nbsp;</td>
&nbsp; &nbsp; &nbsp; &nbsp;<td background="{ibf.vars.img_url}/cat_right_shadow.gif"><img src="{ibf.vars.img_url}/cat_right_shadow.gif"></td> &nbsp; &nbsp;
&nbsp;</tr>
&nbsp;<tr>
&nbsp; &nbsp; &nbsp; &nbsp;<td valign='bottom' background="{ibf.vars.img_url}/left_shadow.gif"><img src="{ibf.vars.img_url}/mainfoot_left_shadow.gif"></td> &nbsp; &nbsp;
&nbsp; &nbsp;<td class='forum1'>
&nbsp; &nbsp; &nbsp;<table width="100%" border="0" cellspacing="0" cellpadding="4">
&nbsp; &nbsp; &nbsp; &nbsp;<tr>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<td align="center" nowrap id='titlemedium' background='{ibf.vars.img_url}/tile_sub.gif'><img src="{ibf.vars.img_url}/spacer.gif" alt="" width="23" height="1"></td>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<td width="59%" align="center" nowrap class='titlemedium' background='{ibf.vars.img_url}/tile_sub.gif'>{ibf.lang.cat_name}</td>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<td align="center" width="7%" nowrap &nbsp;class='titlemedium' background='{ibf.vars.img_url}/tile_sub.gif'>{ibf.lang.topics}</td>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<td align="center" width="7%" nowrap &nbsp;class='titlemedium' background='{ibf.vars.img_url}/tile_sub.gif'>{ibf.lang.replies}</td>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<td width="27%" nowrap &nbsp;class='titlemedium' background='{ibf.vars.img_url}/tile_sub.gif'>{ibf.lang.last_post_info}</td>




Let me know if you get a understanding of that :P but then there is so many place for the images to go via the template.

Yado
12-Jan-2003, 07:34 PM
ta very much :D

M3NF
12-Jan-2003, 07:42 PM
welcome m8, hope you find some use :P and if you dont, dont come running back to me LMAO :good:

The_Altered1
12-Jan-2003, 08:39 PM
You get into trouble with the templates.....I'll hook ya up :D