Posted 16 августа, 201212 yr comment_8874 Здравствуйте! Случилась такая проблема,написали специальный скрипт который выводит онлайн серверов на форуме,но случилась такая проблема, при вставки вот этого кода: <div id='st'> <script type=\"text/javascript\" src=\"https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js\"></script> <script> $(\"#st\").load(\"mod_stat/module.php\"); </script> </div> в globalTemplate сюда: <!-- ::: MAIN CONTENT AREA ::: --> <div id='content' class='clearfix'> <!-- ::: NAVIGATION BREADCRUMBS ::: --> <div id="forum_header_wow"> <div id="forum_header_inner_wow"> <div id="forum_shield_wow"></div> <h2><center>Blackwing Lair Server</center></h2> <div id='forum_info_breadcrumbs'> <php>$this->did_first = 0;</php> <if test="switchnavigation:|:!$this->settings['remove_forums_nav'] OR ipsRegistry::$current_application == 'forums'"> <li itemscope itemtype="__data-vocabula...org/Breadcrumb" <if test="!$this->did_first">class='first'</if>> <a href='{parse url="act=idx" seotitle="false" base="public"}' itemprop="url"> <span itemprop="title">{$this->settings['board_name']}</span> </a> </li> <if test="didfirstnav:|:$this->did_first=1"></if> </if> <foreach loop="navigation:$items['navigation'] as $idx => $data"> <li itemscope itemtype="__data-vocabula...org/Breadcrumb" <if test="!$this->did_first">class='first'</if>> <if test="navigationlink:|:$data[1]"><a href='{parse url="{$data[1]}" base="$data[4]" seotitle="$data[2]" template="$data[3]"}' title='{$this->lang->words['nav_return_to']} {$data[0]}' itemprop="url"></if><span itemprop="title">{$data[0]}</span><if test="closenavigationlink:|:$data[1]"></a></if> </li> <if test="forsuredidfirstnav:|:$this->did_first=1"></if> </foreach> </div> {parse template="quickSearch" group="global" params=""} </div> <div class='test'> </div> <script type=\"text/javascript\" src=\"https://ajax.googlea....js\"></script> <script type=\"text/javascript\"> $(document).ready(function(){ $.ajax({ type:\"POST\", url: \"mod_stat/module.php\", data:{}, success: function(data){ $(\".test\").html(data); } }); }); </script> </div> Статистика появляется на сайте,но при заходе в подфорумы форум жестоко плывёт. Статистика: Что происходит с форумом: Получается что форум второй раз копируется когда заходишь в подфорум. В чём может быть проблема? Link to comment https://ipbmafia.ru/topic/1475-kosit-stil/ Share on other sites Больше вариантов
16 августа, 201212 yr comment_8885 JQuery несовместим с IP.Board. Link to comment https://ipbmafia.ru/topic/1475-kosit-stil/?&do=findComment&comment=8885 Share on other sites Больше вариантов
16 августа, 201212 yr Author comment_8886 А не подскажите как можно по-другому реализовать или сделать поддержку JQuery ? Link to comment https://ipbmafia.ru/topic/1475-kosit-stil/?&do=findComment&comment=8886 Share on other sites Больше вариантов
16 августа, 201212 yr comment_8887 А не подскажите как можно по-другому реализовать или сделать поддержку JQuery ? Как по другому — не знаю. Поддержку JQuery реализовать нельзя, IP.Board использует Prototype. Link to comment https://ipbmafia.ru/topic/1475-kosit-stil/?&do=findComment&comment=8887 Share on other sites Больше вариантов
16 августа, 201212 yr Author comment_8890 А не подскажите как с помощь Prototype подгрузить скрипт js? Link to comment https://ipbmafia.ru/topic/1475-kosit-stil/?&do=findComment&comment=8890 Share on other sites Больше вариантов
16 августа, 201212 yr comment_8891 JS везде подгружается одинаково. Я говорю, что JQuery нельзя, а без него ваш скрипт работать не будет, соответственно — вам нужно переписывать ваш скрипт под Prototype. Link to comment https://ipbmafia.ru/topic/1475-kosit-stil/?&do=findComment&comment=8891 Share on other sites Больше вариантов
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.