Christmas Message with jquery
Hi to all, this was a http://wordpress.org/extend/plugins/christmas-message/download/ by 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/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: PHP Code:
<link rel="stylesheet" href="{vb:raw vboptions.bburl}/images/christmas/style.css" media="screen" />
HTML Code:
<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: HTML Code:
<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> Download
Christmas-Mess.zip (81.8 KB, 252 downloads) Screenshots |
Similar Mods
Christmas Ranks Set ~ Merry Christmas ~ | vBulletin Rank Sets |