|
Post by kingcobra on Dec 29, 2005 22:14:55 GMT -5
|
|
|
Post by admin on Dec 29, 2005 22:27:40 GMT -5
Thanks, kingcobra. It's a cool looking template. Are you friends with Guardian, then? I see that Guardian is using this template on his Authentic Designs board.
|
|
|
Post by kingcobra on Dec 29, 2005 23:17:24 GMT -5
I kno a lady guardian who I beileve is his sister.
|
|
|
Post by admin on Dec 29, 2005 23:20:58 GMT -5
Ah cool I thought it was interesting, 'cause I remembered just looking at that exact template yesterday.
|
|
|
Post by ~•XyMiC•~ on Dec 30, 2005 0:47:11 GMT -5
Cool Template, Kingcobra and you know me right?
|
|
|
Post by Michael on Dec 30, 2005 1:14:17 GMT -5
Wow, Cobra, that's an awesome template! Great job!
|
|
|
Post by James on Dec 30, 2005 8:23:18 GMT -5
Cool template but do you have permission to use those codes?
|
|
|
Post by lostsoul on Dec 30, 2005 8:43:43 GMT -5
what codes? the codes for the board.......awwww does that mean i cant use the codes for my template.....
|
|
|
Post by kingcobra on Dec 30, 2005 12:48:21 GMT -5
Those are just open source codes, from proboards.
|
|
|
Post by bethany54 on Dec 30, 2005 13:19:57 GMT -5
Those are just open source codes, from proboards. So I am probably correct in assuming that some of you won't understand what "open source" means and will be asking king cobra what he is talking about. Here is a page that defines open source. www.opensource.org/docs/definition.php
|
|
|
Post by kingcobra on Dec 30, 2005 15:02:53 GMT -5
thanks bethany.
|
|
|
Post by James on Dec 30, 2005 21:07:02 GMT -5
A ok. I always thought I couldnt use those code in templates.
|
|
|
Post by Dark Hunter on Jan 6, 2006 15:24:51 GMT -5
|
|
|
Post by Michael on Jan 6, 2006 15:34:51 GMT -5
Dark Hunter, here is how you can do that. Go to Admin > Customize Your Forum > Skins/Forum Colors. Here, click Modify Skin. Click on either 'Default' or whatever the name of your skin. Here you can place the colors in and at the top there is an option to customize the images. You can upload your images at Photobucket.
|
|
|
Post by Dark Hunter on Jan 6, 2006 16:04:46 GMT -5
yes but like i upload the image of category text menu ?
|
|
|
Post by Michael on Jan 6, 2006 16:16:40 GMT -5
You'll need a codes for those. I use this code (in the headers) to center the banner, remove the welcome message, and <home>, in the logo table. <script language=javascript> <!-- var PMLogoCell = document.getElementsByTagName("TD")[1]; PMLogoCell.removeChild(PMLogoCell.lastChild) document.getElementsByTagName('tr')[1].deleteCell(1); --> </script> And I use this code to change the width of the forum, which goes in the footers <script language="JavaScript"> var boardwidth = document.getElementsByTagName('TABLE'); for(i=0;i<boardwidth.length;i++) { if(boardwidth .width=="92%"){ boardwidth.width='695 px';}} </script>
you change the part in red to change the forum width.
I also use some css to change the style of the forum.
I use this for the scroll bar
<style type="text/css"> <!-- body { scrollbar-arrow-color: #Colour Code Here; scrollbar-track-color:#Colour Code Here; scrollbar-3dlight-color:#Colour Code Here; scrollbar-highlight-color:#Colour Code Here; scrollbar-face-color:#Colour Code Here; scrollbar-darkshadow-color:#Colour Code Here; scrollbar-shadow-color:#Colour Code Here; }
</style>
These I use for the Menu, Title, Category, and News Title. gradients/images.
<style type="text/css"> <!--
.newstitlebg { background-image: url(TITLE_NEWS_MENU IMAGE URL HERE); background-repeat: repeat; }
.titlebg { background-image: url(TITLE_NEWS_MENU IMAGE URL HERE); background-repeat: repeat; }
.catbg { background-image: url(CAT IMAGE URL GOES HERE); background-repeat: repeat; }
.menubg { background-image: url(TITLE_NEWS_MENU IMAGE URL HERE); background-repeat: repeat; }
</style>
And I use this to center my background images because i use vertical borders alot
<style type="text/css"> <!--
background-position:center top; background-repeat:repeat-y;
</style>
|
|
|
Post by kingcobra on Jan 6, 2006 18:34:45 GMT -5
yeah the coding is all in the zip.
|
|
|
Post by Dark Hunter on Jan 6, 2006 19:00:59 GMT -5
|
|
|
Post by ~•XyMiC•~ on Jan 6, 2006 23:29:51 GMT -5
I'll help you Pm me at your forum. My username there is "rashmin"
|
|
|
Post by Michael on Jan 7, 2006 0:43:54 GMT -5
What code did you use? Just the URL, right? If not, just get the URL. If that's no the problem... I have no idea. lol... You'll have to get with M@, Shan, LHW, or KingCobra on that. *shurgs*
|
|