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

Recent active topic scroll not working again

Post by rebelwithoutacause »

NOTE : the socialnet chat works on any other page other than index page..but the scroll is not yet working...when i click on scrolling buttons for active topics... a '#" TAG appears in URL like 'http://www.indianpoliticalforum.in/#' ....so there is Js conflict somewhere...

Recent active topic scroll not working again

Post by Stoker »

Whats in the script folder?
It should contain the js but looks like it doesnt exist at your board?

Recent active topic scroll not working again

Post by rebelwithoutacause »

Stoker wrote:Whats in the script folder?
It should contain the js but looks like it doesnt exist at your board?
yes,there no such folder at the root...yesterday i was adding a mod "Pretty sociable"...i had to put a "Script" folder that was given in downloads in the root directory...i did it and edited changes mentioned...sadly it didn't work...so i did an Undo

Recent active topic scroll not working again

Post by rebelwithoutacause »

UPDATE :

I HAVE EDITED Overall header something like this now

Code: Select all

<!-- INCLUDE socialnet/overall_header_hook_js.html -->
<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/styleswitcher.js"></script>
<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/forum_fn.js"></script>
<!-- IF (S_TSRAT_ENABLE and S_TS_JSSCROLL) or (S_TSRAT_ENABLE and S_TS_TICKER) -->
<script src="{ROOT_PATH}script/jquery.min.js" type="text/javascript"></script>
<!-- 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>
and have put up the line in overal_header_hooks_js

Code: Select all

<script type="text/javascript" src="{T_SOCIALNET_JS_PATH}/jquery-1.8.3.min.js"></script>
as i said,whenever i put the above line either in Hooks_js or overall_header,then social net chat appeards...but scroll is not yet working for recent topics

Recent active topic scroll not working again

Post by Stoker »

No, and without the script folder it is never going to work.
There is a reason why its included with the mod ;)

Recent active topic scroll not working again

Post by rebelwithoutacause »

Stoker wrote:No, and without the script folder it is never going to work.
There is a reason why its included with the mod ;)
sir where can i get it...are u telling there was a script folder...that i must have deleted ? for the top stat Mod ?

Recent active topic scroll not working again

Post by rebelwithoutacause »

sir i put up the script folder !! now what changes will i need to do ?

Recent active topic scroll not working again

Post by rebelwithoutacause »

once again...Social net chat is back on index page...scroller is not yet working

Recent active topic scroll not working again

Post by Stoker »

Delete the jquery from the social thing, then it should work.

Recent active topic scroll not working again

Post by rebelwithoutacause »

Stoker wrote:Delete the jquery from the social thing, then it should work.
It's working sir ...thanks very much...I realised that yesterday while installing "sociables" mod i must have replaced the script folder and than later deleted it.. :thumb:

Thanks for your time !! much appreciated

Image