PDA

View Full Version : Suite Style - [ThevBNinja.com] Pure Christmas 2012 (Add-ons Snow with options, light, countdown)


ThevBNinja
11-17-2011, 11:00 PM
Hello everyone,

Christmas is coming and we've decided to bring you guys here an early gift.

http://thevbninja.com/releases/purebanner.png

The very first Christmas Style that offer you totally flexibility to custom the style with many value add-ons and you got them all for FREE!

Theme features:


Fixed and Fluid (Note: the Fixed version works best - recommended).
Theme made for vbulletin 4.1.8 but it should works with ealier 4.1.x versions as well. (Report me if you found any conflict).
Suite compatiable - CMS / Forum / Blogs
Custom layout
Custom logo (included text font and PSD).
Custom icons.


Theme add-ons:

Countdown to christmas
Snow effect
Christmas Light


Screenshot: via attachment
Live demo : here (http://thevbninja.com/forum.php?styleid=3)
Live demo Fluid: here (http://thevbninja.com/forum.php?styleid=4)

Installations

Download and unzip the attachment from vbulletin.org
Upload folder "xmas" to your forum/ images/styles
Import the XML, remember to stick "ignore style version" if needed.
Mark as installed.


Add-ons Installations
https://vborg.vbsupport.ru/external/2011/11/48.png1. Snow on your forum with options to control: Demo (http://thevbninja.com/forum.php?styleid=3)
Using jquery snowfall from here (https://github.com/loktar00/JQuery-Snowfall)

Uninstall the old snow add-on if you did the install by remove this line from "headinclude' template

<script type="text/javascript" src="images/styles/xmas/snow/snow.js"></script>
Download and unrar snow2.zip from attachment.
Upload the folder "snow2" to yourforum/ images/styles/xmas/
Go to your ACP/ Styles & Templates/ Search in template/ Search for "headinclude".
In the end of template headinclude add these line


<!-- Snow by thevBNinja.com -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script src='images/styles/xmas/snow2/snowfall.min.jquery.js'></script>
<script type='text/javascript'>
$(document).ready(function(){
//Start the snow default options you can also make it snow in certain elements, etc.
$(document).snowfall();

$("#clear").click(function(){
$(document).snowfall('clear'); // How you clear
});

$("#round").click(function(){
$(document).snowfall('clear');
$(document).snowfall({round : true, minSize: 5, maxSize:8}); // add rounded
});

$("#shadows").click(function(){
$(document).snowfall('clear');


$(document).snowfall({shadow : true, flakeCount:200}); // add shadows
});

$("#roundshadows").click(function(){
$(document).snowfall('clear');
$(document).snowfall({shadow : true, round : true, minSize: 5, maxSize:8}); // add shadows
});

$("#collection").click(function(){
$(document).snowfall('clear');


$(document).snowfall({collection : '.collectonme', flakeCount : 250});
});
});
</script>
<!-- End Snow by ThevBNinja.com -->


In template "forumhome" search for

{vb:raw template_hook.forumhome_wgo_pos5}

add above it:

<div id="wgo_snow" class="wgo_subblock section">
<h3 class="blocksubhead"><img src="images/styles/xmas/snow2/snow.png" alt="{vb:rawphrase x_statistics, {vb:raw vboptions.bbtitle}}" />Snow Effect Options</h3>
<input style="background:#FFF;border: 0 none;" type="button" id="clear" value="+ Click to clear"/>
<input style="background:#FFF;border: 0 none;" type="button" id="round" value="+ Rounded"/>
<input style="background:#FFF;border: 0 none;" type="button" id="shadows" value="+ Shadows"/>
<input style="background:#FFF;border: 0 none;" type="button" id="roundshadows" value="+ Rounded Shadows"/>
<input style="background:#FFF;border: 0 none;" type="button" id="collection" value="+ Snow Collection"/>
</div>

You are done. Use the options at the end of statistic box to change the snow.

2. Christmas Light: Demo (http://www.schillmania.com/projects/snowstorm/lights/)
- Using christmas light from Schillmania (www.schillmania.com)

Download and unrar light.zip from attachment
Upload the folder "light" to yourforum/images/styles/xmas
Go to your ACP/ Styles & Templates/ Search in template/ Search for "headinclude".
In the end of template headinclude add this line


<!-- for the Snowstorm homepage, allow the demo to run on iPhone and mobile devices. -->
<script>snowStorm.excludeMobile = false;</script>
<script src="images/styles/xmas/light/soundmanager2-nodebug-jsmin.js"></script>
<script src="http://yui.yahooapis.com/combo?2.6.0/build/yahoo-dom-event/yahoo-dom-event.js&2.6.0/build/animation/animation-min.js"></script>
<script src="images/styles/xmas/light/christmaslights.js"></script>

In your header template:

After:

<div class="above_body"> <!-- closing tag is in template navbar -->

Add:

<div id="lights">
<!-- lights go here -->
</div>

Add the following css to your additional.css



/* Christmas Light for vBulleti by thevBNinja */

#lights {
position:absolute;
border-top:1px solid #006600;
left:0px;
top:0px;
width:100%;
height:205px;
overflow:hidden;
z-index:1;
display:none;
}

.xlsf-light {
position:absolute;
margin-top:-1px;
}

.xlsf-fragment {
position:absolute;
background:transparent url(images/styles/xmas/light/bulbs-50x50-fragments.png) no-repeat 0px 0px;
width:50px;
height:50px;
}

.xlsf-fragment-box {
position:absolute;
left:0px;
top:0px;
width:50px;
height:50px;
*width:100%;
*height:100%;
display:none;
}

.xlsf-cover {
position:fixed;
left:0px;
top:0px;
width:100%;
height:100%;
background:#fff;
opacity:1;
z-index:999;
display:none;
}

.special {
display:none;
font-size:x-small;
color:#999;
}

In the same additional.css

find

.toplinks {
right: 90px;
}

change it to

.toplinks {
right: 90px;
z-index:999999;
}

You are done!

3. Countdown to Christmas: Demo (http://thevbninja.com/forum.php?styleid=3)
This will add a very simple countdown on your site, it made it to fit this xmas skin and I love it to be simply, if you are looking for more fancy countdown (bigger with effect), just wait, I'm working on a template modification for this.. Now here we go

In your "header" template:

Find:
<div id="header" class="floatcontainer doc_header">

Add below:

<SCRIPT TYPE="text/javascript" LANGUAGE="JavaScript">
<!--

dateFuture = new Date(2011,11,24,0,00,0); //set time

function GetCount(){

dateNow = new Date(); //grab current date
amount = dateFuture.getTime() - dateNow.getTime(); //calc milliseconds between dates
delete dateNow;

// time is already past
if(amount < 0){
document.getElementById('countbox').innerHTML="Merry Christmas!";
}
// date is still good
else{
days=0;hours=0;mins=0;secs=0;out="";

amount = Math.floor(amount/1000);//kill the "milliseconds" so just secs

days=Math.floor(amount/86400);//days
amount=amount%86400;

hours=Math.floor(amount/3600);//hours
amount=amount%3600;

mins=Math.floor(amount/60);//minutes
amount=amount%60;

secs=Math.floor(amount);//seconds

if(days != 0){out += days +" day"+((days!=1)?"s":"")+", ";}
if(days != 0 || hours != 0){out += hours +" hours"+((hours!=1)?"":"")+", ";}
if(days != 0 || hours != 0 || mins != 0){out += mins +" min"+((mins!=1)?"":"")+", ";}
out += secs +" until Christmas!";
document.getElementById('countbox').innerHTML=out;

setTimeout("GetCount()", 1000);
}
}

window.onload=function(){GetCount();}//call when everything has loaded

//-->
</script>
<div style="color:#FFF;font-weight:bold;margin-left:110px;margin-top:10px;position:absolute;z-index:20000;" id="countbox"><!-- Countdown by thevBNinja --></div>

Done!


Copyright:

Used some graphics from site5. We have approval from them to do that.
Template designe and code by thevbninja.com. You are free to re-post, releases it anywhere outside vb.org but you Must keep the copyright text in the footer of theme.


We've worked hard on this to bring you a real good theme so if you enjoy and use it in your forum, please

*** Mark it as installed *** (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=274245)

*** Rate it 5stars ***

*** Nominate it *** (https://vborg.vbsupport.ru/vborg_miscactions.php?do=nominate&threadid=274245&type=1&token=7927ca18f30d9cb2fc11ff743829fe8a)

like or even a thanks is means a lot to us so we can continues release free themes here at vb.org.

Also donation is very welcome, we can't not give you any extras thing as we're giving out all the features here as free, but we will give you a warm thank you and the right to remove our copyright text on the theme.

Lastly, Merry Christmas Early and Wish you a Merry Christmas and may this festival bring abundant joy and happiness in your life!.

Regards,
ThevBNinja Group

Q&A

Q: Why don't you make a more fancy background?
A: We don't want your site will be something with load of graphics and full of colors.
You may want to do the background yourself with related content to your site. Anw if the request is high, I will make it. As requested, a SET of background will be available soon, mark as install to get the latest update.

Q: Does these add-ons slow down my forum?
YES and YES. I do not recommend you to use it expect the count down script. Or you can put it in your site just for one day like Xmas. It should be better.

Q: Why don't you intergate all these add-on to the style, it save us ton of time!
A: Because I want you are the one who decide what's needed for your site, each of add-ons here can be release as a seperate template mod but I included them all here for you, you can get exactly what you need faster and easier.

History:
21.11: Addon Snow version 2 with the options to turn on/ off, rounded snow, add shadow to snow.
20.11: Addon Countdown to Christmas
20.11: Addon Christmas Light added.
19.11: Addon Snow falling on your forum added.
19.11: Update fluid version
18.11: Releases

Mamma Scarlett
11-18-2011, 04:34 PM
Nice! Thanks! :)

ThevBNinja
11-18-2011, 04:38 PM
You are welcome :)

parks72
11-18-2011, 05:32 PM
thank you so much looks nice....

aberg
11-18-2011, 08:29 PM
Thank you!

Sicilian
11-19-2011, 05:43 AM
Great thank you. Look forward to trying the fluid version :)

wally07
11-19-2011, 08:01 AM
tagged. also looking forward to the fluid version. :D

ThevBNinja
11-19-2011, 08:50 AM
Fluid version added!

Krusty1231
11-19-2011, 09:46 AM
Thanks for the fluid version!

Scyther
11-19-2011, 09:58 AM
nice one, marked installed

Ath3na
11-19-2011, 11:02 AM
Thank You so much, marked as installed :)

Looking forward to seeing the countdown timer and snow !

ThevBNinja
11-19-2011, 11:39 AM
Addon for snow is there.

Regards,
ThevBNinja

bluered
11-19-2011, 02:50 PM
Thanks:)

