[MOD] Jquery Countdown
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
[MOD] Jquery Countdown
ive seen em but all say different things like styleswithcer,countdown,mchat,collapse,cookies - i search that and get these and more - if i delete them does it matter in the se pro overall header ? - coz its in the prosilver one ? applause or a Bannana ? - im wrong i guess
[MOD] Jquery Countdown
These are the 4 jquery lines. i suggest you remove the 3 with the lowest version number.
These are the 2 cookie lines. I suggest you remove one of them. The last.
Code: Select all
<script src="./script/jquery-1.4.4.min.js" type="text/javascript"></script>
<script src="./script/jquery-1.4.js" type="text/javascript"></script>
<script type="text/javascript" src="./script/jquery-1.5.2.min.js"></script>
<script type="text/javascript" src="./mchat/jquery-1.5.0.min.js"></script>
Code: Select all
<script type="text/javascript" src="./script/collapse/jquery.cookie.js"></script>
<script type="text/javascript" src="./mchat/jquery_cookie_mini.js"></script>
[MOD] Jquery Countdown
is this from the prosilver or se pro overall header ? thanks btw i appreciate your help 
well got rid of em from porsilver - and a cookie from se pro.

well got rid of em from porsilver - and a cookie from se pro.
[MOD] Jquery Countdown
I have do the edits but I see noting I have set the countdown on my portal
Here the link to my portal
What do I wrong ?
Greets Terr0r
Here the link to my portal
What do I wrong ?
Greets Terr0r
[MOD] Jquery Countdown
you have a space / gap like i had - i gave up in the end and used another - would be good to know how if you sort it
[MOD] Jquery Countdown
Err0r you need to stop being a D??K and listen to ppl it seems you dont know your arm from your leg you have been told by so many ppl to use only 1 jquery so why have you 2 on your portal ?
and you wonder why things dont work for you
jquery will fail to work if there is more than 1
and you wonder why things dont work for you
jquery will fail to work if there is more than 1
Code: Select all
<script src="./script/jquery-1.4.4.min.js" type="text/javascript"></script>
<script type="text/javascript">
// <![CDATA[
$(document).ready(function() {
$(".imgfade").fadeIn(2000);
});
// ]]>
</script>
<script type="text/javascript" src="./highslide/highslide-full.js"></script>
<link href="./highslide/highslide.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">
// <![CDATA[
hs.graphicsDir = './highslide/graphics/';
hs.align = 'center';
hs.transitions = ['expand', 'crossfade'];
hs.outlineType = 'rounded-white';
hs.fadeInOut = true;
hs.dimmingOpacity = 0.75;
// Add the controlbar
hs.addSlideshow({
//slideshowGroup: 'group1',
interval: 5000,
repeat: false,
useControls: true,
fixedControls: 'fit',
overlayOptions: {
opacity: 0.75,
position: 'bottom center',
hideOnMouseOut: true
}
});
// ]]>
</script>
<link href="./styles/prosilver_se/theme/print.css" rel="stylesheet" type="text/css" media="print" title="printonly" />
<link href="./style.php?id=2&lang=en" rel="stylesheet" type="text/css" media="screen, projection" />
<link href="./styles/prosilver_se/theme/normal.css" rel="stylesheet" type="text/css" title="A" />
<link href="./styles/prosilver_se/theme/medium.css" rel="alternate stylesheet" type="text/css" title="A+" />
<link href="./styles/prosilver_se/theme/large.css" rel="alternate stylesheet" type="text/css" title="A++" />
<script type="text/javascript" src="./styles/prosilver/template/jquery-1.5.2.min.js"></script>
<script type="text/javascript" src="./mchat/jquery.titlealert.min.js"></script>
<script type="text/javascript" src="./mchat/jquery_cookie_mini.js"></script>
<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>
[MOD] Jquery Countdown
If I delete this line
then is the works the snippet Fade image NOT
if I delete this line
then works the mChat not good so is not a solution to get it working on another way ?
there are to many MODS whit jquery in it so there must be a way to get all that working
that is why I don't get the last version of top stats not installed on my forum
The fade image and mchat is working because the 2 different jquery's state in 2 different folders
Greets Terr0r
Code: Select all
<script src="./script/jquery-1.4.4.min.js" type="text/javascript"></script>
if I delete this line
Code: Select all
<script type="text/javascript" src="./styles/prosilver/template/jquery-1.5.2.min.js"></script>
there are to many MODS whit jquery in it so there must be a way to get all that working
that is why I don't get the last version of top stats not installed on my forum
The fade image and mchat is working because the 2 different jquery's state in 2 different folders
Greets Terr0r