Top Stats
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
Top Stats conflict/ Artodia
What happens if you delete the one in the footer instead?
Does the style stille function as it should?
Does the style stille function as it should?
Top Stats conflict/ Artodia
Hi Stoker,
when i delete this line from footer
scroll in Top Stats work
drop down menus in viewforum not work
when i delete this line from footer
Code: Select all
<script type="text/javascript" src="{T_TEMPLATE_PATH}/jquery-2.0.3.min.js"></script>
drop down menus in viewforum not work
Top Stats conflict/ Artodia
Here is all the script in footer
its in a new file
scripts_footer.html
its in a new file
scripts_footer.html
Code: Select all
<!--[if lt IE 9]>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/jquery-1.10.2.min.js"></script>
<![endif]-->
<!--[if gte IE 9]><!-->
<script type="text/javascript" src="{T_TEMPLATE_PATH}/jquery-2.0.3.min.js"></script>
<!--<![endif]-->
<script src="{T_THEME_PATH}/theme.js"></script>
<!-- IF $JUMPBOX and not $SIMPLE -->
<!-- IF $JUMPBOX == 1 -->
<script>
phpBB.jumpBoxAction = '{S_JUMPBOX_ACTION}';
phpBB.jumpBoxData = [
<!-- BEGIN jumpbox_forums -->
<!-- IF not jumpbox_forums.S_IS_LINK -->
{
'id' : {jumpbox_forums.FORUM_ID},
<!-- IF jumpbox_forums.SELECTED -->'selected' : true,
<!-- ENDIF -->'level' : '<!-- BEGIN level -->.<!-- END level -->'
}<!-- IF not jumpbox_forums.S_LAST_ROW -->,<!-- ENDIF -->
<!-- ENDIF -->
<!-- END jumpbox_forums -->
];
</script>
<!-- ELSE -->
<script>
phpBB.jumpBoxAction = true;
phpBB.jumpBoxData = [
<!-- BEGIN forumrow -->
<!-- IF not forumrow.S_IS_LINK -->
{
'id' : {forumrow.FORUM_ID},
'url' : '{forumrow.U_VIEWFORUM}',
'level' : '<!-- IF not forumrow.S_IS_CAT -->.<!-- ENDIF -->'
}<!-- BEGIN subforum -->,
{
'id' : 0,
'url' : '{forumrow.subforum.U_SUBFORUM}',
'level' : '..'
}<!-- END subforum --><!-- IF not forumrow.S_LAST_ROW -->,<!-- ENDIF -->
<!-- ENDIF -->
<!-- END forumrow -->
];
</script>
<!-- ENDIF -->
<datalist id="jumpbox-data"><select id="jumpbox-data-select" style="display: none;">
<!-- IF $JUMPBOX == 1 --><!-- BEGIN jumpbox_forums --><!-- IF not jumpbox_forums.S_IS_LINK --><option>{jumpbox_forums.FORUM_NAME}</option><!-- ENDIF --><!-- END jumpbox_forums -->
<!-- ELSE --><!-- BEGIN forumrow --><!-- IF not forumrow.S_IS_LINK --><option>{forumrow.FORUM_NAME}</option><!-- BEGIN subforum --><option>{forumrow.subforum.SUBFORUM_NAME}</option><!-- END subforum --><!-- ENDIF --><!-- END forumrow -->
<!-- ENDIF -->
</select></datalist>
<!-- ENDIF -->
Top Stats conflict/ Artodia
And if you delete both lines:
Code: Select all
<!--[if lt IE 9]>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/jquery-1.10.2.min.js"></script>
<![endif]-->
<!--[if gte IE 9]><!-->
<script type="text/javascript" src="{T_TEMPLATE_PATH}/jquery-2.0.3.min.js"></script>
<!--<![endif]-->
Scroll not working
I can't find my error also
my side http://board.primewriter.de
I think I see the forest before loud trees not

my side http://board.primewriter.de
I think I see the forest before loud trees not

Scroll not working
No wonder with all this going on.niwes wrote:I can't find my error also![]()
my side http://board.primewriter.de
I think I see the forest before loud trees not
Code: Select all
<script type="text/javascript" src="./mchat/jquery_cookie_mini.js"></script>
<script type="text/javascript" src="./styles/prime/template/jquery-1.9.1.min.js"></script>
<script type="text/javascript" src="./styles/prime/template/jquery.cookie.js"></script>
<script type="text/javascript" src="./socialnet/js/jquery-1.8.3.min.js"></script
<script type="text/javascript" src="./socialnet/js/jquery-ui-1.9.2.custom.min.js"></script>