Mamma Scarlett
11-19-2011, 03:09 PM
Loooove the snow! <3

Ath3na
11-19-2011, 07:58 PM
Thanks for the Snow, looks good!

LuDawgs
11-19-2011, 08:16 PM
Awesome! Thanks!

Mamma Scarlett
11-19-2011, 08:39 PM
Looking forward to the countdown. ;)

The Rocketeer
11-19-2011, 11:30 PM
Wow, This theme looks excellent. better than any Christmas theme I have seen so far. Tagged and Nominated :)

Two requests though,
1. Can you give us the code to add the Christmas lights (as shown in the snow link?)
2. This theme needs a background to finish it off. (nothing that's too big like hundreds of kilobytes or too small and cluttered, But something plain yet in the holiday spirit. :D

ThevBNinja
11-19-2011, 11:34 PM
Added "Christmas Light" Addon.

ThevBNinja
11-19-2011, 11:37 PM
Wow, This theme looks excellent. better than any Christmas theme I have seen so far. Tagged and Nominated

Two requests though,
1. Can you give us the code to add the Christmas lights (as shown in the snow link?)
2. This theme needs a background to finish it off. (nothing that's too big like hundreds of kilobytes or too small and cluttered, But something plain yet in the holiday spirit.


1. I was doing the same thing before you asked, lol. Enjoy it, also please read all the notes carefully.
2. it was noted.

Q: Why don't you make a more fancy background?
A: We don't want your site will be something with load of graphics and full of colors.
You may want to do the background yourself with related content to your site. Anw if the request is high, I will make it.

To anyone, if you enjoy my style and willing to support our hard work, install it, rate it or simply post a thanks. I would be really appreciated.

The Rocketeer
11-19-2011, 11:39 PM
Added "Christmas Light" Addon.

thanks, :D I hope more people come forward and offer you donations :) its a really nice style. now all it needs is a good background. By the way, try to keep this style updated, you know once every year around this time. :)

ThevBNinja
11-19-2011, 11:41 PM
thanks, I hope more people come forward and offer you donations its a really nice style. now all it needs is a good background. By the way, try to keep this style updated, you know once every year around this time.

Enjoy the style, donation is not a must. lol. I'm sharing it free with all the addons.

Countdown and bg to be added soon, need to find some free time from my schedule.

Erica1977
11-20-2011, 12:30 AM
Can this work on any other styles ? and what would i have to do if wanted to add it to all my other styles.

ThevBNinja
11-20-2011, 12:34 AM
If you are talking about the add-on then absolutely Yes, just upload the folder to the correct place and it works

here is "images/styles/xmas/snow".

and "images/styles/xmas/light".

Krusty1231
11-20-2011, 12:38 AM
If I may - there is a en error in the instructions. The folder name is "Christmas Light"....you need to rename it just "light"....or at least I had to.

Very excellent skin.

Thank you again for this.

ThevBNinja
11-20-2011, 12:44 AM
If I may - there is a en error in the instructions. The folder name is "Christmas Light"....you need to rename it just "light"....or at least I had to.

Very excellent skin.

Thank you again for this.

I forgot to change the folder name back when packed it.

Thank you for your report, it's fixed now.

Enjoy the style and again, thanks.

Regards,

Erica1977
11-20-2011, 01:02 AM
ok i dont see the light maybe i have to change this in christmas.css file background:transparent url(http://127.0.0.1/cms/images/styles/xmas/light/bulbs-50x50-fragments.png) no-repeat 0px 0px;

ThevBNinja
11-20-2011, 01:11 AM
Good note.

I used additional.css instead of add the css in to the template so everyone can use it then forgot this url.

Added to the guide.

Erica1977
11-20-2011, 01:11 AM
ok i dont see the light maybe i have to change this in christmas.css file background:transparent url(http://127.0.0.1/cms/images/styles/xmas/light/bulbs-50x50-fragments.png) no-repeat 0px 0px;

hmm that didnt work i have it in this forums/images/lights

Erica1977
11-20-2011, 01:13 AM
Good note.

I used additional.css instead of add the css in to the template so everyone can use it then forgot this url.

Added to the guide.

i added the css in additional like you instruct it and still not showing.

ThevBNinja
11-20-2011, 01:14 AM
Can you PM me with a link to your site?

Thank you

hmm that didnt work i have it in this forums/images/lights

Already answered

If you are talking about the add-on then absolutely Yes, just upload the folder to the correct place and it works

here is "images/styles/xmas/snow".

and "images/styles/xmas/light".

If you are going to upload it to different folder then you must to edit christmaslights.js and the links in headinclude to correct the url as well.

Erica1977
11-20-2011, 01:30 AM
Can you PM me with a link to your site?

Thank you



Already answered



If you are going to upload it to different folder then you must to edit christmaslights.js and the links in headinclude to correct the url as well.

ok pmed you.

ThevBNinja
11-20-2011, 10:01 AM
Countdown added!

GMan55
11-20-2011, 05:19 PM
This is truly amazing vbninja. Nominated for MOTM!

Can you help me with one issue though? When the snow effect it on, the scrollbars seem to keep jerking. This happens if I move the mouse towards the left, right and bottom of the screen. Any ideas how I can fix that.

Also, if it's not too much to ask, is it possible to make a user-based option to enable and disable the snow-effect? Not sure how hard it is, but it would be awesome if that was added. So users with slow PCs can turn it off if they want and it won't lag on their PC.

This is truly an amazing piece of work! Hats off!!

ThevBNinja
11-20-2011, 05:58 PM
The javascript as I noted will slow down your PC and based on browser's render. It works fine for me in this case, can I have an url to your site?

I will think about an options to switch it on/off as it will be more flexible.

Thank you for your support and kind words, really appreciated.

Regards,
ThevBNinja

thecore762
11-20-2011, 06:43 PM
Awesome template!

ThevBNinja
11-21-2011, 12:50 AM
As requested, an option to turn on/off snow effect for member and background will be available to download soon.

Regards,
ThevBNinja

Papa Bear
11-21-2011, 01:11 AM
Excellent design..Marked as installed..

ThevBNinja
11-21-2011, 04:07 AM
Thank you guys for your support!

New snow effect with options to turn on/off will be release today, keep on touch.

Also mark as installed and rate it if you enjoy my style.

Regards,
ThevBNinja

Note: Add-ons installation will be moved into a .txt after to save place.

GMan55
11-21-2011, 05:42 AM
Awesome!!
BTW, vBNinja - it seems there is still a snow scroll jerking issue.. I've reinstalled the fluid style with no changes and the issue is still there, bud..
Sorry to trouble you again, but any clues on that?

Thanks.

EDIT: Nevermind, I got it fixed!

GMan55
11-21-2011, 06:27 AM
Another note... I went ahead and tried the light effect... followed the instructions and used the lights effect (just wanted to check it out), but I can't seem to get that enabled for some reason.

Thank you so much for considering my request on the snow-effect :).

Robru
11-21-2011, 11:21 AM
Wauw! Thank you very much :)

ThevBNinja
11-21-2011, 12:44 PM
Now, a fresh update with new add-on:

