Log in

View Full Version : Mini Mods - Christmas Message with jquery


ALBCODERS
12-27-2010, 10:00 PM
Hi to all, this was a wordpress plugin (http://wordpress.org/extend/plugins/christmas-message/download/) by CSSJockey (http://www.cssjockey.com/freebies/christmas-gifts-from-cj-santa) but I have just fixed it for vbulletin for my Forum and i want to share with you.
With This template modification your visitors will see this sexy message only one time on your site.

http://www.albcoders.com/images/christmasgif.gif

Live DEMO (http://www.albcoders.com/forum.php)

Upload the Images folder on your root directory and follow this instructions:

Open your headinclude template and add the code at the bottom:

<link rel="stylesheet" href="{vb:raw vboptions.bburl}/images/christmas/style.css" media="screen" />
<link rel="stylesheet" href="{vb:raw vboptions.bburl}/images/christmas/scroll.css" media="screen" />
<script type="text/javascript" src="{vb:raw vboptions.bburl}/images/christmas/jquery.js"></script>
<script type="text/javascript" src="{vb:raw vboptions.bburl}/images/christmas/scroll.js"></script>
<script type="text/javascript" src="{vb:raw vboptions.bburl}/images/christmas/rounded.js"></script>
<script type="text/javascript" src="{vb:raw vboptions.bburl}/images/christmas/jquery.cookie.js"></script>
<!--[if lte IE 6]>
<link rel="stylesheet" type="text/css" href="{vb:raw vboptions.bburl}/images/christmas/styleie6.css" media="screen" />
<script type="text/javascript"> DD_roundies.addRule('.pngfix'); </script>
<![endif]-->
<!--[if lte IE 7]>
<link rel="stylesheet" type="text/css" href="{vb:raw vboptions.bburl}/images/christmas/styleie7.css" media="screen" />
<![endif]-->
<script type="text/javascript">
var $xmas = jQuery.noConflict();
$xmas(window).ready(function(){
var show = $xmas.cookie("xmas");
if(show == null){
$xmas('#xmas').fadeIn(300, function(){
$xmas(this).removeClass('hidden');
});
}
})
$xmas(document).ready(function(){
$xmas('a#xmasclose').click(function(){
$xmas('#xmas').fadeOut(300, function(){
$xmas(this).addClass('hidden');
})
$xmas.cookie("xmas", "0", {expires: 1});
return false;
})

})
$xmas(function(){
$xmas('.xmas-msg').jScrollPane({showArrows:true});
});

</script>

Now Firs Edit your message and open the footer template to add the code on the top:

<div id="xmas" class="xmas-hidden">
<div id="xmas-santa">
<img class="pngfix" src="{vb:raw vboptions.bburl}/images/christmas/xmas-santa.png" alt="" />
</div><!-- /xmas-santa -->
<div id="xmas-bg" class="pngfix">
<h1 class="xmas-h1">Marry Christmas</h1>
<div class="xmas-msg">
Your Message Goes Here!!!!!!!!!
</div><!-- /xmas-msg -->
<div id="xmas-close"><a id="xmasclose" href="#" title="Close">Close</a></div><!-- /xmas-close -->
</div><!-- /xmas-bg -->
</div><!-- /xmas -->



If you want to show it only to unregistered users use this other one:

<vb:if condition="$show['guest']">
<div id="xmas" class="xmas-hidden">
<div id="xmas-santa">
<img class="pngfix" src="{vb:raw vboptions.bburl}/images/christmas/xmas-santa.png" alt="" />
</div><!-- /xmas-santa -->
<div id="xmas-bg" class="pngfix">
<h1 class="xmas-h1">Marry Christmas</h1>
<div class="xmas-msg">
Your Message Goes Here!!!!!!!!!
</div><!-- /xmas-msg -->
<div id="xmas-close"><a id="xmasclose" href="#" title="Close">Close</a></div><!-- /xmas-close -->
</div><!-- /xmas-bg -->
</div><!-- /xmas -->
</vb:if>

LouisB
12-28-2010, 10:43 PM
It's a bit late? :D

worried
12-28-2010, 10:45 PM
A day late and a dollar short. :)

whitedd
12-28-2010, 10:57 PM
nice...instaled...for good mods is never to late... ;)

Taurus1
12-29-2010, 05:38 AM
Thank you very much. I just replaced the 2 images with something for New Year, and changed the text. And it looks great for New Years!

Krusty1231
12-29-2010, 06:50 AM
How to get this to appear everytime - or at least until I change out the pictures....then change it back....lol....I was able to view my changes the first time.....but now I can't seem to bring it back....I feel kind of dumb about that right now. lol.

Huy Ho?ng
12-29-2010, 10:06 AM
Very nice :)

RobbieZ
12-29-2010, 10:46 AM
Thank you very much. I just replaced the 2 images with something for New Year, and changed the text. And it looks great for New Years!

Are you willing to share your images you used for new year?

How to get this to appear everytime - or at least until I change out the pictures....then change it back....lol....I was able to view my changes the first time.....but now I can't seem to bring it back....I feel kind of dumb about that right now. lol.

Try clearing your cookies.

ALBCODERS
12-29-2010, 11:51 AM
It's a bit late? :D

A day late and a dollar short. :)

for 2012 :rolleyes:

GamerPerfection
12-29-2010, 12:00 PM
for 2012 :rolleyes:lol you mean 2011?

Think I might try this for New Year.

Then there's the anniversary of my forums.... then Xmas 2011....

Lots of reasons to have this Mod. :up:

kfyonur
12-30-2010, 12:31 PM
Thanx it is very nice.

Dr.osamA
12-31-2010, 12:28 PM
installed + 5 stars
thank you bro

for good mods is never to late

we can use the code for other MODs

happy new yaer

Juggernaut
12-31-2010, 11:14 PM
Loving it, I have a Happy New Year message running in my site with this mod :D

ALBCODERS
01-01-2011, 02:33 AM
Happy New Year Friends ;) Thanks

GamerPerfection
01-01-2011, 08:41 AM
What if you want to use it for several things throughout the year? How do you get it to appear again when you've changed the message and images etc?

taavipost
10-17-2011, 07:15 PM
Gonna use it in christmas. ;)

bosanci28
11-21-2011, 05:35 AM
hmm,thats a good idea! thanks

nerowolfe
12-18-2011, 09:53 AM
Like it!

That's possible to insert only for date 25 Dicember?

Ty at all