@Stoker
the Scrolling will not working on my test forum board everthing is working only the scrolling will not working
And Stoker can you read your PM's and enable the chat for me PLEASE
Scrolling will not working on my test forum board
- Terr0r
- BBCoder V
- Posts: 339
- Joined: 04 May 2011, 00:47
- BBCodes: 100
- Location: The Netherlands
- Contact:
Scrolling will not working on my test forum board
If you can't fix it with ducktape you ain't using enough
For my MODS and BBCodes or other things that I have made take a look here
For my MODS and BBCodes or other things that I have made take a look here
- martin123456
- BBCoder VI
- Posts: 765
- Joined: 25 Jul 2011, 13:29
- BBCodes: 34
- Favourite MOD: Ban button
- Location: Down south!
- Contact:
Scrolling will not working on my test forum board
Remove the 11 jqueries or failing that view source and copy n past
- Terr0r
- BBCoder V
- Posts: 339
- Joined: 04 May 2011, 00:47
- BBCodes: 100
- Location: The Netherlands
- Contact:
Scrolling will not working on my test forum board
remove 11 jqueries ? where you see 11 jqueries ?martin123456 wrote:Remove the 11 jqueries or failing that view source and copy n past
only that from the mchat and that one for fading script so that are 2 and not 11
this is what I set in the overall_header.html
Code: Select all
<!-- IF (S_TSRAT_ENABLE and S_TS_JSSCROLL) or (S_TSRAT_ENABLE and S_TS_TICKER) -->
<!-- IF S_TS_JSSCROLL and not S_TS_TICKER -->
<script src="{ROOT_PATH}script/jquery.totemticker.min.js" type="text/javascript"></script>
<script type="text/javascript">
// <![CDATA[
$(document).ready(function() {
$('#vertical-ticker').totemticker({
row_height : '41px',
max_items : 3,
speed : {JSSCROLL_SPEED},
interval : {JSSCROLL_INTERVAL},
<!-- IF TS_JSSCROLL_NAVIGATION -->
next : '#ticker-next',
previous : '#ticker-previous',
stop : '#stop',
start : '#start',
<!-- ENDIF -->
mousestop : true,
direction : '<!-- IF TS_JSSCROLL_DIRECTION -->down<!-- ELSE -->up<!-- ENDIF -->'
});
});
// ]]>
</script>
<!-- ELSEIF S_TS_TICKER and not S_TS_JSSCROLL -->
<script src="{ROOT_PATH}script/jquery.newsticker.js" type="text/javascript"></script>
<script type="text/javascript">
// <![CDATA[
$(document).ready(function() {
$("#news").newsTicker();
});
// ]]>
</script>
<!-- ENDIF -->
<!-- ENDIF -->
<script src="{ROOT_PATH}script/jquery-1.7.min.js" type="text/javascript"></script>
that because I have already jquery in the overall_header.htmlGreets Terr0r
And Stoker can you read your PM's and enable the chat for me PLEASE
If you can't fix it with ducktape you ain't using enough
For my MODS and BBCodes or other things that I have made take a look here
For my MODS and BBCodes or other things that I have made take a look here
- all4phone
- BBCoder IV
- Posts: 150
- Joined: 11 Feb 2011, 13:50
- BBCodes: 28
- Favourite BBCode: Random text signature
- Favourite MOD: BBCode Strikethrough MOD
- Location: Poland
- Contact:
Scrolling will not working on my test forum board
The same problem: Problem with Jquery?