Snow with options to turn on/off. add rounded, shadow...etc Check it yourself here (http://thevbninja.com/forum.php?styleid=3) (scroll down to the footer)

Please keep on your support to us by mark as install, nominate it, post a thanks, report bug, request features.

ThevBNinja Group

GMan55
11-21-2011, 04:02 PM
Hey vBninja - the lights work... just not in the index page though, thanks!

But the new snow script doesn't seem to work for me in the fluid version. Still getting snow with the older script though.

ThevBNinja
11-21-2011, 08:05 PM
Hi Gman55,

remember to remove the old javascript from the old snow, then it should works.

Regards,
ThevBNinja

GMan55
11-21-2011, 09:19 PM
Hi Gman55,

remember to remove the old javascript from the old snow, then it should works.

Regards,
ThevBNinja

Thanks for responding vbninja :)! I did remember to do that though.

But have you tested this add-on on the fluid version?

Thanks

ThevBNinja
11-22-2011, 01:36 AM
It's working me for me with a fluid here (http://thevbninja.com/forum.php?styleid=4)

Regards,
ThevBNinja

GMan55
11-22-2011, 03:16 AM
Awesome, I got it! It was only working in other pages and not in the index page. Instead of putting it at the end of headinclude it put it at the end of headinclude_bottom and it works :). Thanks again!!

Just one thing though.. I can't seem to use both, the lights and the snow simultaneously. It works with either the snow or the lights :).

craig100
11-22-2011, 11:01 AM
can this Style go on Version 4.1.7

Rolli
11-22-2011, 11:08 AM
Unfortunately, with me the countdown and the snow 2 also does not function not. What can this lie with?

GMan55
11-22-2011, 01:29 PM
Unfortunately, with me the countdown and the snow 2 also does not function not. What can this lie with?

Countdown didn't work for me either in the fluid version, untill I put the script BELOW the header images in the header template. Figured that the header images were covering the timer.

Snow2 - I put it in headinclude_bottom instead of headinclude...

ThevBNinja
11-22-2011, 04:01 PM
Hi guys,

This style was made and carefully tested on a 4.18 board. But it should work on all 4.1.x version. If there are any conflict with older version, just let me know and I will fix it.

There are no huge change between fixed and fluid version except the header. I will check it and let you know. The snow2 script should works without any problem as I'm putting it on the live demo the same time I wrote the guide.

Lastly, thank you for your support , any bug report or suggestions on the skin are very welcome.

Regards,

LLent
11-22-2011, 05:22 PM
excellent skin thank-you very much

how do i take out pure Christmas logo and insert my own thanks in advance

ThevBNinja
11-22-2011, 05:29 PM
just make a custom logo of yours and upload/replace it with the current one in images/styles/xmas/logo.png.

Or you can put the url via stylevars/titleimage

Thank you for your support and have a great day!

GMan55
11-22-2011, 06:16 PM
Hi guys,

This style was made and carefully tested on a 4.18 board. But it should work on all 4.1.x version. If there are any conflict with older version, just let me know and I will fix it.

There are no huge change between fixed and fluid version except the header. I will check it and let you know. The snow2 script should works without any problem as I'm putting it on the live demo the same time I wrote the guide.

Lastly, thank you for your support , any bug report or suggestions on the skin are very welcome.

Regards,

That's probably it. I have a 4.1.5 installed :D.

The Rocketeer
11-22-2011, 11:53 PM
Wow, This style has become very popular very fast..seems like a lot of people including me like it..I will be installing it next week..

Until vBNinja or anyone else here comes up with a decent looking background, you can use this one as tiles if you like, should look good :)

Not my work by the way, I think its from another old Christmas theme..

ThevBNinja
11-23-2011, 01:09 AM
I'm expecting an upgrade tomorrow with set of background, improved scripts and maybe an update xm for the fluid if I could confirm these conflicts with older version.

Thank you again for your support with this style.

Regards,
ThevBNinja

Mamma Scarlett
11-23-2011, 10:19 AM
I have the 4.1.5 and it's working for me (fluid)...

setishock
11-23-2011, 03:40 PM
Morning ya'll. Could I impose on a few of you to post links to sites that have the theme and the add ons running? I tried to make my own christmas theme but it flopped. Depending on how this looks on a live site, I just might install it on mine.

ThevBNinja
11-23-2011, 04:04 PM
There are live demo on the first post to each version and add-ons, isn't it enough to see it in action?

In anycase, you can test it on a localhost and I believe it took you only 10 minutes to download/install and configure the theme.

Regards,
ThevBNinja

setishock
11-23-2011, 04:41 PM
I downloaded it but did not install. I would prefer to see one that is not a demo but rather a site that is active. Did not mean to offend ninja-san. Ittekimasu

ThevBNinja
11-23-2011, 05:12 PM
I don't see the different between a live demo vbulletin board than a regular site, except the number of posts. :D j/k

anw isn't it much better to install it as a test style on your board then If you don't feel happy with it, remove it than look at it on someone's else board?

Regards,

GMan55
11-23-2011, 07:07 PM
Yeah, I'm not really sure what is a better proof that it works great than the demo either :D. I installed this as a test on my forum and it works great and got great reviews on it from the members!!

Markos
11-23-2011, 08:30 PM
thanks for the style but strangely i cant get the snow or countdown to work :S

ThevBNinja
11-23-2011, 08:41 PM
thanks for the style but strangely i cant get the snow or countdown to work :S I will check these script later today and release a fix (if needed) with an background set, then please keep on touch.

Regards,
ThevBNinja

RobbieZ
11-24-2011, 05:57 AM
You say the code was done by yourself, but christmas lights and snoweffect was created by other people along with Scott Schiller.

I think you need to change that!

ThevBNinja
11-24-2011, 06:18 AM
You say the code was done by yourself, but christmas lights and snoweffect was created by other people along with Scott Schiller.

I think you need to change that!

Hello,

Is there any line that I wrote the javascripts was coded by myself?

Christmast light have the link to original site by the author, also the snow. (edited, checked that I added the new link for snow to my site, cuz It has some new functions in forumhome).

Along that

And the Christmas Lights?
The christmas lights are a separate experimental script which also has an example. It is undocumented, but the script can be modified to taste if you're the adventurous type.

They didn't write the guide to implement christmas light then I wrote it for vbulletin.

If you notice that in vbulletin template modifications section, there are a lot of mods used jquery effect to creat custom effect for vbulletin as mine. And here is the copyright note for Snow1 and Christmas Light

Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:

* Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.

Here were the copyright in .js for

/*
DHTML Snowstorm! OO-style Jascript-based Snow effect
----------------------------------------------------
Version 1.4.20091115 (Previous rev: v1.3.20081215)
Code by Scott Schiller - http://schillmania.com
----------------------------------------------------

Initializes after body onload() by default (via addEventHandler() call at bottom.)
To customize properties, edit below or override configuration after this script
has run (but before body.onload), eg. snowStorm.snowStick = false;

*/

In my side, I think I'm doing nothing wrong with the code.

Correct me If I'm wrong.

Regards,
ThevBNinja

RobbieZ
11-24-2011, 06:39 AM
Then you would need to change this accordingly

Copyright:

Used some graphics from site5. We have approval from them to do that.
Design and code by thevbninja.com.

ThevBNinja
11-24-2011, 06:49 AM
Hmm I wrote this copyright before releasing add-on one day.

Then it was applying to template code and design by myself.

The javascript code has been modified to work with vbulletin, and custom template with copyright still remains on the .js without any changes.

However, it's added.

RobbieZ
11-24-2011, 06:53 AM
Thanks. Installed

ThevBNinja
11-24-2011, 06:56 AM
You are welcome, also thank you or your feedback and support.

Regards,

The Rocketeer
11-24-2011, 01:08 PM
@ RobbieZ - You are bringing the wrong kind of attention here. Would you just back off and lay off the guy for a minute and let people just enjoy his theme during the holiday period? :rolleyes:

And Yes, I know the xmas lights aren't his work, but he made some work on the script to make it work or whatever. copyright this watermark that, fine print this and that. how many users do you think care about that. Most people here just want a great style.

LLent
11-24-2011, 02:28 PM
You say the code was done by yourself, but christmas lights and snoweffect was created by other people along with Scott Schiller.

I think you need to change that!

i think you need to enjoy this fine skin or just keep your comments to yourself this community is about sharing even if the designer didnt put this in others would of tried to .....these holiday skins are very few and when they come along i applaud the designer for making them available

this is a support thread so lets keep it at that...

excellent work ThevBNinja keep it up...

Mamma Scarlett
11-24-2011, 03:38 PM
i think you need to enjoy this fine skin or just keep your comments to yourself this community is about sharing even if the designer didnt put this in others would of tried to .....these holiday skins are very few and when they come along i applaud the designer for making them available

this is a support thread so lets keep it at that...

excellent work ThevBNinja keep it up...

Word!

The Rocketeer
11-25-2011, 05:02 AM
so vBNinja, Where are those backgrounds you were working on the other day? :D

I am kidding..no rush..:p but I'm very keen to see how they look though. :o
Waiting for all the updates so that I can install the theme and hide it until xmax :D

ThevBNinja
11-25-2011, 05:49 AM
Hi guys,

Thank you for your support, I really much appericated. Copyright is important as I repesct and expect to be repescted by others. However sharing is caring, especially with this style, it was made for the only goal "christmas celebration" so I would be more than happy to see you guys enjoy my style and use it on your board than trying to complain you "where's my style copyright?" :D .

