Plz help scroll not working *

Download and support for PhpBB3 Top Stats Mod
Locked
goodboy1
BBCoder II
BBCoder II
Posts: 7
Joined: 27 Mar 2012, 18:08
BBCodes: 4

Plz help scroll not working *

Post by goodboy1 »

hi plz help me make scroll working i serch all top stats helps but didnt work for me..

i installed correctly everything work except scrolling

before u say i just have one jquery i move the jquery every where but didnt work plz make somthing make it work

my style is subernova here is my overal header

i use all jquery version this is lastes 1.7.2 one but sil not scroll

my style is subernova here is my overal header i try post in code but not allow me i poste in pastebin check it out
remove space . com

my overll header

pastebin. com/QswiN2YF
User avatar
martin123456
BBCoder VI
BBCoder VI
Posts: 765
Joined: 25 Jul 2011, 13:29
BBCodes: 34
Favourite MOD: Ban button
Location: Down south!
Contact:

Plz help scroll not working *

Post by martin123456 »

Here is you code and what a mess

Code: Select all

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"/DTD/xhtml1-transitional.dtd">
<html xmlns="link" dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}" xml:lang="{S_USER_LANG}">
<head>
<!-- INCLUDE sn_config.html -->
<meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="content-language" content="{S_USER_LANG}" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="resource-type" content="document" />
<meta name="distribution" content="global" />
<meta name="copyright" content="By link" />
<meta name="keywords" content="<!-- IF SEO_KEY -->{SEO_KEY}<!-- ENDIF -->" />
<meta name="description" content="<!-- IF SEO_DESC -->{SEO_DESC}<!-- ENDIF -->" />
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
{META}
<title><!-- IF TOPIC_SEO_TITLE -->{TOPIC_SEO_TITLE}<!-- ELSE -->{SITENAME} &bull; <!-- IF S_IN_MCP -->{L_MCP} &bull; <!-- ELSEIF S_IN_UCP -->{L_UCP} &bull; <!-- ENDIF -->{PAGE_TITLE}<!-- ENDIF --></title>
 
 
<!-- IF S_ENABLE_FEEDS -->
        <!-- IF S_ENABLE_FEEDS_OVERALL --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {SITENAME}" href="{U_FEED}" /><!-- ENDIF -->
        <!-- IF S_ENABLE_FEEDS_NEWS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_NEWS}" href="{U_FEED}?mode=news" /><!-- ENDIF -->
        <!-- IF S_ENABLE_FEEDS_FORUMS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_ALL_FORUMS}" href="{U_FEED}?mode=forums" /><!-- ENDIF -->
        <!-- IF S_ENABLE_FEEDS_TOPICS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_TOPICS_NEW}" href="{U_FEED}?mode=topics" /><!-- ENDIF -->
        <!-- IF S_ENABLE_FEEDS_TOPICS_ACTIVE --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_TOPICS_ACTIVE}" href="{U_FEED}?mode=topics_active" /><!-- ENDIF -->
        <!-- IF S_ENABLE_FEEDS_FORUM and S_FORUM_ID --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FORUM} - {FORUM_NAME}" href="{U_FEED}?f={S_FORUM_ID}" /><!-- ENDIF -->
        <!-- IF S_ENABLE_FEEDS_TOPIC and S_TOPIC_ID --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_TOPIC} - {TOPIC_TITLE}" href="{U_FEED}?f={S_FORUM_ID}&t={S_TOPIC_ID}" /><!-- ENDIF -->
<!-- ENDIF -->
 
<!--
       
-->
 
