UBB.Dev
Posted By: JoshPet Nami Holiday - 12/15/2003 10:34 AM
Added a Holiday Theme to ThreadsDev to celebrate Christmas and the Holiday Time of the year.

It's the current default here now.

It was created by a fellow citizen of Leoville named Jason Parker.
His site is www.jason-parker.net

Thanks for the great work Jason!!!

Instructions - upload CSS and add images to the /stylesheets/images/namiholiday directory.

Attached File
101973-NamiHoliday.zip  (47 downloads)
Posted By: JoshPet Re: Nami Holiday - 12/15/2003 10:36 AM
As an added bonus - you can tile the attached garland graphic in your header - which makes your site look "decked out" for the holidays.

Upload attached graphic somewhere on your server and put code similar to this in your header.

Code
<br /><table width="100%" border="0"><br /><tr><br /><td height="30" width="100%" align="center" background="http://www.yourdomain.com/images/hollygreen.gif">&nbsp;</td><br /></tr><br /></table><br />


Attached picture 101974-hollygreen.gif
Posted By: Dalantech Re: Nami Holiday - 12/15/2003 10:39 AM
Very !
Posted By: JoshPet Re: Nami Holiday - 12/15/2003 10:42 AM
Courtesy of Infopop - feel free to use this candy cane as you newposts.gif image (to indicate new posts) And replace the nonewposts.gif image with a 1x1 transparent gif file (thus no image for nonewposts) like we have here.

Attached picture 101976-newposts.gif
Posted By: Zarzal Re: Nami Holiday - 12/16/2003 12:34 AM
Little tip:
I use this picture to. The original picture is an animated .gif with changing points but white background. I use Adobe Image Ready to edit this one and set white to transparency. Image Ready can edit sequences in animated gif's.
Posted By: scroungr Re: Nami Holiday - 12/16/2003 12:38 AM
I put this up.. shall see what the children think..
Posted By: Zarzal Re: Nami Holiday - 12/16/2003 1:46 AM
The style looks funny. I must search on my disc; somewhere I have a script with animated snowflakes

If you review the style with Topstyle or an other editor you will notice some little errors. Duplicate keys, missing ";" and one missing background graphic file.
Posted By: gblue Re: Nami Holiday - 12/16/2003 3:05 AM
Thanks Josh,

It looks great !
Posted By: Storm_dup1 Re: Nami Holiday - 12/16/2003 4:35 AM
It's working great on the boards......But what the heck is causing this with my photopost.... Got it integrated with threads.......

http://stormchat.com/ubbthreads

Click on the PHOTOS link....... or shoot..... here:

http://stormchat.com/photo?Cat=0

Any idea what's causing this?
Posted By: scroungr Re: Nami Holiday - 12/16/2003 4:54 AM
guess your talking about the black background? you must be missing a key somewhere in the .css...
Posted By: Storm_dup1 Re: Nami Holiday - 12/16/2003 4:59 AM
That's what I thought too..... Doesn't seem to be though... You running it with the photopost integration???
Posted By: scroungr Re: Nami Holiday - 12/16/2003 5:05 AM
yes.. its like that cause of

.tableborders {
background-color: #171717;
color: #FFFFFF;
}

I have a feeling we probably need to change the photopost integration to use a new class since this one is used for this...
Posted By: Storm_dup1 Re: Nami Holiday - 12/16/2003 5:13 AM
Lookin' to see if they have it fixed here.......
Posted By: JoshPet Re: Nami Holiday - 12/16/2003 5:20 AM
If you are integrated with photopost - then you'll need to add all the photopost categories to the stylesheet.

We're not 100% integrated here - because Michael has had us running the beta.

Check out the photopost integration mod - which has a bunch of classes you have to add to each one of your stylesheets.
Posted By: scroungr Re: Nami Holiday - 12/16/2003 5:29 AM
Okay Try these and see what happens.. put these at the bottom of the stylesheet

.tdnothumbs {
font-size: 9pt;
font-weight: ;
color: #FFF;
background-image: url('images/namiholiday/grad-r4.png');
font-family: Verdana, Helvetica, sans-serif;
}
.tddetails {
background: #A3D39C;
color: #313131;
}

.tdbackground {
font-size: 9pt;
font-weight: ;
background: #A3D39C;
color: #313131;
font-family: Verdana, Helvetica, sans-serif;
}
.catcolumn {
font-size: 8pt;
font-style: ;
text-align: ;
background: #A3D39C;
color: #313131;
}

.photocol {
font-size: 8pt;
font-style: ;
text-align: ;
color: #313131;
background: #BADEB5;
}

.commentscol {
font-size: 8pt;
font-style: ;
text-align: ;
background: #A3D39C;
color: #313131;
}

.lastphocol {
font-size: 8pt;
font-style: ;
text-align: ;
background: #A3D39C;
color: #313131;
}

.lastcommcol {
font-size: 8pt;
color: #313131;
background: #BADEB5;
}
Posted By: Storm_dup1 Re: Nami Holiday - 12/16/2003 5:55 AM
Yep.... That did the trick..... Thanks guys....... If I had a memory I'd have remembered those had to be added.... lol
Posted By: scroungr Re: Nami Holiday - 12/16/2003 5:58 AM
also do the following
change .welcome to

.welcome {
background: none;
color: #FFFFFF;
}

gets rid of the gray background...
Posted By: omegatron Re: Nami Holiday - 12/16/2003 6:28 AM
Yep You figured it out.

Just remember anytime as Josh meantioned when you install a new stylesheet make sure you add the Photopost css class calls to your new stylesheet or it will look whacked.
Posted By: JoshPet Re: Nami Holiday - 12/16/2003 8:34 AM
Updated this sheet slightly to fix a couple of things - mostly with formboxes and subjecttable.

If you're already using this - download the zip and simply replace the stylesheet.
© UBB.Developers