Next xmas I will put the copyright as "Design by Santa Claus in a winter night" and see if he will come to visit me to complain in christmas night :D

We are going to have a wonderful time, an awesome dinner with our family and expecting a brand-new year then whatever happens, it happened, let's it go.

I will keep improve this style until christmas time as much as possible just so you guys can bring to your member a real feeling that "I feel it in my fingers,
I feel it in my toes,
Christmas is all around me,
and so the feeling grows". (I love this song so bady from the movie Love actually :D).

Backgrounds will come as I set it will be a set of background, then please be a little patience and keep on touch, it will be on it's ready.

Regards,
THevBNinja

Ath3na
11-25-2011, 07:17 PM
Yeah I have same issue on fluid, I can either have lights or snow2 Depending on what I put in headinclude. If I put both in snow doesn't work I only have lights.

Looking forward to see what is coming next. Keep up the really great work.

Markos
11-26-2011, 12:00 AM
i still cant get snow to work or the count down :(

paradoxx109
11-26-2011, 02:51 AM
The lights are superb!!!

but how can I make the light go to the entire right side of the forum?

ThevBNinja
11-26-2011, 07:54 AM
Be patience, an improved script with bug-free will be released soon with background, I will need time to test in in both version fixed and fluid, also browser compatiable.

Thanksgiving then black fridays, give me some time then :)

Regards,

Mojosoft
11-26-2011, 02:42 PM
Installed the fluid theme with no problems, and it looks great! No snow or lights.

I am having users that are on Ipads and other tablets that can't access the user links in the upper right. Log In, Notifications, Profile, Settings, etc.

I tested it on my HTC EVO, and on the default vB Style I can enlarge the screen to use the user links. When trying this in the Christmas theme, either the logo image or the left header image overlaps and will not allow access to the user links, even after I enlarge the screen view.

Any thoughts or suggestions? My version is 4.1.8.

Thanks in advance.

Markos
11-26-2011, 03:39 PM
i had the same prob i just created a new logo and made it transparent

paradoxx109
11-26-2011, 05:38 PM
Be patience, an improved script with bug-free will be released soon with background, I will need time to test in in both version fixed and fluid, also browser compatiable.

Thanksgiving then black fridays, give me some time then :)

Regards,

Sure, np, go and enjoy your new acquisitions form black friday haha.

I ofund another issue, when putting the lights, I cant upload any pictures, I can put the URL on the pop up but nothing happens when clicking Ok.

I will remove it and only keep the snow.

Mojosoft
11-26-2011, 10:13 PM
i had the same prob i just created a new logo and made it transparent

Thanks Markos. I used the logo.png that came with the style and modified it keeping the bg transparent. Maybe I made the lettering too large. I usually run images that are 800px wide in the default style and don't have this problem. The logo image does stretch across the whole header on small devices but as long as you enlarge the view, the user buttons will work.

tomerl1
11-27-2011, 09:55 AM
I have a Problem. (fluid)

xml Upload - says "invalide file"

My Version is 4.1.5

Mamma Scarlett
11-27-2011, 11:07 AM
I have a Problem. (fluid)

xml Upload - says "invalide file"

My Version is 4.1.5

Are you using the download/upload styles under style manager? I did it wrong at first and tried to uploade it with the "import product". I got the "invalid file" when I did that.

:)

tomerl1
11-27-2011, 02:39 PM
I've tried a lot. Have Problems.
where the folder must be? "xmas"

Sorry my english.

Mojosoft
11-27-2011, 02:45 PM
I've tried a lot. Have Problems.
where the folder must be? "xmas"

Sorry my english.

/images/styles/xmas

You might not have a styles folder in your images folder. If not, create one and put the xmas folder in there.

ThevBNinja
11-27-2011, 03:01 PM
Be patience, background and javascript fixed for fluid is ready.

I will release all of them today.

Also thank you for your great support, I will answer all the above question asap. Due to weekend and projects my free time is very limited. But if you have any suggestion or wishlist, just write it here, I can't promise to add them all but I will sure consider it and check them all.

Regards,
ThevBNinja

tomerl1
11-27-2011, 03:32 PM
/images/styles/xmas

You might not have a styles folder in your images folder. If not, create one and put the xmas folder in there.

Thanks,

i have create Folder "styles" in images and xmas Folder in styles.
--- Admin CP/ xml upload - invalid file

xml is problem.

ThevBNinja
11-27-2011, 03:54 PM
Thanks,

i have create Folder "styles" in images and xmas Folder in styles.
--- Admin CP/ xml upload - invalid file

xml is problem.

try to select ignore version when uploading the xml. also can you please give me the excatly error phrase?

tomerl1
11-27-2011, 05:23 PM
try to select ignore version when uploading the xml. also can you please give me the excatly error phrase?

not working

http://www.schoener-reisen.at/error1.png

Mamma Scarlett
11-27-2011, 05:34 PM
From the screenshoot it lookes like you are using the wrong uploader. This is the right one:

https://vborg.vbsupport.ru/external/2011/11/27.png

tomerl1
11-27-2011, 06:00 PM
Oh oh, Sorry sorry sorry!

Style is Style Upload.

Addon is Addon Upload.

Sorry, thanks for all the help!!!

Mamma Scarlett
11-27-2011, 06:53 PM
You learn as you go. ;) I sure do!

