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

SQL ERROR [ mysqli ]

Post by RMcGirr83 »

Stoker wrote:Great. Now I am able to troubleshoot the error.
And your fix works 100% - Thanks a lot Rich :)
You're welcome
But Dammit!!! Now I have to resubmit for the third time...
..and there will be a fourth time from looking at the code. ;)

SQL ERROR [ mysqli ]

Post by Stoker »

Why is that Rich?

SQL ERROR [ mysqli ]

Post by Napster »

..and there will be a fourth time from looking at the code
yep.after install i just get a white page on index

SQL ERROR [ mysqli ]

Post by Stoker »

Napster wrote:
..and there will be a fourth time from looking at the code
yep.after install i just get a white page on index
Then check your edits.

And if you are interested in support for the mod, then open a topic and ask for it ;)

SQL ERROR [ mysqli ]

Post by martin123456 »

White page on 1.0.6 too back on 1.0.5 and all is good

Bummer wrong topic sorry

SQL ERROR [ mysqli ]

Post by Stoker »

Please redownload and try again ;)

Scrolling will not working on my test forum board

Post by Terr0r »

@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

Post by martin123456 »

Remove the 11 jqueries or failing that view source and copy n past

Scrolling will not working on my test forum board

Post by Terr0r »

martin123456 wrote:Remove the 11 jqueries or failing that view source and copy n past
remove 11 jqueries ? where you see 11 jqueries ?

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 -->
I remove this line <script src="{ROOT_PATH}script/jquery-1.7.min.js" type="text/javascript"></script> that because I have already jquery in the overall_header.html

Greets Terr0r

And Stoker can you read your PM's and enable the chat for me PLEASE

Problem in IE8

Post by Makis »

Hi to everyone!

I have this overlapping thing only in IE8 to my site…
Any thoughts ?

Image



Thanks a lot :)