<script type="text/javascript">
// <![CDATA[
        var jump_page = '{LA_JUMP_PAGE}:';
        var on_page = '{ON_PAGE}';
        var per_page = '{PER_PAGE}';
        var base_url = '{A_BASE_URL}';
        var style_cookie = 'phpBBstyle';
        var style_cookie_settings = '{A_COOKIE_SETTINGS}';
        var onload_functions = new Array();
        var onunload_functions = new Array();
 
        <!-- IF S_USER_PM_POPUP -->
                if ({S_NEW_PM})
                {
                        var url = '{UA_POPUP_PM}';
                        <!--ow.open(url.replace(/&/g, '-->, '_phpbbprivmsg', 'height=225,resizable=yes,scrollbars=yes, width=400');
                }
        <!-- ENDIF -->
 
        /**
        * Find a member
        */
        function find_username(url)
        {
                popup(url, 760, 570, '_usersearch');
                return false;
        }
 
        /**
        * New function for handling multiple calls to window.onload and window.unload by pentapenguin
        */
        window.onload = function()
        {
                for (var i = 0; i < onload_functions.length; i++)
                {
                        eval(onload_functions[i]);
                }
        }
 
        window.onunload = function()
        {
                for (var i = 0; i < onunload_functions.length; i++)
                {
                        eval(onunload_functions[i]);
                }
        }
 
    function doCollapseExpand(id,img){
       var b = document.getElementById(id);
          if (b.style.display=='none'){
          b.style.display='';
       document.images[img].src='{ROOT_PATH}images/arrow_user_up.gif';
    } else {
          b.style.display='none';
       document.images[img].src='{ROOT_PATH}images/arrow_user_down.gif';
    } return false; }
// ]]>
</script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/styleswitcher.js"></script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/forum_fn.js"></script>
<!-- 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 -->
<script type="text/javascript" src="{ROOT_PATH}mchat/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/jquery.tipsy.js"></script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/colour-switcher.js"></script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/ui.js"></script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/cookie.js"></script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/cats.js"></script>
 
<script type="text/javascript">
$(document).ready(function() {
        $('#sn-not-logged-in').mouseenter(function() {
                $('#sn-not-logged-in-hover').fadeIn('medium');
        });
        $('#sn-not-logged-in-hover').mouseleave(function() {
                $('#sn-not-logged-in-hover').fadeOut('medium');
        });
});
</script>
<script type="text/javascript">
$(document).ready(function(){
        $("input:checkbox").each( function() {
                (this.checked) ? $("#fake"+this.id).addClass('fakechecked') : $("#fake"+this.id).removeClass('fakechecked');
        });
        $(".fakecheck").click(function(){
                ($(this).hasClass('fakechecked')) ? $(this).removeClass('fakechecked') : $(this).addClass('fakechecked');
                $(this.hash).trigger("click");
                return false;
        });
});
</script>
<!-- IF $SN_TOOLTIP -->
<script type='text/javascript'>
        $(function() {
                $('div.colour-block').tipsy({fade: true, gravity: 's'});
        });
</script>
<!-- ENDIF -->
<!-- INCLUDE socialnet/overall_header_hook.html -->
<link href="{T_THEME_PATH}/print.css" rel="stylesheet" type="text/css" media="print" title="printonly" />
<link href="{T_STYLESHEET_LINK}" rel="stylesheet" type="text/css" media="screen, projection" />
 
<!-- IF S_CONTENT_DIRECTION eq 'rtl' -->
        <link href="{T_THEME_PATH}/bidi.css" rel="stylesheet" type="text/css" media="screen, projection" />
<!-- ENDIF -->
 
<!-- Blank stylesheet connection ** Do not delete ** -->
<link rel="stylesheet" href="{T_THEME_PATH}/colour-switcher.css" type="text/css" class="colour-switcher" />
<!-- End of blank stylesheet -->
 
<!-- This javascript needs to be after the blank stylesheet for it to work properly -->
<script type="text/javascript">
      if($.cookie("sn_board_style")) {
         $("link.colour-switcher").attr("href",$.cookie("sn_board_style"));
      }
   $(document).ready(function() {
      $("div.colour-block span a").click(function() {
         $("link.colour-switcher").attr("href",$(this).attr('rel'));
         $.cookie("sn_board_style",$(this).attr('rel'), {expires: 365, path: '/'});
         return false;
      });
   });
</script>
 
<!--[if IE]>
        <link rel="stylesheet" type="text/css" href="{T_THEME_PATH}/ie.css" />
<![endif]-->
<!-- MOD : MSSTI ABBC3 (v{S_ABBC3_VERSION}) - Start //-->
<!-- INCLUDE {S_ABBC3_OVERALL_HEADER} -->
<!-- MOD : MSSTI ABBC3 (v{S_ABBC3_VERSION}) - End //-->
<!-- INCLUDE ads/ads.js -->
<link rel="alternate" type="application/rss+xml" title="{SITENAME} - RSS" href="{ROOT_PATH}rss.php" />
<!-- IF S_MCHAT_ENABLE -->
<link rel="stylesheet" href="{ROOT_PATH}mchat/mchat.css" type="text/css" />
<!-- ENDIF -->
</head>
 
<body id="phpbb" class="section-{SCRIPT_NAME} {S_CONTENT_DIRECTION}<!-- IF SN_MODULE_IM_ENABLED --> im-page<!-- ENDIF -->">
<!-- IF SN_MODULE_IM_ENABLED -->
        <!-- INCLUDE socialnet/im.html -->
<!-- ENDIF -->
<!-- IF not S_USER_LOGGED_IN and not S_IS_BOT and not S_IN_UCP -->
<div id="info"><div id="infobar">
<a href="{U_REGISTER}"><img style="width: 32px; height: 32px; padding-right: 100px; vertical-align:middle;" alt="" src="{T_THEME_PATH}/images/reg.png" />{L_PMG_WELCOME} {SITENAME}. {L_PMG_REGISTER}<img style="width: 32px; height: 32px; padding-left:100px; vertical-align:middle;" alt="" src="{T_THEME_PATH}/images/reg.png" /></a>
</div></div>
<!-- ENDIF -->
 
<!-- IF not S_IS_BOT and S_USER_LOGGED_IN and S_USER_PM_POPUP and S_DISPLAY_PM and (S_USER_NEW_PRIVMSG or S_USER_UNREAD_PRIVMSG) -->
<div id="info"><div id="infobar">
<a href="{U_PRIVATEMSGS}"><img style="width:50px; height: 50px; padding-right: 100px; vertical-align:middle;" alt="" src="{T_THEME_PATH}/images/mail.png" />{L_PMG_HELLO} {S_USERNAME} {L_PMG_YOUHAVE} {PRIVATE_MESSAGE_INFO}<!-- IF PRIVATE_MESSAGE_INFO_UNREAD --> {L_PMG_AND} {PRIVATE_MESSAGE_INFO_UNREAD}<!-- ENDIF --><img style="width: 50px; height: 50px; padding-left:100px; vertical-align:middle;" alt="" src="{T_THEME_PATH}/images/mail.png" /></a>
</div></div>
<!-- ENDIF -->
<!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN and (U_MCP or U_ACP) or U_RESTORE_PERMISSIONS -->
<div class="sn-header-alert">
<!-- IF S_BOARD_DISABLED --><img src="{T_THEME_PATH}/images/exclamation.png" width="16" height="16" alt="" /> {L_INFORMATION}: {L_BOARD_DISABLED}<!-- ENDIF --><!-- IF S_BOARD_DISABLED and U_RESTORE_PERMISSIONS -->&nbsp;&bull;&nbsp;<!-- ENDIF -->
<!-- IF U_RESTORE_PERMISSIONS --><img src="{T_THEME_PATH}/images/user_go.png" width="16" height="16" alt="" /> <a href="{U_RESTORE_PERMISSIONS}">{L_RESTORE_PERMISSIONS}</a><!-- ENDIF -->
</div><!-- /sn-header-alert -->
<!-- ENDIF -->
 
<div id="sn-header">
                {ADS_1}
<a id="top" name="top" accesskey="t"></a>
<div id="sn-header-content">
<a id="sn-logo" href="{U_INDEX}"><img src="{T_THEME_PATH}/images/logo-text-only.png" width="484" height="100" alt="" /></a>
 
<div id="sn-controlbox">
 
<!-- IF not S_USER_LOGGED_IN and not S_IS_BOT -->
<div id="sn-not-logged-in"></div>
<div id="sn-not-logged-in-hover">
<div id="sn-nli-content">
 
<form method="post" action="{S_LOGIN_ACTION}">
<fieldset style="margin-top: -5px;">
    <span class="sn-form-label">{L_LOGINNAME}:</span><br />
    <!-- Start Sep Login Name Mod
    <input type="text" name="username" id="username" size="10" class="sn-nli-form" title="{L_USERNAME}" />  -->
    <input type="text" name="loginname" id="loginname" size="10" class="sn-nli-form" title="{L_LOGINNAME}" />
                <!-- End Sep Login Name Mod -->
<span class="sn-form-label">{L_PASSWORD}:</span><br />
<input type="password" name="password" class="sn-nli-form" title="{L_PASSWORD}" />
 
<a href="ucp.php?mode=sendpassword">{L_FORGOT_PASS}</a> <!-- IF S_REGISTER_ENABLED -->| <a href="{U_REGISTER}">{L_REGISTER}</a><!-- ENDIF -->
<br /><br />
<!-- IF S_AUTOLOGIN_ENABLED --><a href="#autologin2" class="fakecheck" id="fakeautologin2">{L_LOG_ME_IN}</a><input type="checkbox" name="autologin" id="autologin2" style="display: none;" /><!-- ENDIF -->
<div style="clear: both;"><a href="#hidestatus" class="fakecheck" id="fakehidestatus">{L_HIDE_ME}</a><input type="checkbox" name="viewonline" id="hidestatus" style="display: none;" /></div>
<input type="submit" name="login" value="" id="sn-nli-button" />
</fieldset>
</form>
</div><!-- /sn-nli-content -->
</div><!-- /sn-not-logged-in-hover -->
<!-- ENDIF --><!-- /s-user-not-logged-in -->
 
<!-- IF S_USER_LOGGED_IN and not S_IS_BOT -->
<div class="mini-profile"><span>
<table cellpadding="0" cellspacing="0" border="0">
        <tr>
        <td rowspan="2"><div class="member-icon"></div></td>
        <td>
        <a href="{U_PROFILE}" class="sn-mini-profile-username">{S_USERNAME}</a> <a href="{U_LOGIN_LOGOUT}" class="sn-mini-profile-logout">{L_LOGOUT}</a>
        </td>
        </tr>
    <tr>
        <td style="padding-top: 4px;">
        <!-- IF S_DISPLAY_PM --><img src="{T_THEME_PATH}/images/<!-- IF S_USER_NEW_PRIVMSG -->email_error<!-- ELSE -->email<!-- ENDIF -->.png" width="16" height="16" alt="" /><a href="{U_PRIVATEMSGS}" class="sn-mini-profile-link">{PRIVATE_MESSAGE_INFO}</a><!-- ENDIF --> <!-- IF S_DISPLAY_SEARCH --> &bull; <a href="{U_SEARCH_SELF}" class="sn-mini-profile-link">{L_SEARCH_SELF}</a><!-- ENDIF -->
        </td>
    </tr>
</table>
</span></div>
<!-- ENDIF --><!-- /s-user-logged-in-->
 
</div><!-- /sn-controlbox -->
 
</div><!-- /sn-header-content -->
</div><!-- /sn-header -->
 
<div id="sn-navbar">
<div id="sn-navbar-content">
 
<div style="float: left;">
<img src="{T_THEME_PATH}/images/house.png" width="16" height="16" alt="" /><a href="{U_INDEX}">{L_INDEX}</a> &nbsp;
<img src="{T_THEME_PATH}/images/information.png" width="16" height="16" alt="" /><a href="{U_FAQ}">{L_FAQ}</a> &nbsp;
<!-- IF S_DISPLAY_SEARCH --><img src="{T_THEME_PATH}/images/magnifier.png" width="16" height="16" alt="" /><a href="{U_SEARCH}">{L_SEARCH}</a> &nbsp;<!-- ENDIF -->
<!-- IF S_USER_LOGGED_IN -->
<img src="{T_THEME_PATH}/images/group.png" width="16" height="16" alt="" /><a href="{U_MEMBERLIST}">{L_MEMBERLIST}</a> &nbsp;
<img src="{T_THEME_PATH}/images/user_edit.png" width="16" height="16" alt="" /><a href="{U_PROFILE}">{L_PROFILE}</a>
<!-- ENDIF -->
</div><!-- /float left -->
 
<!-- IF $SN_COLOUR_SWITCHER -->
<div class="colour-block" title="{$SN_TOOLTIP_TEXT}">
<span>
<a href="#" rel="{T_THEME_PATH}/colours/red.css"><img src="{T_THEME_PATH}/images/red-cube.png" width="12" height="12" alt="" class="colour-block" /></a>
<a href="#" rel="{T_THEME_PATH}/colours/green.css"><img src="{T_THEME_PATH}/images/green-cube.png" width="12" height="12" alt="" class="colour-block" /></a>
<!-- IF $SN_ANIMATE -->
<script type="text/javascript">
        $('div.colour-block span a').styleSwitcher();
</script>
<!-- ENDIF -->
 
</span>
</div><!-- /colour-block -->
<!-- ENDIF -->
 
<div style="float: right;">
<!-- IF S_USER_LOGGED_IN --><img src="{T_THEME_PATH}/images/disconnect.png" width="16" height="16" alt="" /><a href="{U_LOGIN_LOGOUT}">{L_LOGOUT}</a><!-- ENDIF -->
<!-- IF S_REGISTER_ENABLED and not S_USER_LOGGED_IN --><img src="{T_THEME_PATH}/images/add.png" width="16" height="16" alt="" /><a href="{U_REGISTER}">{L_REGISTER}</a><!-- ENDIF -->
<!-- IF not S_USER_LOGGED_IN -->&nbsp; <img src="{T_THEME_PATH}/images/key.png" width="16" height="16" alt="" /><a href="{U_LOGIN_LOGOUT}">{L_LOGIN}</a><!-- ENDIF -->
</div>
 
</div><!-- /sn-navbar-content -->
</div><!-- /sn-navbar -->
<div id="sn-shadows">
               
<div class="sn-breadcrumbs">
 
        <img src="{T_THEME_PATH}/images/house.png" width="16" height="16" alt="" /><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a><!-- BEGIN navlinks --> <img src="{T_THEME_PATH}/images/breadcrumbs.png" width="12" height="16" alt="" /><a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks -->
</div>
<div class="sn-options <!-- IF SCRIPT_NAME eq 'index' or 'viewforum' -->sn-search-links<!-- ENDIF --><!-- IF SCRIPT_NAME eq 'viewtopic' -->sn-restore-link-size<!-- ENDIF -->">
<!-- IF SCRIPT_NAME eq 'index' -->
<!-- IF S_DISPLAY_SEARCH -->
<a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a><!-- IF S_USER_LOGGED_IN --> &bull; <a href="{U_SEARCH_UNREAD}">{L_SEARCH_UNREAD}</a> &bull; <a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><!-- ENDIF --> &bull; <a href="{U_SEARCH_ACTIVE_TOPICS}">{L_SEARCH_ACTIVE_TOPICS}</a><!-- IF not S_IS_BOT and U_MARK_FORUMS --> &bull; <a href="{U_MARK_FORUMS}" accesskey="m">{L_MARK_FORUMS_READ}</a><!-- ENDIF -->
 
<!-- ENDIF -->
<!-- ENDIF --><!-- /script-name-eq-index -->
 
<!-- IF U_EMAIL_TOPIC --><img src="{T_THEME_PATH}/images/email_go.png" width="16" height="16" alt="" /><a href="{U_EMAIL_TOPIC}" title="{L_EMAIL_TOPIC}">{L_EMAIL_TOPIC}</a>&nbsp;&nbsp;<!-- ENDIF --><!-- IF U_EMAIL_PM --><a href="{U_EMAIL_PM}" title="{L_EMAIL_PM}">{L_EMAIL_PM}</a><!-- ENDIF --><!-- IF U_PRINT_TOPIC --><img src="{T_THEME_PATH}/images/printer.png" width="16" height="16" alt="" /><a href="{U_PRINT_TOPIC}" title="{L_PRINT_TOPIC}" accesskey="p">{L_PRINT_TOPIC}</a><!-- ENDIF --><!-- IF U_PRINT_PM --><img src="{T_THEME_PATH}/images/printer.png" width="16" height="16" alt="" /><a href="{U_PRINT_PM}" title="{L_PRINT_PM}" accesskey="p">{L_PRINT_PM}</a><!-- ENDIF -->
</div>
 
<div style="clear: both; height: 1px;" class="annoying-ie-spacing-issue"></div>
        <!-- IF ADS_2 -->
        <br />
        <div class="forabg">
                <div class="inner"><span class="corners-top"><span></span></span>
                        <ul class="topiclist">
                                $zebra[($row['foe']) ? 'foe' : 'friend'][] = $row['zebra_id'];"header">
                                        <dl class="icon">
                                                <dt>{L_ADVERTISEMENT}</dt>
                                        </dl>
                                </li>
                        </ul>
                        <div style="padding: 5px 5px 2px 5px; font-size: 1.1em; background-color: #8E35EF; margin: 0px auto; text-align: center;">
                                {ADS_2}
                        </div>
                <span class="corners-bottom"><span></span></span></div>
        </div>
        <!-- ENDIF -->
i wonder what this

Code: Select all

<!--
       
-->
bit of code is doing ?

you should be pulling your jquery from the root script folder but your pulling it from mchat src="{ROOT_PATH}mchat/jquery-1.7.2.min.js"

take a look here modx/top_stats.xml and read the Open: styles/prosilver/template/overall_header.html section
goodboy1
BBCoder II
BBCoder II
Posts: 7
Joined: 27 Mar 2012, 18:08
BBCodes: 4

Plz help scroll not working *

Post by goodboy1 »

hey bros i finde what is problams but i dont know how to fix it admins plz help

when i remove this its well work but my phpBB Social_Network well stop work
can u admins and bros tell me what to do witch of phpBB_Social_Network_ files i edit or where to put this both work


when i remove this code it well work what i do both work plz help

Code: Select all

<!-- INCLUDE socialnet/overall_header_hook.html -->
User avatar
martin123456
BBCoder VI
BBCoder VI
Posts: 765
Joined: 25 Jul 2011, 13:29
BBCodes: 34
Favourite MOD: Ban button
Location: Down south!
Contact:

Plz help scroll not working *

Post by martin123456 »

Did you even read the post i made or even check out the links i posted ?
User avatar
Theriddler
BBCoder II
BBCoder II
Posts: 18
Joined: 27 Oct 2011, 01:24
BBCodes: 4
Location: The Netherlands

Plz help scroll not working *

Post by Theriddler »

You have alot of jquery loaded, i had the same thing and also some jquery didn't work.
The sollution was simple after some search.

First the line:

Code: Select all

<script type="text/javascript" src="{ROOT_PATH}mchat/jquery-1.7.2.min.js"></script>
Goes before every jquery code, so move it

You need to place this line:

var $ = jQuery.noConflict();

before the functions

so if we look at one code on yours i placed the line in it:

Code: Select all

<script src="{ROOT_PATH}script/jquery.totemticker.min.js" type="text/javascript"></script>
<script type="text/javascript">
// <![CDATA[
var $ = jQuery.noConflict();
$(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 -->
Then you look to the other jquery code:

again place the same line as before as i did in the code above
But change it to this instead:

Code: Select all

var $a = jQuery.noConflict();
for example you have this code after the first jquery we changed above

Code: Select all

<script type="text/javascript">
$(document).ready(function() {
        $('#sn-not-logged-in').mouseenter(function() {
                $('#sn-not-logged-in-hover').fadeIn('medium');
        });
        $('#sn-not-logged-in-hover').mouseleave(function() {
                $('#sn-not-logged-in-hover').fadeOut('medium');
        });
});
</script>
change it too this instead:

Code: Select all

<script type="text/javascript">
var $a = jQuery.noConflict();
$a(document).ready(function() {
        $a('#sn-not-logged-in').mouseenter(function() {
                $a('#sn-not-logged-in-hover').fadeIn('medium');
        });
        $a('#sn-not-logged-in-hover').mouseleave(function() {
                $a('#sn-not-logged-in-hover').fadeOut('medium');
        });
});
</script>
as you see we placed the same line ,but after the dollarsign we assigned the letter a.

If you just use only $ signs in every jquery code, then jquery get's stuck and then doesn't work no more.

Hope you get the picture, now you just need to do the same on every jquery code you have
and give the other jquery code the letter b and so on.
goodboy1
BBCoder II
BBCoder II
Posts: 7
Joined: 27 Mar 2012, 18:08
BBCodes: 4

Plz help scroll not working *

Post by goodboy1 »

bro bl43x yes i did as you sed move jqury bro its work if i remove

Code: Select all

<!-- INCLUDE socialnet/overall_header_hook.html -->
and bro Theriddler here is what u sed and i did but it stop working when i do this i donw know what to do or this work or not plz help

i did this but not scroll can u add var $ = jQuery.noConflict(); in all where need maby iam wrong

Code: Select all

</script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/styleswitcher.js"></script>
<script type="text/javascript" src="{T_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-1.7.2.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[
var $ = jQuery.noConflict();
$(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 -->

<script type="text/javascript" src="{T_TEMPLATE_PATH}/jquery.tipsy.js"></script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/colour-switcher.js"></script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/ui.js"></script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/cookie.js"></script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/cats.js"></script>

<script type="text/javascript">
var $a = jQuery.noConflict();
$(document).ready(function() {
	$('#sn-not-logged-in').mouseenter(function() {
		$('#sn-not-logged-in-hover').fadeIn('medium');
	});
	$('#sn-not-logged-in-hover').mouseleave(function() {
		$('#sn-not-logged-in-hover').fadeOut('medium');
	});
});
</script>
User avatar
Theriddler
BBCoder II
BBCoder II
Posts: 18
Joined: 27 Oct 2011, 01:24
BBCodes: 4
Location: The Netherlands

Plz help scroll not working *

Post by Theriddler »

goodboy1 wrote:and bro Theriddler here is what u sed and i did but it stop working when i do this i donw know what to do or this work or not plz help

i did this but not scroll can u add var $ = jQuery.noConflict(); in all where need maby iam wrong
try this one, i'm not sure it will work, but it's worth trying:

Code: Select all

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"/DTD/xhtml1-transitional.dtd">
<html xmlns="link" dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}" xml:lang="{S_USER_LANG}">
<head>
<!-- INCLUDE sn_config.html -->
<meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="content-language" content="{S_USER_LANG}" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="resource-type" content="document" />
<meta name="distribution" content="global" />
<meta name="copyright" content="By link" />
<meta name="keywords" content="<!-- IF SEO_KEY -->{SEO_KEY}<!-- ENDIF -->" />
<meta name="description" content="<!-- IF SEO_DESC -->{SEO_DESC}<!-- ENDIF -->" />
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
{META}
<title><!-- IF TOPIC_SEO_TITLE -->{TOPIC_SEO_TITLE}<!-- ELSE -->{SITENAME} &bull; <!-- IF S_IN_MCP -->{L_MCP} &bull; <!-- ELSEIF S_IN_UCP -->{L_UCP} &bull; <!-- ENDIF -->{PAGE_TITLE}<!-- ENDIF --></title>
 
 
<!-- IF S_ENABLE_FEEDS -->
        <!-- IF S_ENABLE_FEEDS_OVERALL --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {SITENAME}" href="{U_FEED}" /><!-- ENDIF -->
        <!-- IF S_ENABLE_FEEDS_NEWS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_NEWS}" href="{U_FEED}?mode=news" /><!-- ENDIF -->
        <!-- IF S_ENABLE_FEEDS_FORUMS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_ALL_FORUMS}" href="{U_FEED}?mode=forums" /><!-- ENDIF -->
        <!-- IF S_ENABLE_FEEDS_TOPICS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_TOPICS_NEW}" href="{U_FEED}?mode=topics" /><!-- ENDIF -->
        <!-- IF S_ENABLE_FEEDS_TOPICS_ACTIVE --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_TOPICS_ACTIVE}" href="{U_FEED}?mode=topics_active" /><!-- ENDIF -->
        <!-- IF S_ENABLE_FEEDS_FORUM and S_FORUM_ID --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FORUM} - {FORUM_NAME}" href="{U_FEED}?f={S_FORUM_ID}" /><!-- ENDIF -->
        <!-- IF S_ENABLE_FEEDS_TOPIC and S_TOPIC_ID --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_TOPIC} - {TOPIC_TITLE}" href="{U_FEED}?f={S_FORUM_ID}&t={S_TOPIC_ID}" /><!-- ENDIF -->