aberg
11-27-2011, 07:12 PM
i still cant get snow to work or the count down :(
Same here, Any solutions?

Mamma Scarlett
11-27-2011, 08:18 PM
aberg: Have you tried it the way GMan55 describes it?


Countdown didn't work for me either in the fluid version, untill I put the script BELOW the header images in the header template. Figured that the header images were covering the timer.

Snow2 - I put it in headinclude_bottom instead of headinclude...

EuroBeat2
11-27-2011, 09:26 PM
I have to admit. I really like this style. I have decided to settle with original skin that featured "snow effect" using snow.js script. The style is simple and elegant. I see you guys are fond of these additional whistles such as countdown and lights. In my opinion they are really adding a lot of noises and stear away from the content. I have chosen not making this skin "Las Vegas" style, but settle with the snow only. Too much is not always good. I think for some it is already too much, but what the hell let me be provocative.

Thank you for the wonderful job though.

EB

CouponWCents
11-27-2011, 11:35 PM
I'm lost! I uploaded everything and have it checked on my Styles in AdminCP but it is not showing up. Am I missing something?

CouponWCents
11-28-2011, 12:07 AM
OK...figured it out...is there anyway to make the header wider?

oldlock
11-28-2011, 10:05 AM
Sorry if this has been reported allready. Nothing came up on the search. When using the fluid version on small laptops / ipads etc the logo overlaps the login boxes thus preventing users from using them .........

kfyonur
11-28-2011, 10:56 AM
lights and snows didn't work..Firefox give these error

snowStorm is not defined
[Break On This Error] <script>snowStorm.excludeMobile = false;</script>

$("lights").style is undefined
[Break On This Error] $('lights').style.display = 'block';

$(document).snowfall is not a function
[Break On This Error] $(document).snowfall();

Mojosoft
11-28-2011, 12:11 PM
Sorry if this has been reported allready. Nothing came up on the search. When using the fluid version on small laptops / ipads etc the logo overlaps the login boxes thus preventing users from using them .........

I'm having the same issue.

Andrei29
11-28-2011, 12:30 PM
Anyone can help me to install this template as it seems too complicated for me. I would love to wow my members with a christmas feel.

ThevBNinja
11-28-2011, 12:41 PM
I have to admit. I really like this style. I have decided to settle with original skin that featured "snow effect" using snow.js script. The style is simple and elegant. I see you guys are fond of these additional whistles such as countdown and lights. In my opinion they are really adding a lot of noises and stear away from the content. I have chosen not making this skin "Las Vegas" style, but settle with the snow only. Too much is not always good. I think for some it is already too much, but what the hell let me be provocative.

Thank you for the wonderful job though.

EB

Thank you for your kind works, I myself do not recommend to add a lot of effect to your site as it will sure slowdown site speed. For me, snow is more than enough.

OK...figured it out...is there anyway to make the header wider?

Which version you are using on your board? If it's a fixed, it can be done easier and faster than fluid. The fluid contant 3 images, with one repeated to fit the screen resolutions.

Sorry if this has been reported allready. Nothing came up on the search. When using the fluid version on small laptops / ipads etc the logo overlaps the login boxes thus preventing users from using them .........

Can I have link to your site? And I would be much appreciated if you can give me the exactly resolution, and which style version where the error happended.

lights and snows didn't work..Firefox give these error

snowStorm is not defined
[Break On This Error] <script>snowStorm.excludeMobile = false;</script>

$("lights").style is undefined
[Break On This Error] $('lights').style.display = 'block';

$(document).snowfall is not a function
[Break On This Error] $(document).snowfall();

Lights and snows didn't works. Hi guys, please, I really cannot see anything for giving any fixes if you are reporting me back with just this phrases. There are few people, who sent me a PM asking for help with script, I checked them through, and ended up that they did not follow the guide or upload to wrong space. If it doesn't work for ya.

PM me with an URL to your board. An user with admin style permission and link to the folders where you uploaded these style and scripts. I will try to help you with that.


Anyone can help me to install this template as it seems too complicated for me. I would love to wow my members with a christmas feel.

Where exactly did you stuck?

Please feel free to give more specific error, example: You can't download the attachment, you can't import the xml...etc.

This style is supported as always and it will be supported in anyway. However an update version is ready, I just need time to get feedback from my testers to see if there are any error to fix. It will be releases here, free as always. Just be patience a little bit.

Regards,
ThevBNinja

Mamma Scarlett
11-28-2011, 01:22 PM
Originally Posted by oldlock
Sorry if this has been reported allready. Nothing came up on the search. When using the fluid version on small laptops / ipads etc the logo overlaps the login boxes thus preventing users from using them .........


Can I have link to your site? And I would be much appreciated if you can give me the exactly resolution, and which style version where the error happended.

I have the same prob. Lets see if I can explain it with my bad english. :p

When I'm using my I-pad I cant klick on the log in or the other links in the upper right corner in the header. I can only klick on the links that dont have the "logo.png" file overlapping them. On my I-pad everything is much more narrower then on the PC, but you can see the same happening if you make your window narrower on the PC. You cant klick on the links..

The biggest problem is when a member wants to log in and cant klick to write the login-name..

Did that explain the problem?

CouponWCents
11-28-2011, 01:42 PM
Thank you for your kind works, I myself do not recommend to add a lot of effect to your site as it will sure slowdown site speed. For me, snow is more than enough.



Which version you are using on your board? If it's a fixed, it can be done easier and faster than fluid. The fluid contant 3 images, with one repeated to fit the screen resolutions.







I am absolutely LOVING this so are my members!
I am using the fluid version. But as you see at www.couponwithcents.com The left side of the header (blue part) gets cut off and turns to black.

GMan55
11-28-2011, 08:33 PM
I am absolutely LOVING this so are my members!
I am using the fluid version. But as you see at www.couponwithcents.com The left side of the header (blue part) gets cut off and turns to black.

Not sure what you mean.. are you talking about the header background? It looks fine here. Well, if you have a lower pixel resolution, then it will appear as if it is cut-off.
I had fluid before as well. I switched to fixed and then reduced the margins. I also made a few changes to the header background to make it compatible with 4:3 and 16:9 PCs and all pixels.. it's not that hard. Just have to make a couple of changes in additional.css and 1 change in style vars, that's it.

You can check out my website at http://ftazeta.com

EDIT:
Wait, now I know what you mean. Just go to stylevars and increase the bottom value of titleimage_padding and all will be good.
EDIT2:
Well, that's one thing you might want to think about, but now my guess is that you are in fact talking about the screen resolution part.

Mamma Scarlett
11-28-2011, 10:30 PM
I'm sorry Ninja, but I liked the first snow best.. And now i removed it and cant remember how to get it back. I have downloadet and uploaded snow folder but cant remember what to add where.. And now it's gone from your installation-guide.. Help...

CouponWCents
11-29-2011, 02:54 AM
Not sure what you mean.. are you talking about the header background? It looks fine here. Well, if you have a lower pixel resolution, then it will appear as if it is cut-off.
I had fluid before as well. I switched to fixed and then reduced the margins. I also made a few changes to the header background to make it compatible with 4:3 and 16:9 PCs and all pixels.. it's not that hard. Just have to make a couple of changes in additional.css and 1 change in style vars, that's it.

You can check out my website at http://ftazeta.com

EDIT:
Wait, now I know what you mean. Just go to stylevars and increase the bottom value of titleimage_padding and all will be good.
EDIT2:
Well, that's one thing you might want to think about, but now my guess is that you are in fact talking about the screen resolution part.
Thanks so much!

I can't find titleimage_padding

CouponWCents
11-29-2011, 02:59 AM
Nevermind...I found it. But the blue in the header is cutting off on the left

Mamma Scarlett
11-29-2011, 10:30 AM
I'm sorry Ninja, but I liked the first snow best.. And now i removed it and cant remember how to get it back. I have downloadet and uploaded snow folder but cant remember what to add where.. And now it's gone from your installation-guide.. Help...

Nevermind. :) After a good night sleep I figured out what I did wrong. My bad. :)

GMan55
11-29-2011, 10:56 AM
Nevermind...I found it. But the blue in the header is cutting off on the left

Post a screenshot what it looks like for you. Because it looks fine here and is not cutting off to the left. I believe it is the screen resolution issue. You can jusr remove the margins if need be, but first post what it looks like and what you need.

ThevBNinja
11-29-2011, 12:07 PM
Script are being tested again in live demo at

http://thevbninja.com/forum.php?styleid=4
http://thevbninja.com/forum.php?styleid=3

Light and countdown is there, snow is being rewritten.

I will try to put all the above add-on on live site, then write down exactly step to step how I did it on the demo here on next release (today) at vbulletib.org

Also I received a lot of PM and Email with feedback of the style and add-on which I really much appreciated.

All of them will be consider and test carefully before releasing any fix for update.

Regards,
ThevBNinja

ThevBNinja
11-29-2011, 01:28 PM
Fix for Christmas Light and Countdown added.

Please follow the new guide to add light and countdown to your site.

Demo: above links.

Snows and background is being added.

Originally Posted by CouponWCents
Nevermind...I found it. But the blue in the header is cutting off on the left

Can you PM me with a link to your site? I don't see the issue here.

Regards,
ThevBNinja

GMan55
11-29-2011, 02:17 PM
Can you PM me with a link to your site? I don't see the issue here.

Regards,
ThevBNinja

He already posted his link here vbninja - I don't see a problem there on the left either, check it out.

Mr_Running
11-29-2011, 04:36 PM
Countdown to Christmas appears to be off by 24 hours ( 1 day )

How to fix?
Edit: This started as a Question but here is the Answer. :)

Find

dateFuture = new Date(2011,11,24,0,00,0); //set time

Change

dateFuture = new Date(2011,11,25,0,00,0); //set time

kfyonur
11-29-2011, 05:17 PM
only Countdown is working :)

GMan55
11-29-2011, 06:48 PM
Countdown to Christmas appears to be off by 24 hours ( 1 day )

How to fix?
Edit: This started as a Question but here is the Answer. :)

Find

dateFuture = new Date(2011,11,24,0,00,0); //set time

Change

dateFuture = new Date(2011,11,25,0,00,0); //set time

Thanks for that. I didn't even realize the timer was wrong, LOL!

Mamma Scarlett
11-30-2011, 11:23 AM
Thanks for that. I didn't even realize the timer was wrong, LOL!

It depends.. For me christmas is the 24th, and if I have counted correct it's right for me. The timer hits zero 24.00 when the date turns 24th. Is'nt that correct? Do you guys say it's christmas the 25th?

aberg
11-30-2011, 07:03 PM
aberg: Have you tried it the way GMan55 describes it?
Thank you, I have tried it before but I think I have make a mistake the first time.
Now it works!:up:

kylek
11-30-2011, 10:00 PM
This is frustrating, cant get my Gimp to work today. Is there any possible way I could ask for anyone to create a logo.png with yorkie partners as the text? Just need it with the same font (clemintine) and size that it is here on the style, want to go live with it at midnight. Will be greatfully appreciated for life!!

Mamma Scarlett
11-30-2011, 10:27 PM
This is frustrating, cant get my Gimp to work today. Is there any possible way I could ask for anyone to create a logo.png with yorkie partners as the text? Just need it with the same font (clemintine) and size that it is here on the style, want to go live with it at midnight. Will be greatfully appreciated for life!!

Hope I made you day!

kylek
11-30-2011, 10:43 PM
Thank you very much!!!!

The Rocketeer
11-30-2011, 11:13 PM
Where's the update vBninja :p xmax is nearly here, lol I mean december, want to go live with this style soon :)

Mr_Running
12-01-2011, 01:01 AM
It depends.. For me christmas is the 24th, and if I have counted correct it's right for me. The timer hits zero 24.00 when the date turns 24th. Is'nt that correct? Do you guys say it's christmas the 25th?

Yes I guess it depends where we live in the world.

I think in North America it's Christmas on the 25th and the 24th is Christmas Eve (The Evening before Christmas)

Cheers...and Merry Christmas to all :)

EuroBeat2
12-01-2011, 04:48 AM
Any possible fix for iPad display for logo as asked previously by some users?

Thank you.

EB

Mamma Scarlett
12-01-2011, 08:05 AM
Yes I guess it depends where we live in the world.

I think in North America it's Christmas on the 25th and the 24th is Christmas Eve (The Evening before Christmas)

Cheers...and Merry Christmas to all :)

In Norway Christmas is the 24th. ;)

ThevBNinja
12-01-2011, 08:12 AM
Hi guys,

I was counting Xmas to 00:00 24/12, if it's different on your country then you can followed the guide above to move to one more day.

Fix for Ipad and apple device is on schedule and we are working on it.

@Rocketeer: working , working hardly on it, we received few suggestion from member to improve the current style, update probadly will included them all with bug-free.

Regards,
ThevBNinja

oldlock
12-01-2011, 11:11 AM
Any possible fix for iPad display for logo as asked previously by some users?

