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
Recent active topic scroll not working again
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
Whats in the script folder?
It should contain the js but looks like it doesnt exist at your board?
It should contain the js but looks like it doesnt exist at your board?
Recent active topic scroll not working again
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 UndoStoker wrote: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
UPDATE :
I HAVE EDITED Overall header something like this now
and have put up the line in overal_header_hooks_js
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
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>
Code: Select all
<script type="text/javascript" src="{T_SOCIALNET_JS_PATH}/jquery-1.8.3.min.js"></script>
Recent active topic scroll not working again
No, and without the script folder it is never going to work.
There is a reason why its included with the mod
There is a reason why its included with the mod

Recent active topic scroll not working again
sir where can i get it...are u telling there was a script folder...that i must have deleted ? for the top stat Mod ?Stoker wrote: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
sir i put up the script folder !! now what changes will i need to do ?
Recent active topic scroll not working again
once again...Social net chat is back on index page...scroller is not yet working
Recent active topic scroll not working again
Delete the jquery from the social thing, then it should work.
Recent active topic scroll not working again
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..Stoker wrote:Delete the jquery from the social thing, then it should work.

Thanks for your time !! much appreciated