<!-- ENDIF -->
 
<!--
       
-->
 
<script type="text/javascript">
// <![CDATA[
        var jump_page = '{LA_JUMP_PAGE}:';
        var on_page = '{ON_PAGE}';
        var per_page = '{PER_PAGE}';
        var base_url = '{A_BASE_URL}';
        var style_cookie = 'phpBBstyle';
        var style_cookie_settings = '{A_COOKIE_SETTINGS}';
        var onload_functions = new Array();
        var onunload_functions = new Array();
 
        <!-- IF S_USER_PM_POPUP -->
                if ({S_NEW_PM})
                {
                        var url = '{UA_POPUP_PM}';
                        <!--ow.open(url.replace(/&/g, '-->, '_phpbbprivmsg', 'height=225,resizable=yes,scrollbars=yes, width=400');
                }
        <!-- ENDIF -->
 
        /**
        * Find a member
        */
        function find_username(url)
        {
                popup(url, 760, 570, '_usersearch');
                return false;
        }
 
        /**
        * New function for handling multiple calls to window.onload and window.unload by pentapenguin
        */
        window.onload = function()
        {
                for (var i = 0; i < onload_functions.length; i++)
                {
                        eval(onload_functions[i]);
                }
        }
 
        window.onunload = function()
        {
                for (var i = 0; i < onunload_functions.length; i++)
                {
                        eval(onunload_functions[i]);
                }
        }
 
    function doCollapseExpand(id,img){
       var b = document.getElementById(id);
          if (b.style.display=='none'){
          b.style.display='';
       document.images[img].src='{ROOT_PATH}images/arrow_user_up.gif';
    } else {
          b.style.display='none';
       document.images[img].src='{ROOT_PATH}images/arrow_user_down.gif';
    } return false; }
// ]]>
</script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/styleswitcher.js"></script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/forum_fn.js"></script>
<script type="text/javascript" src="{ROOT_PATH}mchat/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/jquery.tipsy.js"></script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/colour-switcher.js"></script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/ui.js"></script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/cookie.js"></script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/cats.js"></script>

<!-- 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[
var $j = jQuery.noConflict();
$j(function(){
        $j('#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[
var $a = jQuery.noConflict();
$a(function(){
        $a("#news").newsTicker();
});
// ]]>
</script>
<!-- ENDIF -->
<!-- ENDIF -->
<script type="text/javascript">
var $g = jQuery.noConflict();
$g(function(){
        $g('#sn-not-logged-in').mouseenter(function() {
                $g('#sn-not-logged-in-hover').fadeIn('medium');
        });
        $g('#sn-not-logged-in-hover').mouseleave(function() {
                $g('#sn-not-logged-in-hover').fadeOut('medium');
        });
});
</script>
<script type="text/javascript">
var $c = jQuery.noConflict();
$c(function(){
        $c("input:checkbox").each( function() {
                (this.checked) ? $c("#fake"+this.id).addClass('fakechecked') : $c("#fake"+this.id).removeClass('fakechecked');
        });
        $c(".fakecheck").click(function(){
                ($c(this).hasClass('fakechecked')) ? $(this).removeClass('fakechecked') : $c(this).addClass('fakechecked');
                $c(this.hash).trigger("click");
                return false;
        });
});
</script>
<!-- IF $SN_TOOLTIP -->
<script type='text/javascript'>
var $f = jQuery.noConflict();
        $f(function() {
                $f('div.colour-block').tipsy({fade: true, gravity: 's'});
        });
</script>
<!-- ENDIF -->
<!-- INCLUDE socialnet/overall_header_hook.html -->
<link href="{T_THEME_PATH}/print.css" rel="stylesheet" type="text/css" media="print" title="printonly" />
<link href="{T_STYLESHEET_LINK}" rel="stylesheet" type="text/css" media="screen, projection" />
 
<!-- IF S_CONTENT_DIRECTION eq 'rtl' -->
        <link href="{T_THEME_PATH}/bidi.css" rel="stylesheet" type="text/css" media="screen, projection" />
<!-- ENDIF -->
 
<!-- Blank stylesheet connection ** Do not delete ** -->
<link rel="stylesheet" href="{T_THEME_PATH}/colour-switcher.css" type="text/css" class="colour-switcher" />
<!-- End of blank stylesheet -->
 
<!-- This javascript needs to be after the blank stylesheet for it to work properly -->
<script type="text/javascript">
      if($.cookie("sn_board_style")) {
         $("link.colour-switcher").attr("href",$.cookie("sn_board_style"));
      }
	  var $ = jQuery.noConflict();
   $(function(){
      $("div.colour-block span a").click(function() {
         $("link.colour-switcher").attr("href",$(this).attr('rel'));
         $.cookie("sn_board_style",$(this).attr('rel'), {expires: 365, path: '/'});
         return false;
      });
   });
</script>
 
<!--[if IE]>
        <link rel="stylesheet" type="text/css" href="{T_THEME_PATH}/ie.css" />
<![endif]-->
<!-- MOD : MSSTI ABBC3 (v{S_ABBC3_VERSION}) - Start //-->
<!-- INCLUDE {S_ABBC3_OVERALL_HEADER} -->
<!-- MOD : MSSTI ABBC3 (v{S_ABBC3_VERSION}) - End //-->
<!-- INCLUDE ads/ads.js -->
<link rel="alternate" type="application/rss+xml" title="{SITENAME} - RSS" href="{ROOT_PATH}rss.php" />
<!-- IF S_MCHAT_ENABLE -->
<link rel="stylesheet" href="{ROOT_PATH}mchat/mchat.css" type="text/css" />
<!-- ENDIF -->
</head>
 
<body id="phpbb" class="section-{SCRIPT_NAME} {S_CONTENT_DIRECTION}<!-- IF SN_MODULE_IM_ENABLED --> im-page<!-- ENDIF -->">
<!-- IF SN_MODULE_IM_ENABLED -->
        <!-- INCLUDE socialnet/im.html -->
<!-- ENDIF -->
<!-- IF not S_USER_LOGGED_IN and not S_IS_BOT and not S_IN_UCP -->
<div id="info"><div id="infobar">
<a href="{U_REGISTER}"><img style="width: 32px; height: 32px; padding-right: 100px; vertical-align:middle;" alt="" src="{T_THEME_PATH}/images/reg.png" />{L_PMG_WELCOME} {SITENAME}. {L_PMG_REGISTER}<img style="width: 32px; height: 32px; padding-left:100px; vertical-align:middle;" alt="" src="{T_THEME_PATH}/images/reg.png" /></a>
</div></div>
<!-- ENDIF -->
 
<!-- IF not S_IS_BOT and S_USER_LOGGED_IN and S_USER_PM_POPUP and S_DISPLAY_PM and (S_USER_NEW_PRIVMSG or S_USER_UNREAD_PRIVMSG) -->
<div id="info"><div id="infobar">
<a href="{U_PRIVATEMSGS}"><img style="width:50px; height: 50px; padding-right: 100px; vertical-align:middle;" alt="" src="{T_THEME_PATH}/images/mail.png" />{L_PMG_HELLO} {S_USERNAME} {L_PMG_YOUHAVE} {PRIVATE_MESSAGE_INFO}<!-- IF PRIVATE_MESSAGE_INFO_UNREAD --> {L_PMG_AND} {PRIVATE_MESSAGE_INFO_UNREAD}<!-- ENDIF --><img style="width: 50px; height: 50px; padding-left:100px; vertical-align:middle;" alt="" src="{T_THEME_PATH}/images/mail.png" /></a>
</div></div>
<!-- ENDIF -->
<!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN and (U_MCP or U_ACP) or U_RESTORE_PERMISSIONS -->
<div class="sn-header-alert">
<!-- IF S_BOARD_DISABLED --><img src="{T_THEME_PATH}/images/exclamation.png" width="16" height="16" alt="" /> {L_INFORMATION}: {L_BOARD_DISABLED}<!-- ENDIF --><!-- IF S_BOARD_DISABLED and U_RESTORE_PERMISSIONS -->&nbsp;&bull;&nbsp;<!-- ENDIF -->
<!-- IF U_RESTORE_PERMISSIONS --><img src="{T_THEME_PATH}/images/user_go.png" width="16" height="16" alt="" /> <a href="{U_RESTORE_PERMISSIONS}">{L_RESTORE_PERMISSIONS}</a><!-- ENDIF -->
</div><!-- /sn-header-alert -->
<!-- ENDIF -->
 
<div id="sn-header">
                {ADS_1}
<a id="top" name="top" accesskey="t"></a>
<div id="sn-header-content">
<a id="sn-logo" href="{U_INDEX}"><img src="{T_THEME_PATH}/images/logo-text-only.png" width="484" height="100" alt="" /></a>
 
<div id="sn-controlbox">
 
<!-- IF not S_USER_LOGGED_IN and not S_IS_BOT -->
<div id="sn-not-logged-in"></div>
<div id="sn-not-logged-in-hover">
<div id="sn-nli-content">
 
<form method="post" action="{S_LOGIN_ACTION}">
<fieldset style="margin-top: -5px;">
    <span class="sn-form-label">{L_LOGINNAME}:</span><br />
    <!-- Start Sep Login Name Mod
    <input type="text" name="username" id="username" size="10" class="sn-nli-form" title="{L_USERNAME}" />  -->
    <input type="text" name="loginname" id="loginname" size="10" class="sn-nli-form" title="{L_LOGINNAME}" />
                <!-- End Sep Login Name Mod -->
<span class="sn-form-label">{L_PASSWORD}:</span><br />
<input type="password" name="password" class="sn-nli-form" title="{L_PASSWORD}" />
 
<a href="ucp.php?mode=sendpassword">{L_FORGOT_PASS}</a> <!-- IF S_REGISTER_ENABLED -->| <a href="{U_REGISTER}">{L_REGISTER}</a><!-- ENDIF -->
<br /><br />
<!-- IF S_AUTOLOGIN_ENABLED --><a href="#autologin2" class="fakecheck" id="fakeautologin2">{L_LOG_ME_IN}</a><input type="checkbox" name="autologin" id="autologin2" style="display: none;" /><!-- ENDIF -->
<div style="clear: both;"><a href="#hidestatus" class="fakecheck" id="fakehidestatus">{L_HIDE_ME}</a><input type="checkbox" name="viewonline" id="hidestatus" style="display: none;" /></div>
<input type="submit" name="login" value="" id="sn-nli-button" />
</fieldset>
</form>
</div><!-- /sn-nli-content -->
</div><!-- /sn-not-logged-in-hover -->
<!-- ENDIF --><!-- /s-user-not-logged-in -->
 
<!-- IF S_USER_LOGGED_IN and not S_IS_BOT -->
<div class="mini-profile"><span>
<table cellpadding="0" cellspacing="0" border="0">
        <tr>
        <td rowspan="2"><div class="member-icon"></div></td>
        <td>
        <a href="{U_PROFILE}" class="sn-mini-profile-username">{S_USERNAME}</a> <a href="{U_LOGIN_LOGOUT}" class="sn-mini-profile-logout">{L_LOGOUT}</a>
        </td>
        </tr>
    <tr>
        <td style="padding-top: 4px;">
        <!-- IF S_DISPLAY_PM --><img src="{T_THEME_PATH}/images/<!-- IF S_USER_NEW_PRIVMSG -->email_error<!-- ELSE -->email<!-- ENDIF -->.png" width="16" height="16" alt="" /><a href="{U_PRIVATEMSGS}" class="sn-mini-profile-link">{PRIVATE_MESSAGE_INFO}</a><!-- ENDIF --> <!-- IF S_DISPLAY_SEARCH --> &bull; <a href="{U_SEARCH_SELF}" class="sn-mini-profile-link">{L_SEARCH_SELF}</a><!-- ENDIF -->
        </td>
    </tr>
</table>
</span></div>
<!-- ENDIF --><!-- /s-user-logged-in-->
 
</div><!-- /sn-controlbox -->
 
</div><!-- /sn-header-content -->
</div><!-- /sn-header -->
 
<div id="sn-navbar">
<div id="sn-navbar-content">
 
<div style="float: left;">
<img src="{T_THEME_PATH}/images/house.png" width="16" height="16" alt="" /><a href="{U_INDEX}">{L_INDEX}</a> &nbsp;
<img src="{T_THEME_PATH}/images/information.png" width="16" height="16" alt="" /><a href="{U_FAQ}">{L_FAQ}</a> &nbsp;
<!-- IF S_DISPLAY_SEARCH --><img src="{T_THEME_PATH}/images/magnifier.png" width="16" height="16" alt="" /><a href="{U_SEARCH}">{L_SEARCH}</a> &nbsp;<!-- ENDIF -->
<!-- IF S_USER_LOGGED_IN -->
<img src="{T_THEME_PATH}/images/group.png" width="16" height="16" alt="" /><a href="{U_MEMBERLIST}">{L_MEMBERLIST}</a> &nbsp;
<img src="{T_THEME_PATH}/images/user_edit.png" width="16" height="16" alt="" /><a href="{U_PROFILE}">{L_PROFILE}</a>
<!-- ENDIF -->
</div><!-- /float left -->
 
<!-- IF $SN_COLOUR_SWITCHER -->
<div class="colour-block" title="{$SN_TOOLTIP_TEXT}">
<span>
<a href="#" rel="{T_THEME_PATH}/colours/red.css"><img src="{T_THEME_PATH}/images/red-cube.png" width="12" height="12" alt="" class="colour-block" /></a>
<a href="#" rel="{T_THEME_PATH}/colours/green.css"><img src="{T_THEME_PATH}/images/green-cube.png" width="12" height="12" alt="" class="colour-block" /></a>
<!-- IF $SN_ANIMATE -->
<script type="text/javascript">
        $('div.colour-block span a').styleSwitcher();
</script>
<!-- ENDIF -->
 
</span>
</div><!-- /colour-block -->
<!-- ENDIF -->
 
<div style="float: right;">
<!-- IF S_USER_LOGGED_IN --><img src="{T_THEME_PATH}/images/disconnect.png" width="16" height="16" alt="" /><a href="{U_LOGIN_LOGOUT}">{L_LOGOUT}</a><!-- ENDIF -->
<!-- IF S_REGISTER_ENABLED and not S_USER_LOGGED_IN --><img src="{T_THEME_PATH}/images/add.png" width="16" height="16" alt="" /><a href="{U_REGISTER}">{L_REGISTER}</a><!-- ENDIF -->
<!-- IF not S_USER_LOGGED_IN -->&nbsp; <img src="{T_THEME_PATH}/images/key.png" width="16" height="16" alt="" /><a href="{U_LOGIN_LOGOUT}">{L_LOGIN}</a><!-- ENDIF -->
</div>
 
</div><!-- /sn-navbar-content -->
</div><!-- /sn-navbar -->
<div id="sn-shadows">
               
<div class="sn-breadcrumbs">
 
        <img src="{T_THEME_PATH}/images/house.png" width="16" height="16" alt="" /><a href="{U_INDEX}" accesskey="h">{L_INDEX}</a><!-- BEGIN navlinks --> <img src="{T_THEME_PATH}/images/breadcrumbs.png" width="12" height="16" alt="" /><a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks -->
</div>
<div class="sn-options <!-- IF SCRIPT_NAME eq 'index' or 'viewforum' -->sn-search-links<!-- ENDIF --><!-- IF SCRIPT_NAME eq 'viewtopic' -->sn-restore-link-size<!-- ENDIF -->">
<!-- IF SCRIPT_NAME eq 'index' -->
<!-- IF S_DISPLAY_SEARCH -->
<a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a><!-- IF S_USER_LOGGED_IN --> &bull; <a href="{U_SEARCH_UNREAD}">{L_SEARCH_UNREAD}</a> &bull; <a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><!-- ENDIF --> &bull; <a href="{U_SEARCH_ACTIVE_TOPICS}">{L_SEARCH_ACTIVE_TOPICS}</a><!-- IF not S_IS_BOT and U_MARK_FORUMS --> &bull; <a href="{U_MARK_FORUMS}" accesskey="m">{L_MARK_FORUMS_READ}</a><!-- ENDIF -->
 
<!-- ENDIF -->
<!-- ENDIF --><!-- /script-name-eq-index -->
 
<!-- IF U_EMAIL_TOPIC --><img src="{T_THEME_PATH}/images/email_go.png" width="16" height="16" alt="" /><a href="{U_EMAIL_TOPIC}" title="{L_EMAIL_TOPIC}">{L_EMAIL_TOPIC}</a>&nbsp;&nbsp;<!-- ENDIF --><!-- IF U_EMAIL_PM --><a href="{U_EMAIL_PM}" title="{L_EMAIL_PM}">{L_EMAIL_PM}</a><!-- ENDIF --><!-- IF U_PRINT_TOPIC --><img src="{T_THEME_PATH}/images/printer.png" width="16" height="16" alt="" /><a href="{U_PRINT_TOPIC}" title="{L_PRINT_TOPIC}" accesskey="p">{L_PRINT_TOPIC}</a><!-- ENDIF --><!-- IF U_PRINT_PM --><img src="{T_THEME_PATH}/images/printer.png" width="16" height="16" alt="" /><a href="{U_PRINT_PM}" title="{L_PRINT_PM}" accesskey="p">{L_PRINT_PM}</a><!-- ENDIF -->
</div>
 
<div style="clear: both; height: 1px;" class="annoying-ie-spacing-issue"></div>
        <!-- IF ADS_2 -->
        <br />
        <div class="forabg">
                <div class="inner"><span class="corners-top"><span></span></span>
                        <ul class="topiclist">
                                $zebra[($row['foe']) ? 'foe' : 'friend'][] = $row['zebra_id'];"header">
                                        <dl class="icon">
                                                <dt>{L_ADVERTISEMENT}</dt>
                                        </dl>
                                </li>
                        </ul>
                        <div style="padding: 5px 5px 2px 5px; font-size: 1.1em; background-color: #8E35EF; margin: 0px auto; text-align: center;">
                                {ADS_2}
                        </div>
                <span class="corners-bottom"><span></span></span></div>
        </div>
        <!-- ENDIF -->
goodboy1
BBCoder II
BBCoder II
Posts: 7
Joined: 27 Mar 2012, 18:08
BBCodes: 4

Plz help scroll not working *

Post by goodboy1 »

bros ty for ur help this u sed not work i just now disable social network to make scroll work .at moment i want make collapse expand work for top stats table plz check my second topic to help viewtopic.php?f=49&t=1967 ty
Last edited by goodboy1 on 28 Mar 2012, 00:40, edited 1 time in total.
User avatar
martin123456
BBCoder VI
BBCoder VI
Posts: 765
Joined: 25 Jul 2011, 13:29
BBCodes: 34
Favourite MOD: Ban button
Location: Down south!
Contact:

Plz help scroll not working *

Post by martin123456 »

as stated once your pulling the jquery from the wrong folder ;)
goodboy1
BBCoder II
BBCoder II
Posts: 7
Joined: 27 Mar 2012, 18:08
BBCodes: 4

Plz help scroll not working *

Post by goodboy1 »

bro the real problams abot this is this top stats conflicts with social network if i remove

Code: Select all

 <!-- INCLUDE socialnet/overall_header_hook.html -->
from overel header top stats scroll wel work but Social network witch is i need it work they conflict can u admins and bros help me plz make this together work what edit i need to do this work togther.....[/size]
Locked