Thank you.

EB

Even a quick fix to remove the logo would help ....

ThevBNinja
12-01-2011, 11:33 AM
make a transparent logo with height 200px and 1px width.

Name it logo.png and replace the current one. If you just want to remove the logo

GMan55
12-01-2011, 02:12 PM
It depends.. For me christmas is the 24th, and if I have counted correct it's right for me. The timer hits zero 24.00 when the date turns 24th. Is'nt that correct? Do you guys say it's christmas the 25th?

Oh, I didn't know that. Christmas is 25th here. You should add that to wikipedia ;).

Caretaker2k
12-01-2011, 05:50 PM
Hello, i have a bug on my Profile site found, look the Screenshoot...

Mojosoft
12-01-2011, 09:09 PM
Fix for Ipad and apple device is on schedule and we are working on it.

Regards,
ThevBNinja

:up:

14DH01
12-02-2011, 01:59 AM
Thank you!
How to change the white background of the style, to see the snowflakes?
Because white on white, it's not terrible.
cibiforum.org
Again thank you for your style.

Binoy
12-02-2011, 10:46 AM
Thanks for the cool style :)

I couldn't find the text editor in Quick reply box/advanced editor ..whatsup with that?

https://vborg.vbsupport.ru/external/2011/12/77.jpg

Mamma Scarlett
12-02-2011, 11:38 AM
Works fine for me.. But I have installed this: https://vborg.vbsupport.ru/showthread.php?t=232730&highlight=Replace+the+Default+Quick+Reply
It replace the vBulletin Default Quick Reply and Edit With Full Quick reply And Edit Box With Smilies.

Binoy
12-02-2011, 11:39 AM
Installed the same.. but still no change :(

Mamma Scarlett
12-02-2011, 11:41 AM
Then I got no idea. Hope someone can help you..

ThevBNinja
12-02-2011, 11:45 AM
Thanks for the cool style :)

I couldn't find the text editor in Quick reply box/advanced editor ..whatsup with that?

https://vborg.vbsupport.ru/external/2011/12/77.jpg

Is the editor display correctly in other style or just this one?

If it works on other style and this one didn't, please send a link to your site with admin user with detail permission?

or you can try to revert showthread_quickreply template.

14DH01
12-02-2011, 12:21 PM
Then I got no idea. Hope someone can help you..

hello,
Perhaps this concern?
https://www.vbulletin.com/forum/showthread.php/389038-Messed-up-Editor-Avatars-Other-visual-glitches-after-upgrade

kfyonur
12-02-2011, 09:22 PM
you forget me

14DH01
12-02-2011, 10:58 PM
hello,
Perhaps this concern?
https://www.vbulletin.com/forum/showthread.php/389038-Messed-up-Editor-Avatars-Other-visual-glitches-after-upgrade

sorry


This message was for Binoy.: D ;)

Binoy
12-03-2011, 09:17 AM
hello,
Perhaps this concern?
https://www.vbulletin.com/forum/showthread.php/389038-Messed-up-Editor-Avatars-Other-visual-glitches-after-upgrade
woohooo.. fixed :) thank you very much..

leclownos
12-03-2011, 01:00 PM
Merci pour ce beau theme !!

Lucyloo
12-03-2011, 01:47 PM
Excellent thank you :)

ThevBNinja
12-03-2011, 04:35 PM
you forget me

I am not. working on this.

Merci pour ce beau theme !!

You are welcome!

Excellent thank you :)

Thank you, enjoy it!

THank you guys for keep supporting this style :) Please mark as installed to receive latest update version of this.

Regards,
ThevBNinja

kfyonur
12-04-2011, 10:44 AM
I am not. working on this.

thank you.

fxwoody
12-04-2011, 01:30 PM
Well, the template is really cool, but i can't get the light to show in header at all :(
I redid every steps and nothing comes up.

Too bad, it would have been cool for stress relieve lollll

Any idea why it doesn't show ???

GMan55
12-05-2011, 03:25 AM
Well, the template is really cool, but i can't get the light to show in header at all :(
I redid every steps and nothing comes up.

Too bad, it would have been cool for stress relieve lollll

Any idea why it doesn't show ???

If you are using 4.1.5, without the patch, for me it only comes up if I put it in headerinclude_bottom instead of headerinclude. If you have a different version than tested, you may want to consider that.

SpottySocks
12-05-2011, 08:45 PM
Loving the style, setting it up on my forum and want to use it ASAP! :) BUT.... problem. :( Have edited the logo psd, uploaded it and I can see this:

https://vborg.vbsupport.ru/external/2011/12/58.jpg

How to I 'line up' the logo?

Thanks guys. :)

Mojosoft
12-05-2011, 09:41 PM
Loving the style, setting it up on my forum and want to use it ASAP! :) BUT.... problem. :( Have edited the logo psd, uploaded it and I can see this:



How to I 'line up' the logo?

Thanks guys. :)

I edited the logo.png file, which was just the text. You might have to reupload the default left header image after editing the .png file.

Mamma Scarlett
12-05-2011, 09:46 PM
As Mojosoft says, use the logo.png file to make your logo. You wil find it here: thevbninja-pure-xmas-2012-fluid\Upload\images\styles\xmas and the file logo.png. This is a pic that is just the text and a transparent background. :)

Upload the new .png-file and you wil no longer have the problem. ;)

SpottySocks
12-06-2011, 11:01 AM
I edited the logo.png file, which was just the text. You might have to reupload the default left header image after editing the .png file.

As Mojosoft says, use the logo.png file to make your logo. You wil find it here: thevbninja-pure-xmas-2012-fluid\Upload\images\styles\xmas and the file logo.png. This is a pic that is just the text and a transparent background. :)

Upload the new .png-file and you wil no longer have the problem. ;)
Ah ok thanks guys, I understand what you're saying and have been trying to rectify the problem but it seems to still be there! I have deleted all the image files, re-downloaded the pack and reuploaded it but I'm still getting that 'FriendsCircle' logo, even though I can't see it in the files on the server!

I have cleared my cache and history etc but I'm still seeing it.... could you please do me a favour and let me know if you can see it? or is it just on my computer? http://www.friendscircle.co.uk/forum.php?styleid=64

I'm going to work now.... will TRY and sort it again later. :(

14DH01
12-06-2011, 11:17 AM
THank you guys for keep supporting this style :) Please mark as installed to receive latest update version of this.

Regards,
ThevBNinja

hello BNinja,

[QUOTE="vbulletin.org"
14DH01, you do not have permission to access this page. This could be due to one of several reasons:
1.Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
2.If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.
[/QUOTE]
:D

Your style exelent
*** Rate it 5stars *** for you :D:)

Mamma Scarlett
12-06-2011, 11:28 AM
Ah ok thanks guys, I understand what you're saying and have been trying to rectify the problem but it seems to still be there! I have deleted all the image files, re-downloaded the pack and reuploaded it but I'm still getting that 'FriendsCircle' logo, even though I can't see it in the files on the server!

I have cleared my cache and history etc but I'm still seeing it.... could you please do me a favour and let me know if you can see it? or is it just on my computer? http://www.friendscircle.co.uk/forum.php?styleid=64

I'm going to work now.... will TRY and sort it again later. :(

This is what I see :)

fxwoody
12-06-2011, 12:28 PM
If you are using 4.1.5, without the patch, for me it only comes up if I put it in headerinclude_bottom instead of headerinclude. If you have a different version than tested, you may want to consider that.

Well for one raison i can't find, it doesn't want to work properly, must be another plugin or so that conflict with it :(
Tks for the try tho ;)

SpottySocks
12-06-2011, 07:58 PM
This is what I see :)

Ok that's great thanks!! I have just changed the logo... what do you see now? Hope you don't mind helping. :) I have just tried it off my partners phone, who doesn't even access FC, and even he is seeing the old FriendsCircle logo, this is doing my head in haha

Joemadden1989
12-06-2011, 09:20 PM
Hi all,

Thanks for the style, Its awsome!

Is there anyway to get the lights and snow working at the same time? I can only seam to get one to work at a time..

Thanks

Joe.

Mamma Scarlett
12-06-2011, 09:32 PM
Ok that's great thanks!! I have just changed the logo... what do you see now? Hope you don't mind helping. :) I have just tried it off my partners phone, who doesn't even access FC, and even he is seeing the old FriendsCircle logo, this is doing my head in haha

I see the same as before.

I don't mind helping. :)

kylek
12-07-2011, 12:38 AM
Dont know if this is fixed in the planned update but will point it out, same on mine as it is on your demos.

On profile page, side column blocks the red comes down a bit of the ways on the sides:


134884

Also I dropped the toplinks down to the navbar and so far cant find the setting for the padding around the username/password/log in area when unregistered, probably staring right at it but no luck so far. Hoping you can point it out when you have a spare monent.

134885

And thanks for making this style for all of us to use!!

ThevBNinja
12-07-2011, 12:52 AM
Firstly,

@Mamma Scarlett: Thank you for your great support and helping others here, I really much appreciated!

Dont know if this is fixed in the planned update but will point it out, same on mine as it is on your demos.

