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

tatoxa

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

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

  • Посещение

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

  1. Я обновился по этой инстукции.

    1.делаешь бэкап форума и бд

    2.качаешь форум с нужной версии

    3.заливаешь через фтп и на предложении о замене файлов соглашаешься(А.Предварительно удалить файл conf_global.php или conf_global.dist.php из скачанного дистрибутива. Б. Если вы изменяли название директории admin , то следует вернуть ее в начальное состояние, то есть переименовать обратно в admin, потом не забудьте поменять в initdata.php название на admin)

     

    4.заходишь в браузер

    5.пишешь такую вот строчку www.domain.com/admin/upgrade/index.php

    6.следуешь инструкциям

    7.вооля и ты обновлён!!!  :)

     

  2. Всем привет нужна небольшая поддержка)

    Решил на днях сделать сайт для команды и выбрал под форум IPB.

    Установил стиль AnimeHaven v3.

    Вот скрин с номерацией проблем.

     

     

    post-14387-0-45786600-1387484193_thumb.j

     

    1) Логтип в этом стиле выполнен в виде текста.

    Как мне его поменять на изображение?

     

    defaultHeader

    <if test="$this->settings['textLogo']=='yes'">
    <a href='{$this->settings['board_url']}' class='textLogo' title='{$this->lang->words['go_home']}' rel="home" accesskey='1'>Fast Game Team</a>
    <else />
    

    Может вместо класса textLogo на чего нито другое поменять?

     

    2)Сама шапка плавно двигается в лево за счет js и в блоке поиска добавленна кнопка изменения цвета как бы стиля вроде))

    Вот сам js

    (function($){jQuery.extend(jQuery.fx.step,{backgroundPosition:function(fx){if(fx.state===0&&typeof fx.end=='string'){var start=$.curCSS(fx.elem,'backgroundPosition');start=toArray(start);fx.start=[start[0],start[2]];var end=toArray(fx.end);fx.end=[end[0],end[2]];fx.unit=[end[1],end[3]];}
    var nowPosX=[];nowPosX[0]=((fx.end[0]- fx.start[0])*fx.pos)+ fx.start[0]+ fx.unit[0];nowPosX[1]=((fx.end[1]- fx.start[1])*fx.pos)+ fx.start[1]+ fx.unit[1];fx.elem.style.backgroundPosition=nowPosX[0]+' '+nowPosX[1];function toArray(strg){strg=strg.replace(/left|top/g,'0px');strg=strg.replace(/right|bottom/g,'100%');strg=strg.replace(/([0-9.]+)(s|)|$)/g,"$1px$2");var res=strg.match(/(-?[0-9.]+)(px|%|em|pt)s(-?[0-9.]+)(px|%|em|pt)/);return[parseFloat(res[1],10),res[2],parseFloat(res[3],10),res[4]];}}});})(jQuery);var $i=jQuery.noConflict();jQuery(document).ready(function(){jQuery("body").css("display","none");jQuery("body").fadeIn(1000);jQuery("a.transition").click(function(event){event.preventDefault();linkLocation=this.href;jQuery("body").fadeOut(500,redirectPage);});function redirectPage(){window.location=linkLocation;}
    $i('a[href=#top], a[href=#ipboard_body]').click(function(){$i('html, body').animate({scrollTop:0},400);return false;});var backgroundpos=0;var offset=1;function scrollbackground(){offset=(offset<1)?offset+(backgroundpos- 1):offset- 1;jQuery('#sc-branding').css("background-position",+ offset+"px 0");setTimeout(function(){scrollbackground();},100);}
    scrollbackground();var customElements2="#search .submit_input, .reputation.positive, .members li.positive";var customElements=".maintitle, #community_app_menu > li.active > a, .ipsSideBlock h3";var customText="#user_navigation a, #main_search, #search_options, #community_app_menu div  li:hover > a, #community_app_menu  li:hover > a, #community_app_menu li.click.click_active > a, #more_apps_menucontentul  li > a:hover";jQuery('#colorpicker').ColorPicker({onSubmit:function(hsb,hex,rgb,el){jQuery(el).val(hex);jQuery(el).ColorPickerHide();jQuery(el).css("borderBottomColor","#"+ hex);jQuery(el).css("backgroundColor","#"+ hex);jQuery(customElements).css("border-bottom-color","#"+ hex);jQuery(customElements2).css("background-color","#"+ hex);jQuery(customText).css("color","#"+ hex);jQuery.cookie('customcolor',hex,{expires:365,path:'/'});},onBeforeShow:function(){jQuery(this).ColorPickerSetColor(this.value);},onChange:function(hsb,hex,rgb){jQuery(customElements).css("border-bottom-color","#"+ hex);jQuery(customElements2).css("background-color","#"+ hex);jQuery(customText).css("color","#"+ hex);jQuery.cookie('customcolor',hex,{expires:365,path:'/'});}}).bind('keyup',function(){jQuery(this).ColorPickerSetColor(this.value);});if((jQuery.cookie('customcolor')!=null)){jQuery(customElements).css("border-bottom-color","#"+ jQuery.cookie('customcolor'));jQuery(customElements2).css("background-color","#"+ jQuery.cookie('customcolor'));jQuery(customText).css("color","#"+ jQuery.cookie('customcolor'));jQuery("#colorpicker").val(jQuery.cookie('customcolor'));}
    else{jQuery(customElements).css("border-bottom-color","#C42323");jQuery(customText).css("color","#C42323");}});
    

    Как мне бы остановить движение но оставить кнопку выбора (стиля)?

     

    3) установил хук (Scrolling) Recent Posts Board Index.

    Где мне поменять надписи Title, Bu и т,д?

     

    4) Установил компонет Forum Icons v2.0.1 (Rus).

    Иконки сменить сменил , но они все стоят под прозрачностью в стилях  ,opacity: 0.5;

    Как мен убрать прозрачность ?

    col_c_icon {
        padding: 10px 0px 10px 10px!important;
        width: 33px;
        vertical-align: middle;
        text-align: middle;
    

    а вот тут попробовал изменить на 100 ,чет походу не то(

    img.small {
        max-height: 12px;
        margin-left: 3px;
        margin-top: -2px;
        opacity: 100;
    

    Заранее все спс) буду ждать! Если че ни то поправьте меня)

    post-14387-0-45786600-1387484193_thumb.j

×
×
  • Создать...