Перейти к содержанию

dgakonda

Пользователи
  • Постов

    26
  • Зарегистрирован

  • Посещение

Сообщения, опубликованные dgakonda

  1. Вот....

    attachicon.gifIPBMafia.ru....png

    Нашел,спасибо!!

    Тема актуальна с изменением шапочки.

     

    Сайт

     

     (Не реклама)

     

    Темп глобал:

    <!DOCTYPE html>
    <html lang="en" <if test="fbcenabled:|:IPSLib::fbc_enabled() === TRUE || $this->settings['fbc_appid']"> xmlns:fb="__www.facebook.com/2008/fbml"</if>>
    <head>
    <meta charset="{$this->settings['gb_char_set']}" />
    <title>{$header_items['title']}</title>
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <link rel="shortcut icon" href='<if test="$this->registry->output->isHTTPS">{$this->settings['board_url_https']}<else />{$this->settings['board_url']}</if>/favicon.ico' />
    <link rel="image_src" href='{$this->settings['meta_imagesrc']}' />
    <script type='text/javascript'>
    //<![CDATA[
    jsDebug = {parse expression="intval($this->settings['_jsDebug'])"}; /* Must come before JS includes */
    DISABLE_AJAX = parseInt({$this->settings['disable_text_ajax']}); /* Disables ajax requests where text is sent to the DB; helpful for charset issues */
    inACP = false;
    var isRTL = false;
    var rtlIe = '';
    var rtlFull = '';
    //]]>
    </script>
    <script type='text/javascript' src="//ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.min.js"></script>
    <script type='text/javascript'>!window.jQuery && document.write('<script src="{style_images_url}/js/jquery.min.js"></script>')</script>
                    <script type='text/javascript' src="{style_images_url}/custom/js/colorpicker.js"></script>
                    <script type='text/javascript' src="{style_images_url}/custom/js/fade.js"></script>
                    <script type='text/javascript' src="{style_images_url}/custom/js/cookie.js"></script>
    {parse template="includeCSS" group="global" params="$css"}
    <meta property="og:title" content="{$this->registry->output->encodeMetaTagContent( str_replace( ' - ' . $this->settings['board_name'], '', $header_items['title'] ) )}"/>
    <meta property="og:site_name" content="{$this->registry->output->encodeMetaTagContent( $this->settings['board_name'] )}"/>
    <meta property="og:type" content="article" />
    {parse template="includeMeta" group="global" params="$metaTags"}
    <if test="isLargeTouch:|:$this->registry->output->isLargeTouchDevice()">
    <!--<meta name="viewport" content="width=device-width;">-->
    </if>
    <if test="isSmallTouch:|:$this->registry->output->isSmallTouchDevice()">
    <meta name="viewport" content="width=1024px">
    </if>
    {parse template="includeJS" group="global" params="$jsModules"}
    {parse template="includeFeeds" group="global" params="$documentHeadItems"}
    {parse template="includeRTL" group="global" params=""} 
    {parse template="includeVars" group="global" params="$header_items"}
    </head>
    <body id='ipboard_body'>
    <p id='content_jump' class='hide'><a id='top'></a><a href='#j_content' title='{$this->lang->words['jump_to_content']}' accesskey='m'>{$this->lang->words['jump_to_content']}</a></p>
    <div id='ipbwrapper'>
    <!-- ::: TOP BAR: Sign in / register or user drop down and notification alerts ::: -->
    <div id='sc-topbar' class='clearfix'>
    <div class='sc-width'>
    <!-- ::: APPLICATION TABS ::: -->
    <div id='sc-navigation' class='clearfix'>
    <ul class='ipsList_inline' id='community_app_menu'>
                                            <!-- ::: LOGO ::: -->
                        <li class="left">
                        <div id='logo'>
                        <if test="brandingBar:|:ipsRegistry::$applications[ $this->registry->getCurrentApplication() ]['hasCustomHeader']">
                            {parse template="overwriteHeader" group="{current_app}_global" params=""}
                        <else />
                            {parse template="defaultHeader" group="global" params=""}
                        </if>
                    </div></li>
    <if test="showhomeurl:|:$this->settings['home_url'] AND $this->settings['home_name']">
    <li id='nav_home' class='left'><a href='{$this->settings['home_url']}' title='{$this->lang->words['homepage_title']}' rel="home">{$this->settings['home_name']}</a></li>
    </if>
    <if test="hasCustomPrimaryNavigation:|:!empty($header_items['primary_navigation_menu'])">
    {$header_items['primary_navigation_menu']}
    <else />
    <if test="applicationsloop:|:is_array($header_items['applications']) AND count($header_items['applications'])">
    <foreach loop="applications:$header_items['applications'] as $data">
    <if test="showingapp:|:$data['app_show']">
    {parse variable="appActive" default="" oncondition="$data['app_active']" value="active"}
    <li id='nav_app_{$data['app_dir']}' class="left {parse variable="appActive"}"><a href='{parse url="{$data['app_link']}" seotitle="{$data['app_seotitle']}" template="{$data['app_template']}" base="{$data['app_base']}"}' title='{parse expression="sprintf( $this->lang->words['go_to_prefix'], IPSLib::getAppTitle($data['app_dir']) )"}'>{IPSLib::getAppTitle($data['app_dir'])}</a></li>
    </if>
    </foreach>
    </if>
    </if>
    <li id='nav_other_apps' style='display: none'>
    <a href='#' class='ipbmenu' id='more_apps'>{$this->lang->words['more_apps']} <img src='{$this->settings['img_url']}/useropts_arrow.png' /></a>
    </li>
    </ul>
    </div> 
    <if test="memberbox:|:$this->memberData['member_id']">
    <div id='user_navigation' class='logged_in'>
    <ul class='ipsList_inline right'>
    <if test="showInboxNotify:|:! ( ! $this->memberData['member_id'] && $this->settings['force_login'] ) && !($this->settings['board_offline'] && !$this->memberData['g_access_offline'])">
    <if test="messengerlink:|:$this->memberData['g_use_pm'] AND $this->memberData['members_disable_pm'] == 0">
    <li><a data-clicklaunch="getInboxList" id='inbox_link' href='{parse url="app=members&amp;module=messaging" base="public"}' title='{$this->lang->words['your_messenger']}'><if test="notifications:|:$this->memberData['msg_count_new']"><span class='ipsHasNotifications'>{$this->memberData['msg_count_new']}</span></if>&nbsp;</a></li>
    </if>
    <li><a data-clicklaunch="getNotificationsList" id='notify_link' href="{parse url="app=core&amp;module=usercp&amp;area=notificationlog" base="public"}" title="{$this->lang->words['notifications_at_the_top']}"><if test="notifications:|:$this->memberData['notification_cnt']"><span class='ipsHasNotifications'>{$this->memberData['notification_cnt']}</span></if>&nbsp;</a></li>
    </if>
    <li><a id='user_link' href="{parse url="showuser={$this->memberData['member_id']}" seotitle="{$this->memberData['members_seo_name']}" template="showuser" base="public"}"  title='{$this->lang->words['your_profile']}'>{$this->memberData['members_display_name']} &nbsp;<span id='user_link_dd'></span></a></li> 
    <li><a data-confirmaction="You are sure you want to logout?" data-confirmaction="true" href="{parse url="app=core&amp;module=global&amp;section=login&amp;do=logout&amp;k={$this->member->form_hash}" base="public"}">{$this->lang->words['log_out']}</a></li> 
    <if test="authenticating:|:$this->memberData['member_group_id'] == $this->settings['auth_group']">
    <if test="$this->memberData['ipsconnect_revalidate_url']">
    <li>&nbsp;&nbsp;&nbsp;<a href="{$this->memberData['ipsconnect_revalidate_url']}" target='_blank' title='{$this->lang->words['resend_val']}'>{$this->lang->words['resend_val']}</a></li>
    <else />
    <li>&nbsp;&nbsp;&nbsp;<a href="{parse url="app=core&amp;module=global&amp;section=register&amp;do=reval" base="public"}" title='{$this->lang->words['resend_val']}'>{$this->lang->words['resend_val']}</a></li>
    </if>
    </if>
    </ul>
    </div>
    <!-- ::: USER DROP DOWN MENU ::: -->
    <div id='user_link_menucontent' class='ipsHeaderMenu clearfix boxShadow' style='display: none'>
    <a href="{parse url="showuser={$this->memberData['member_id']}" seotitle="{$this->memberData['members_seo_name']}" template="showuser" base="public"}" title='{$this->lang->words['your_profile']}' class='ipsUserPhotoLink left'>
    <img src='{$this->memberData['pp_small_photo']}' alt="{parse expression="sprintf($this->lang->words['users_photo'],$this->memberData['members_display_name'])"}" class='ipsUserPhoto ipsUserPhoto_medium photo' />
    </a>
    
    
    <div class='left'>
    <if test="canUpdateStatus:|:$this->registry->getClass('memberStatus')->canCreate( $this->memberData ) && !($this->settings['board_offline'] && !$this->memberData['g_access_offline'])">
    <form id='statusForm' action='{$this->settings['base_url']}app=members&amp;module=profile&amp;section=status&amp;do=new&amp;k={$this->member->form_hash}&amp;id={$this->memberData['member_id']}' method='post'>
    <input type='text' id='statusUpdateGlobal' name='content' class='input_text' style='width: 97%' /><br />
    <input type='submit' id='statusSubmitGlobal' class='ipsButton_secondary' value='{$this->lang->words['global_update_status']}' />
    <if test="update:|:(IPSLib::twitter_enabled() OR IPSLib::fbc_enabled() ) AND ( $this->memberData['fb_uid'] OR $this->memberData['twitter_id'] )">
    &nbsp;&nbsp;
    <if test="updateTwitter:|:IPSLib::twitter_enabled() AND ( $this->memberData['twitter_id'] )"><input type='checkbox' id='su_TwitterGlobal' value='1' name='su_Twitter' /> <label for='su_TwitterGlobal' class='desc ipsType_smaller'>Twitter</label></if> &nbsp; 
    <if test="updateFacebook:|:IPSLib::fbc_enabled() AND ( $this->memberData['fb_uid'] )">&nbsp;<input type='checkbox' id='su_FacebookGlobal' value='1' name='su_Facebook' /> <label for='su_FacebookGlobal' class='desc ipsType_smaller'>Facebook</label></if>
    </if>
    <br />
    <hr />
    </form>
    </if>
    <ul id='links'>
    <li id='user_profile'><a href='{parse url="showuser={$this->memberData['member_id']}" seotitle="{$this->memberData['members_seo_name']}" template="showuser" base="public"}' title='{$this->lang->words['your_profile']}'>{$this->lang->words['my_profile']}</a></li>
    <li id='user_ucp'><a href="{parse url="app=core&amp;module=usercp" base="public"}" title="{$this->lang->words['cp_tool_tip']}">{$this->lang->words['your_cp']}</a></li>
    <li id='user_content'><a href="{parse url="app=core&amp;module=search&amp;do=user_activity&amp;mid={$this->memberData['member_id']}" base="public"}" title="{$this->lang->words['my_content_link']}">{$this->lang->words['my_content_link']}</a></li>
    <if test="userLikeLink:|:count( IPSLib::getEnabledApplications('like') )">
    <li id='user_likes'><a href='{parse url="app=core&amp;module=search&amp;do=followed" base="public"}' title='{$this->lang->words['your_likes']}'>{$this->lang->words['your_likes']}</a></li>
    </if>
    <if test="nobbyNoMates:|:$this->settings['friends_enabled'] && $this->memberData['g_can_add_friends']">
    <li id='user_friends'><a href='{parse url="app=members&amp;module=profile&amp;section=friends&amp;do=list" base="public"}' title="{$this->lang->words['manage_friends']}" class='manage_friends'>{$this->lang->words['manage_friends']}</a></li>
    </if>
    <li id='user_enemies'><a href='{parse url="app=core&amp;module=usercp&amp;tab=core&amp;area=ignoredusers" base="public"}' title="{$this->lang->words['manage_ignored_users']}" class='manage_enemies'>{$this->lang->words['manage_ignored_users']}</a></li>
    <if test="bloglink:|:$this->memberData['has_blog'] AND IPSLib::appIsInstalled('blog')">
    <li id='user_blog'><a href="{parse url="app=blog&amp;module=manage" base="public" template="manageblog" seotitle="false"}">{$this->lang->words['manage_blogs']}</a></li>
    </if>
    <if test="pmLink:|:$this->memberData['members_disable_pm'] != 2 && $this->memberData['g_use_pm']">
    <li id='user_pm'><a href="{parse url="app=members&module=messaging" base="public"}">{$this->lang->words['user_dd_go_pm']}</a></li>
    </if>
    <if test="gallerylink:|:$this->memberData['has_gallery'] AND IPSLib::appIsInstalled('gallery')">
    <li id='user_gallery'><a href='{parse url="app=gallery&amp;user={$this->memberData['member_id']}" base="public" seotitle="{$this->memberData['members_seo_name']}" template="useralbum"}' title="{$this->lang->words['go_to_my_gallery']}">{$this->lang->words['my_gallery']}</a></li>
    </if>
    <if test="nexuslink:|:IPSLib::appIsInstalled('nexus')">
    <li id='user_nexus'><a href='{parse url="app=nexus&amp;module=clients" base="public"}' title="{$this->lang->words['client_area']}">{$this->lang->words['client_area']}</a></li>
    </if>
    </ul>
    </div>
    </div>
    <else />
    <div id='user_navigation' class='not_logged_in'> 
    <ul class='ipsList_inline right'>
    <li>
    <span class='services'>
    <if test="limFacebook:|:IPSLib::loginMethod_enabled('facebook')">
    <a href='{parse url="app=core&amp;module=global&amp;section=login&amp;serviceClick=facebook" base="public"}'>{parse replacement="lim_facebook"}</a>
    </if>
    <if test="limTwitter:|:IPSLib::loginMethod_enabled('twitter')">
    <a href='{parse url="app=core&amp;module=global&amp;section=login&amp;serviceClick=twitter" base="public"}'>{parse replacement="lim_twitter"}</a>
    </if>
    <if test="limWindows:|:IPSLib::loginMethod_enabled('live')">
    <a href='{parse url="app=core&amp;module=global&amp;section=login&amp;do=process&amp;use_live=1&amp;auth_key={$this->member->form_hash}" base="public"}'>{parse replacement="lim_windows"}</a>
    </if>
    </span>
    &nbsp;&nbsp;&nbsp;&nbsp;
    <a href='{parse url="app=core&amp;module=global&amp;section=login" base="public"}' title='{$this->lang->words['sign_in']}' id='sign_in'>{$this->lang->words['sign_in']}</a>&nbsp;&nbsp;&nbsp;
    </li>
    <li>
    <a href="{parse url="app=core&amp;module=global&amp;section=register" base="public"}" title='{$this->lang->words['register']}' id='register_link'>{$this->lang->words['register']}</a>
    </li>
    </ul>
    </div>
    </if>
    </div>
    </div>
    <!-- ::: BRANDING STRIP: Logo and search box ::: -->
    <div id='sc-branding'>
    <div class='sc-width'>
                                            <!-- ::: SEARCH BAR ::: -->
    
    
                                            <if test="canSearch:|:$this->memberData['g_use_search'] && $this->settings['allow_search']">
    {parse template="quickSearch" group="global" params=""}
    </if> 
                                    <span class="custom_theme"><input type="text" id="colorpicker"></span>
    </div>
    </div> 
    
    
                            <!-- ::: SC BOTTOM BAR ::: -->
    
    
    <div id="sc-bottombar" class="clearfix">
    <div class="sc-width">
    <ul id="admin_bar" class="ipsList_inline left">
    <b>Будь в курсе событий:</b> <li><a href="__forum.l2-globalwar.com/forum/2-novosti/"><span style="color:orangered;">Новости</span></a> |</li>
     <li><a href="__forum.l2-globalwar.com/forum/3-aktcii/"><span style="color:orangered;">Акции</span></a> |</li>
    <li><a href="__forum.l2-globalwar.com/forum/4-events/"><span style="color:orangered;">Events</span></a> |</li>
    <li><a href="__vk.com/lineage2_globalwar"><span style="color:rgb(60, 131, 221);">Новости в Вконтакте</span></a> |</li>
    </ul>
    <if test="accessreports:|:$this->memberData['is_mod'] OR !empty($this->memberData['access_report_center']) || ($this->memberData['g_access_cp'] AND !$this->settings['security_remove_acp_link'])">
    <ul id='admin_bar' class='ipsList_inline right'>
    <if test="showacplink:|:$this->memberData['g_access_cp'] AND !$this->settings['security_remove_acp_link']">
    <li>
    <a href="{$this->settings['_admin_link']}" title='{$this->lang->words['admin_cp']}' target="_blank"><span style="color:orangered;">{$this->lang->words['login_to_acp']}</span></a>
    </li>
    </if>
    <li><a href="{parse url="app=core&amp;module=modcp" base="public"}" title='{$this->lang->words['gbl_modcp_link_title']}'><span style="color:rgb(60, 131, 221);">{$this->lang->words['gbl_modcp_link']}</span></a></li>
    <if test="rclink:|:$this->memberData['access_report_center'] && $this->memberData['_cache']['report_num'] > 0">
    <li class='active'>
    <a href="{parse url="app=core&amp;module=reports&amp;do=index" base="public"}" title='{$this->lang->words['view_reports']}'>{$this->memberData['_cache']['report_num']} {$this->lang->words['report_member_bar']}</a>
    </li>
    </if></if>
    <ul id="admin_bar" class="ipsList_inline right">
    </ul></div></div>
                                       <!-- ::: NAVIGATION BREADCRUMBS ::: -->
      <div id='sc-sec-navigation' class='clearfix'>
                                                    <div id="sc-container" class="clearfix">
    <ol class='breadcrumb top ipsList_inline left' id='breadcrumb'>
    <php>$this->did_first = 0;</php>
    <if test="switchnavigation:|:!$this->settings['remove_forums_nav'] OR ipsRegistry::$current_application == 'forums'">
    <li itemscope itemtype="__data-vocabulary.org/Breadcrumb">
    <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-vocabulary.org/Breadcrumb">
    <span class="nav_sep">→</span>
    <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']} {parse expression="IPSText::striptags( IPSText::htmlspecialchars( $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>
    </ol>
                            <ul class='ipsList_inline right' id='sc-sec-navigation-icons'>
                             <if test="showQuickNav:|:! ( ! $this->memberData['member_id'] && $this->settings['force_login'] ) && !($this->settings['board_offline'] && !$this->memberData['g_access_offline']) && $this->memberData['g_view_board']">
    <li class='right'>
    <a href="{parse url="app=core&amp;module=global&amp;section=navigation&amp;inapp={parse expression="IPS_APP_COMPONENT"}" base="public"}" rel="quickNavigation" accesskey='9' id='quickNavLaunch' title='{$this->lang->words['launch_quicknav']}'><img alt='{$this->lang->words['launch_quicknav']}' src='{style_images_url}/custom/img/icons/quicknav.png'/></a>
    </li>
    </if>
    <li id='nav_explore' class='right'>
    
    
    
    
    <a href='{parse url="app=core&amp;module=search&amp;do=viewNewContent&amp;search_app=<if test="viewnewcontentapp:|:$this->registry->getCurrentApplication() != 'core' AND IPSLib::appIsSearchable( $this->registry->getCurrentApplication() )">{$this->registry->getCurrentApplication()}<else />forums</if>" base="public"}' accesskey='2'>Новые публикации</a>
    
    
    </li>
    
    
    
    
    <li id='nav_explore' class='right'>
    </li>
                            </ul>
    </div></div>
               
    <!-- ::: MAIN CONTENT AREA ::: -->
    <div id='sc-container' class='clearfix'>
                       
    <!-- ::: MAIN CONTENT AREA ::: -->
    <div id='content' class='clearfix'>
    <noscript>
    <div class='message error'>
    <strong>{$this->lang->words['gbl_no_js_title']}</strong>
    <p>{$this->lang->words['gbl_no_js']}</p>
    </div>
    <br />
    </noscript>              
    <!-- ::: CONTENT ::: -->
    <if test="hasHeaderAd:|:$items['adHeaderCode']">
    <div class='ipsAd'>{$items['adHeaderCode']}</div>
    </if>
    <if test="mainpageContent:|:$html">{$html}</if>
    <if test="hasFooterAd:|:$items['adFooterCode']">
    <div class='ipsAd'>{$items['adFooterCode']}</div>
    </if>
    </div>
                
                </div>
                
    <if test="showdebuglevel:|:$this->memberData['member_id'] and $this->settings['debug_level']">
    <div id='ipsDebug_footer'>
    <strong>{$this->lang->words['time_now']}</strong> {$footer_items['time']}
    <if test="lastvisit:|:$this->memberData['member_id'] AND $this->memberData['last_visit']"><strong>{$this->lang->words['you_last_visit']}</strong> {parse date="$this->memberData['last_visit']" format="short"}</if>
    <strong>{$this->lang->words['stat_exec']}</strong> {$stats['ex_time']} <if test="isfloat:|:is_float($stats['ex_time'])">{$this->lang->words['stats_sec']}</if>
    <strong>{$this->lang->words['stat_load']}</strong> {$stats['server_load']}
    <strong>{$this->lang->words['stat_queries']}</strong> {$stats['queries']} <if test="sqldebuglink:|:IPS_SQL_DEBUG_MODE"><a href='{parse url="{$this->settings['query_string_safe']}&amp;debug=1" base="public"}'></if>{$this->lang->words['stats_queries']}<if test="closesqldebuglink:|:IPS_SQL_DEBUG_MODE"></a></if>
    <strong>{$this->lang->words['stat_gzip']}</strong> {$stats['gzip_status']}
    </div>
    
    
    </if>
    {$stats['task']}
    <if test="includeLightboxDoReal:|:$this->settings['do_include_lightbox_real']">
    {parse template="include_lightbox_real" group="global" params=""}
    <else />
    <script type="text/javascript">
    ipb.global.lightBoxIsOff();
    </script>
    </if>
    <if test="!$this->memberData['member_id']">
    {parse template="inlineLogin" group="global" params=""}
    </if>
                            <!-- ::: FOOTER (Change skin, language, mark as read, etc) ::: -->
                
                {parse template="twistFooter" group="global" params=""}           
                
    <div id='footer_utilities' class='clearfix clear'>
                            <div id="sc-container" class="clearfix">
    <a rel="nofollow" href='#top' id='backtotop' title='{$this->lang->words['go_to_top']}'><img src='{$this->settings['img_url']}/top.png' alt='' /></a>
    <ul class='ipsList_inline left'>
    <li><div class='made'>Lineage2 GlobalWar Project</a></div></li><br />
    <li>
    <img src='{$this->settings['img_url']}/feed.png' alt='{$this->lang->words['rss_feed']}' id='rss_feed' class='clickable' />
    </li>
    <if test="skinchangerOuter:|: ! $this->member->is_not_human">
    <if test="uagentlocked:|:$this->memberData['userAgentLocked'] AND ! $this->memberData['userAgentBypass']">
    <li id='useragent_msg'>
    {$this->lang->words['skin_browser_set']} <a href='#' data-clicklaunch='changeSkin' data-skinid='unlockUserAgent'>{$this->lang->words['override_browser_theme']}</a>
    </li>
    <else />
    <if test="isTouchDevice:|:$this->registry->output->isTouchDevice()">
    <li>
    <a href='#' data-clicklaunch='changeSkin' data-skinid='setAsMobile'>{$this->lang->words['set_mobile_theme']}</a>
    </li>
    </if>
    <if test="skinchangerInner:|:count($footer_items['skin_chooser']) > 1">
    <li>
    <a rel="nofollow" id='new_skin' href='#'>{$this->lang->words['change_theme']}</a> 
    <ul id='new_skin_menucontent' class='ipbmenu_content with_checks' style='display: none'>
    <foreach loop="$footer_items['skin_chooser'] as $skin">
    <li <if test="$skin['selected']">class='selected'</if>>
    <a href='#' data-clicklaunch='changeSkin' data-skinid='{$skin['id']}'>{$skin['title']}</a>
    </li>
    </foreach>
    </ul>
    </li>
    </if>
    </if> 
    </if>
    <if test="langchooser:|: ! $this->member->is_not_human && count( $footer_items['lang_chooser']['options'] ) > 1">
    <li>
    <a rel="nofollow" href='#' id='new_language'>{$footer_items['lang_chooser']['default']}</a> 
    <ul id='new_language_menucontent' class='ipbmenu_content with_checks' style='display: none'>
    <foreach loop="$footer_items['lang_chooser']['options'] as $lang">
    <li <if test="$lang['selected']">class='selected'</if>>
    <a href="{$this->lang->changeLanguageUrl( $lang['id'] )}">{$lang['title']}</a>
    </li>
    </foreach>
    </ul>
    </li>
    </if>
    <if test="markRead:|: ( ! $this->member->is_not_human ) && ( $this->memberData['member_id'] || $this->settings['topic_marking_guests'] )">
    <li>
    <a rel="nofollow" id='mark_all_read' href="{parse url="app=forums&amp;module=forums&amp;section=markasread&amp;marktype=all&amp;k={$this->member->form_hash}" base="public"}" title='{$this->lang->words['mark_all_as_read']}'>{$this->lang->words['mark_board_as_read']}</a>
    <ul id='mark_all_read_menucontent' class='ipbmenu_content' style='display: none'>
    <foreach loop="$footer_items['mark_read_apps'] as $app => $appData">
    <li>
    <if test="hideRcForPerms:|:$this->memberData['showReportCenter'] OR $app != 'core'">
    <a href="{parse url="app=forums&amp;module=forums&amp;section=markasread&amp;marktype=app&amp;markApp={$app}&amp;k={$this->member->form_hash}" base="public"}"><if test="isCoreRC:|:$app=='core'">{$this->lang->words['markread_rc_link']}<else />{IPSLib::getAppTitle($app)}</if></a>
    </if>
    </li>
    </foreach>
    <li>
    <a href="{parse url="app=forums&amp;module=forums&amp;section=markasread&amp;marktype=all&amp;k={$this->member->form_hash}" base="public"}"><strong>{$this->lang->words['mark_all_as_read']}</strong></a>
    </li>
    </ul>
    </li>
    </if>
    <li>
    <a href="{parse url="app=core&amp;module=help" base="public"}" title='{$this->lang->words['view_help']}' rel="help" accesskey='6'>{$this->lang->words['sj_help']}</a>
    </li> 
    </ul>
    {$footer_items['copyright']}
    </div>
    </div>
    
    
    <!--DEBUG_STATS-->
    <script type='text/javascript'>
    if( $('primary_nav') ){ ipb.global.activateMainMenu(); }
    </script>
    <if test="vigLinkEnabled:|:$this->settings['viglink_enabled'] and ( !$this->settings['viglink_groups'] or IPSMember::isInGroup( $this->memberData, explode( ',', $this->settings['viglink_groups'] ) ) )">
    <script type="text/javascript">
     var vglnk = { api_url: '//api.viglink.com/api',
                   key: '{$this->settings['viglink_api_key']}'<if test="$this->settings['viglink_subid']">,
                   sub_id: '{$this->settings['sub_id']}'
                   </if>
                 };
    
    
     (function(d, t) {
       var s = d.createElement(t); s.type = 'text/javascript'; s.async = true;
       s.src = ('https:' == document.location.protocol ? vglnk.api_url :
                '//cdn.viglink.com/api') + '/vglnk.js';
       var r = d.getElementsByTagName(t)[0]; r.parentNode.insertBefore(s, r);
     }(document, 'script'));
    </script>
    </if>
        </body>
    </html>

     

    Нужно изменить шапку чтоб она не растягивалась на весь экран.

  2. Дорогие друзья,нужна помощь в шаблоне.Дело в том что шапка  растягивается на весь экран когда его уменьшаешь (ктрл и крутишь колесиком).Хочу чтобы она была фиксированной в размер с сам шаблон форума и при уменьшении не растягивалась

    Вот пример вам :

    post-14866-0-41324000-1396946162_thumb.j

    Стрелочка 1.2. - Это то что лишнее и это надо зафиксить.

    3.4 - это как должен выглядить.

    Помогите пожалуйста.

     

     

    И кстати чтобы не создавать по 10 тем.

    Где настроить загрузку картинок уменьшенных копий на форум тоесть загружая картинку в уменьшенном варианте она пипец какая маленькая по клику она становится своего размера,так вот где настроить эту уменьшенную копию чтобы она была чуточку больше.

  3. dgakonda, это статичная картинка, она не может растянуться сама. Юзай фш или ищи новое лого и вперед

     

    Можно сделать вот так:

    attachicon.gifqwe.png

     

    Для этого в ipb_styles.css к себе добавь сюда:

    .main_width {
    margin: 0 auto;
    width: 87% !important;
    min-width: 960px;
    

    height: 0px;

     

    Т.е код должен быть:

    .main_width {
    margin: 0 auto;
    width: 87% !important;
    min-width: 960px;
    height: 0px;
    }
    

    Удачи, экспериментируй

    спасибо,откуда только сайт откопал? о_О

    захожу в любой раздел остается точно так же.только главная как у тебя на скриншоте

    низ так же весь изменился

  4. Ребят,взял бекап полой таблицы старого форума,установил в новом месте форум,удалил базу,залили старую,сделал перестроение,все,работает нормально,но в админ панели пишет ошибку,как её изменить?Адрес директории на другой.

    post-4072-0-59865000-1391099652_thumb.pn

  5. решение было

    АЦ-Система-Настройки-Поисковая оптимизация (SEO)
    Пункт Использовать .htaccess mod_rewrite? поставь нет. 

    АЦ-Система-Инструменты-Инструменты пересчета и обновления и проделываешь все предложенные там процедуры.

  6. ребят помогите,восстановил BD форума с другого хостинга на новом,форум появился все норм,а при заходе куда-либо слетает.посмотрите пожалуйста что можно сделать:

    forum.zona-mmorpg.ru

  7. Т.е смотри, есть сохраненный файл конфигураций Пользователей,Тем,Разделов Форума.-Те настройки где сохроняются.Только где они?Для того чтобы установив новый форум(не запариваться с ошибками этими,я вставил те файлики в новый форум,и обновив  получились те пользователи которые были(так же темы разделы....

  8. все было норм но я начал менять права записе й и где то накачичил так же где то изменял файлы(ставил защиту)где тот тут что ли по гайду.

    Сначала не добавлялись темы на форуме.Потом слетел.


    Ребятушки помогите пожалуйста!!!

    post-14866-0-50604200-1388420414_thumb.j

  9. Internal Server Error

    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

    More information about this error may be available in the server error log.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

     

    при заходе на сайт пишет это

     

    в логе вот

    [28-Dec-2013 22:52:31 UTC] PHP Fatal error:  Class 'db_driver_' not found in /home/globalwa/public_html/admin/sources/base/ipsRegistry.php on line 2691
    [28-Dec-2013 22:52:42 UTC] PHP Fatal error:  Class 'db_driver_' not found in /home/globalwa/public_html/admin/sources/base/ipsRegistry.php on line 2691
    [28-Dec-2013 22:52:53 UTC] PHP Fatal error:  Class 'db_driver_' not found in /home/globalwa/public_html/admin/sources/base/ipsRegistry.php on line 2691
    [28-Dec-2013 22:55:01 UTC] PHP Fatal error:  Class 'db_driver_' not found in /home/globalwa/public_html/forum/admin/sources/base/ipsRegistry.php on line 2691
    [28-Dec-2013 22:55:14 UTC] PHP Fatal error:  Class 'db_driver_' not found in /home/globalwa/public_html/forum/admin/sources/base/ipsRegistry.php on line 2691
×
×
  • Создать...