On profile page, side column blocks the red comes down a bit of the ways on the sides:

it was made that way. In order to fit the widget and sidebar block on CMS and forumhome. The profile is customize-able in vbulletin and as it style is only a theme for season, limited time of year,I don't have it on the schedule for next upgrade.

Also I dropped the toplinks down to the navbar and so far cant find the setting for the padding around the username/password/log in area when unregistered, probably staring right at it but no luck so far. Hoping you can point it out when you have a spare monent.

Add this line to your additional.css


.toplinks .logindetails {
background: none repeat scroll 0 0 transparent;
}


Secondly, honestly, I have very limit time at the moment due to large of custom projects, however I will try my best to bring a final version of this style will be available within 14.12.2011 (on my schedule) as my thank you to you guys for your support on this style. Growing pretty fast.

Please keep on touch!

Regards,
ThevBNinja

Mamma Scarlett
12-07-2011, 05:56 AM
Firstly,

@Mamma Scarlett: Thank you for your great support and helping others here, I really much appreciated!



You're welcome. I think it's fun to be able to help others. But when it comes to the bigger problems I'm not much help. I had never touched a vBulletin forum as admin before June this year. I'm happy to help others with what little I can.

Krusty1231
12-07-2011, 06:43 AM
@ Spottysocks

Use this PSD. Open it and edit the font/color, and what you want it to say. Then save it as "logo.png" and upload it to \images\styles\xmas allowing overwrite.

SpottySocks
12-07-2011, 12:47 PM
I see the same as before.

I don't mind helping. :)

@ Spottysocks

Use this PSD. Open it and edit the font/color, and what you want it to say. Then save it as "logo.png" and upload it to \images\styles\xmas allowing overwrite.Thanks guys, I have downloaded and changed the logo.psd file and re-uploaded it and overwrite. I refreshed page and really got my hopes up as it was there, next moment when I refreshed again it went back to that old logo. This is getting me down now. :lol: So close to giving up and uninstalling as I seem to be getting nowhere, but I love the theme and really want to use it without having this problem!! :(

This is a screenshot from now:

https://vborg.vbsupport.ru/external/2011/12/37.png

ThevBNinja
12-07-2011, 01:19 PM
Thanks guys, I have downloaded and changed the logo.psd file and re-uploaded it and overwrite. I refreshed page and really got my hopes up as it was there, next moment when I refreshed again it went back to that old logo. This is getting me down now. :lol: So close to giving up and uninstalling as I seem to be getting nowhere, but I love the theme and really want to use it without having this problem!!

This is a screenshot from now:

This theme is using the logo.png located at images/styles/xmas/

there are various ways to change the logo.

Note: Logo MUST HAVE a transparent bg.

1. Open the logo.psd. Edit your own text , own taste then reuplace it with current logo.png
2. You can even open the default logo.png in photoshop, the .png file have a transparent bg already, delete the current text, add your owns, replace it.

If you didn't change the structure of header, then I don't find any reason why the new logo doesn't work.

Joemadden1989
12-07-2011, 04:14 PM
Hi all,

This skin is fantastic! Thanks,

However i have an issue with this code :

<!-- Snow by thevBNinja.com -->



<!-- for the Snowstorm homepage, allow the demo to run on iPhone and mobile devices. -->
<script>snowStorm.excludeMobile = false;</script>
<script src="images/styles/xmas/light/soundmanager2-nodebug-jsmin.js"></script>
<script src="http://yui.yahooapis.com/combo?2.6.0/build/yahoo-dom-event/yahoo-dom-event.js&2.6.0/build/animation/animation-min.js"></script>
<script src="images/styles/xmas/light/christmaslights.js"></script>

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script src='images/styles/xmas/snow2/snowfall.min.jquery.js'></script>
<script type='text/javascript'>
$(document).ready(function(){
//Start the snow default options you can also make it snow in certain elements, etc.
//$(document).snowfall();
$(document).snowfall({round : true, minSize: 5, maxSize:8});


$("#clear").click(function(){
$(document).snowfall('clear'); // How you clear
});

$("#round").click(function(){
$(document).snowfall('clear');
$(document).snowfall({round : true, minSize: 5, maxSize:8}); // add rounded
});

$("#shadows").click(function(){
$(document).snowfall('clear');


$(document).snowfall({shadow : true, flakeCount:200}); // add shadows
});

$("#roundshadows").click(function(){
$(document).snowfall('clear');
$(document).snowfall({shadow : true, round : true, minSize: 5, maxSize:8}); // add shadows
});

$("#collection").click(function(){
$(document).snowfall('clear');


$(document).snowfall({collection : '.collectonme', flakeCount : 250});
});
});
</script>

If i have it in the hedinclude as above then the slow works, If i change it to this :

<!-- Snow by thevBNinja.com -->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script src='images/styles/xmas/snow2/snowfall.min.jquery.js'></script>
<script type='text/javascript'>
$(document).ready(function(){
//Start the snow default options you can also make it snow in certain elements, etc.
//$(document).snowfall();
$(document).snowfall({round : true, minSize: 5, maxSize:8});


$("#clear").click(function(){
$(document).snowfall('clear'); // How you clear
});

$("#round").click(function(){
$(document).snowfall('clear');
$(document).snowfall({round : true, minSize: 5, maxSize:8}); // add rounded
});

$("#shadows").click(function(){
$(document).snowfall('clear');


$(document).snowfall({shadow : true, flakeCount:200}); // add shadows
});

$("#roundshadows").click(function(){
$(document).snowfall('clear');
$(document).snowfall({shadow : true, round : true, minSize: 5, maxSize:8}); // add shadows
});

$("#collection").click(function(){
$(document).snowfall('clear');


$(document).snowfall({collection : '.collectonme', flakeCount : 250});
});
});
</script>


<script>snowStorm.excludeMobile = false;</script>
<script src="images/styles/xmas/light/soundmanager2-nodebug-jsmin.js"></script>
<script src="http://yui.yahooapis.com/combo?2.6.0/build/yahoo-dom-event/yahoo-dom-event.js&2.6.0/build/animation/animation-min.js"></script>
<script src="images/styles/xmas/light/christmaslights.js"></script>

If i have it like this then the lights work!

I simply cannot get both to work at the same time..

Does anyone have idea ideas?

The error message i appear to get is [17:25:30.720] $(document) is null @ http://www.vs-uk.co.uk/forum.php:66

Thanks

Joe.

ThevBNinja
12-07-2011, 05:24 PM
Hi,

THe problem with snow combine with lights will be fixed on next releases. However I need to find time from my curent schedules, then it will be when it's ready.

Regards and thanks,

kfyonur
12-08-2011, 07:08 AM
new year is coming :)

Ath3na
12-08-2011, 03:11 PM
Does anyone else have a problem with the snow hardly showing?

When you click on the login button you get the standard blank page for a moment, the snow looks perfect here.

Looking forward to seeing the next release. Keep up the good work

Joemadden1989
12-08-2011, 08:27 PM
Hi there,

Does anyone know why the lights fail to show up correctly? They are see able for some people but not others..

I have the countdown but not the snow mod.

Thanks

Joe.

kylek
12-08-2011, 09:21 PM
Hi there,

Does anyone know why the lights fail to show up correctly? They are see able for some people but not others..

I have the countdown but not the snow mod.


Thanks

Joe.

Could be the screen resolutions they are using. On our site anyone using 1024 x 768 the lights do not show plus the banner is a bit screwed up though that may be our fault with the logo.png we made. Strange thing is by moving mouse across where lights should show you do see the breaking lights. On higher resolutions they show with no problems.

On the fluid demo it does the same, lights show, set screen res to 1024, refresh page lights disappear.

Maxii
12-09-2011, 06:02 AM
http://img40.imageshack.us/img40/3104/43372341.jpg (http://imageshack.us/photo/my-images/40/43372341.jpg/)

pls help

Mamma Scarlett
12-09-2011, 12:08 PM
Maxii: I'm not quite sure if I understood your problem correctly? Is it that the forum is too wide? If so, try to go to to your admin panel and go to starvare on the christmas-style. Then search for "doc" and find "doc_width". Try setting this to 90% and see if it fixes your problem. I hope this is what you ment, because this is a screen resolution problem. If you set it to 90%, it will adapt to different screens. I had this problem on my iPad.

Mamma Scarlett
12-09-2011, 12:12 PM
Hmmm... Or is it just the bottom that is to wide?

Maxii
12-09-2011, 12:23 PM
yes its too wide

Mamma Scarlett
12-09-2011, 12:37 PM
Did you try the doc_width? I'm not sure, but mabye it will fix all.. Worth a try...

The Rocketeer
12-10-2011, 01:44 AM
I hope The Ninja can come up with the new updated version of this style with all the backgrounds and features soon, Xmas is just 15 days away.. :D

sweetpotato
12-10-2011, 03:49 AM
Thank you for the nice theme. I have it works nicely except for the light

kylek
12-10-2011, 07:03 PM
Anyone have this problem when using lights with the style?

I have tested this on our site and when the lights are installed the insertion of smilies gets screwed up, also you cant accept a friends request when asked to accept. When we switch over to a Xmas style with no lights everything works fine.

