Top Stats

Modifications for phpBB3.
Try the Mods here and share Your own Mods
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

Top Stats conflict/ Artodia

Post by Stoker »

What happens if you delete the one in the footer instead?
Does the style stille function as it should?

Top Stats conflict/ Artodia

Post by elsa23 »

Hi Stoker,

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>
scroll in Top Stats work
drop down menus in viewforum not work

Top Stats conflict/ Artodia

Post by elsa23 »

Here is all the script in footer

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

Post by Stoker »

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]-->

Top Stats conflict/ Artodia

Post by elsa23 »

scroll in Top Stats work
drop down menus in viewforum not work

Top Stats conflict/ Artodia

Post by elsa23 »

So, i can't use this MOD with Artodia black style ?
Sad... :( :(

Top Stats conflict/ Artodia

Post by Stoker »

Not at the moment. Havent got time to find a solution for it atm.

Top Stats conflict/ Artodia

Post by elsa23 »

thanks in advance Stoker Image Image

Scroll not working

Post by niwes »

I can't find my error also :shock:

my side http://board.primewriter.de

I think I see the forest before loud trees not :evil:

Scroll not working

Post by martin123456 »

niwes wrote:I can't find my error also :shock:

my side http://board.primewriter.de

I think I see the forest before loud trees not :evil:
No wonder with all this going on.

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>