The Rocketeer
12-13-2011, 12:19 PM
10 days till Xmas Ninja, this is a once a year thing, this time of the year, are you are gonna come up with that update or should we all just install the old style we have here :)

garybrun
12-16-2011, 10:58 AM
Thanks for the hard work.
Voted for and installed.

Gary

Dennis13
12-17-2011, 09:13 PM
Version 4.1.9? Thanks ;)

EuroBeat2
12-21-2011, 06:39 AM
or should we all just install the old style we have here :)

I think the answer is now obvious. On the other hand too bad Ninja did not find the time to update the style, but it is still very good the way it is and it works (I never installed lights and adjustable snow). Everyone likes it on my site.

EB

Maxii
12-21-2011, 11:07 AM
version 4.1.9?

Popa Andrei
12-22-2011, 10:42 PM
the snow was ripping mi forum load :))
i removed it.The theme is AWSEOME

sixxkilur
12-22-2011, 11:10 PM
I change the icons of this theme to look better
Live Demo Here (http://bulletlabs.org/main/forum.php?styleid=10)

Markos
12-23-2011, 12:44 AM
uninstalled lot of my users reporting they cant login and after a while they get logged back out * only in this style* so removed till sorted

cs28702
12-23-2011, 06:09 PM
Your theme rocks, sir. I do appreciate it very much. If you want some work, I'll be happy to hire you.

idhk
12-23-2011, 06:41 PM
Not sure how anyone can not like this style. Xmas wise i think its the best i have ever seen. Which will explain why everyone loves it. Make sure you guys Nominate this. http://snpr.cm/X0HazC.png I put this on about 1 week ago. Thanks for everyone who posted their errors so VBninja could fix them. Working on vb.4.1.9 Like a charm i think i love u Ninja lol Members are loving the xmas feeling. Thanks for all your hard work. :up:

The Rocketeer
12-24-2011, 12:33 PM
Anyone have this? I am having trouble with the snow, As soon as I installed the lights the snow stopped!

EuroBeat2
12-24-2011, 03:46 PM
Anyone have this? I am having trouble with the snow, As soon as I installed the lights the snow stopped!

Ninja was going to fix it, but it never happened. You probably should stick with just one of them to be on the safe side.

EB

kfyonur
12-24-2011, 03:48 PM
when will you fix the lights ?

Shadow
12-24-2011, 09:13 PM
Nice theme man! Installed. Keep up the great work!

The Rocketeer
12-25-2011, 11:23 AM
Ninja was going to fix it, but it never happened. You probably should stick with just one of them to be on the safe side.

EB

I uninstalled the snow adon but lights still dont work anymore, it worked on my other pc but not anymore :( anybody got a solution?

Goodfather
12-25-2011, 12:26 PM
Light mode does not work :(

vb 4.0.8

Popa Andrei
12-25-2011, 04:01 PM
where is the script inserted in your template?

Goodfather
12-25-2011, 08:29 PM
Everything is done according to the instructions above...

kfyonur
12-26-2011, 07:43 AM
Light mode does not work too..from 4.1.8 to 4.1.9

Bryanek
12-26-2011, 08:10 PM
Seem i cant find a headinclude template in my 4.1.3 version

Any clue how to install that snow plugin then?

EDIT: Nvm, everything works perfectly

Ty!

zagman76
09-02-2012, 11:04 PM
Hello - when I was installing this to prepare for this year, the following happened to my tabs, and suggestions? I am running vB 4.2 PL2.

https://vborg.vbsupport.ru/external/2012/09/43.png

m6speed
09-05-2012, 03:47 PM
Hello - when I was installing this to prepare for this year, the following happened to my tabs, and suggestions? I am running vB 4.2 PL2.

https://vborg.vbsupport.ru/external/2012/09/43.png

mine is the same way

GhostHunter2010
09-06-2012, 07:50 AM
to much work to be done.... not installed not nominated :D

Lucyloo
11-04-2012, 01:38 PM
Does anyone know if this is compatible with version 4.2.0 please?

tambo
11-07-2012, 07:09 AM
Hello - when I was installing this to prepare for this year, the following happened to my tabs, and suggestions? I am running vB 4.2 PL2.
Same here, although I'm on 4.1.12.

Navigation area was overhauled some time after 4.1. Been trying to apply the default style but with no luck.

Any chance of an update? You know... being as it's almost Christmas? :D

tambo
11-07-2012, 06:37 PM
...and 12 hours later, I decided it was easier to rebuild it from scratch. :D

I just took the images for the header and navtabs, etc and built my own version as a child theme of my board's main theme, using the Pure Christmas templates as a guide. Couple of hours of fiddling with the CSS file and stylevars... and I have something I'm very happy with.

Not a faithful replication by any means, but it is easier to maintain.

Now... on to the snowfall!

faisaly.com
11-07-2012, 07:02 PM
Why mention you have it working for vb4.2 if you dont share, makes no sense!

tambo
11-07-2012, 10:10 PM
Because it works as a mashup with an existing 4.1.12 parent theme on my site which is, in itself, copyrighted code.

One couldn't simply export the XML and upload to another site - not only because I've been lazy and coded it sloppily, but also because the copyrighted code isn't mine to give away.

If I could, I would.

If I'm terminally bored at some point, I may have a crack at getting it working on a 4.2 test site, using the vB default theme as a starting point.

Webkinztown1
11-08-2012, 07:28 PM
I found a simple fix for the nav bar issue in vb4.2.

In Style Manager, go to Style Variable Editor and scroll down to NavBar. Under navbar_tab_size, change the Units drop down menu to "px" and save.

Cusski
11-09-2012, 10:01 PM
Work perfect vb4.2 pl3 with custom navbar and quicklinks bar, also had to change navbar_tab_size as units menu blank by default

CouponWCents
11-10-2012, 08:56 PM
You rock Webkinztown1!!

doctorsexy
11-17-2012, 06:42 PM
Has anyone got the sound to work on the lights....

its ok got it to work....

kylek
11-24-2012, 08:02 PM
If having problems with snow or lights try this one - https://vborg.vbsupport.ru/showthread.php?p=2384682#post2384682 Works and all the options are in your admincp.

lostincable
11-29-2012, 05:42 AM
Is this working on 4.2?

invitezone
12-15-2012, 08:52 PM
Working fine in 4.2
I had to change the navbar tab size to px like was suggested in one of the posts and all is well.
The snow is a bit rubbish though so I added another snow mod I found somewhere and it looks great.

The only issue is the quick style chooser has no links in it so once the theme is selected there is no changing out of it using the quick style chooser.
I would copy the code from another theme and overwrite it in this theme but I have no idea where to find it lol.

kylek
12-15-2012, 09:07 PM
Its probably your footer template, had the same problem and once I reverted it the style chooser worked.

invitezone
12-16-2012, 03:47 PM
Its probably your footer template, had the same problem and once I reverted it the style chooser worked.

Great advice, worked perfectly :D

thanks very much indeed.

kylek
12-01-2013, 07:48 PM
Time to fire this one up for this year.

daniel792
12-11-2013, 09:43 PM
I have a problem with sound lamps.. :(

sat gr
12-17-2013, 09:12 PM
thanks for perfect skin
i install it in vBulletin® Version 4.2.1
all work ok but i have one problem not work buttons save , go advanced , delete , cancel
who i can fix it ?
thanks in advance

sat gr
12-20-2013, 09:09 AM
any reply please?

sixxkilur
11-21-2016, 06:11 AM
Working fine in 4.2
I had to change the navbar tab size to px like was suggested in one of the posts and all is well.
The snow is a bit rubbish though so I added another snow mod I found somewhere and it looks great.

The only issue is the quick style chooser has no links in it so once the theme is selected there is no changing out of it using the quick style chooser.
I would copy the code from another theme and overwrite it in this theme but I have no idea where to find it lol.

Easy fix for the empty quick style chooser.

look in footer template and find

<if condition="$show['quickchooser']">
<td class="tfoot">
<select name="styleid" onchange="switch_id(this, 'style')">
<optgroup label="$vbphrase[quick_style_chooser]">
$quickchooserbits
</optgroup>
</select>
</td>
</if>
<if condition="$show['languagechooser']">

replace the above code with.

<vb:if condition="$show['quickchooser']">
<select name="styleid" onchange="switch_id(this, 'style')">
<optgroup label="{vb:rawphrase quick_style_chooser}"><option class="hidden"></option></optgroup>
<vb:if condition="$quickchooserbits1">
<vb:if condition="$quickchooserbits2">
<optgroup label="&nbsp;{vb:rawphrase standard_styles}">
</vb:if>
{vb:raw quickchooserbits1}
<vb:if condition="$quickchooserbits2">
</optgroup>
</vb:if>
</vb:if>
<vb:if condition="$quickchooserbits2">
<vb:if condition="$quickchooserbits1">
<optgroup label="&nbsp;{vb:rawphrase mobile_styles}">
</vb:if>
{vb:raw quickchooserbits2}
<vb:if condition="$quickchooserbits1">
</optgroup>
</vb:if>
</vb:if>
</select>
</vb:if>