Jump to content
View in the app

A better way to browse. Learn more.

IPBMafia.ru - поддержка Invision Community, релизы, темы, плагины и приложения

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Хелпми)helpme новечку нужна помощь!

Featured Replies

Posted

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

Решил на днях сделать сайт для команды и выбрал под форум 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

перед оформлением темы не помешало бы правила почитать

 

по делу

лого

<a href='{$this->settings['board_url']}' title='{$this->lang->words['go_home']}' rel="home" accesskey='1'><img src='{parse replacement="logo_img"}' alt='{$this->lang->words['logo']}' /></a>

далее

 

прозрачность

admin/applications_addon/other/forumicons/sources/classes/library.php, в строчке:

$l      = $ligher ? "style='opacity:0.5;filter:alpha(opacity=50)'" : '';

значение opacity:0.5 и opacity=50 , на opacity:1 и opacity=100 

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

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

 

Откройте файл хука в текстовом редакторе и замените

3) установил хук (Scrolling) Recent Posts Board Index. Где мне поменять надписи Title, Bu и т,д?

tatoxa, раз и два. Знакомьтесь.

 

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

Затем прочитал полностью тему поддержки компонента, ссылка на которую там где скачивали, и спросил если не обсуждалось  :yes:

Guest
This topic is now closed to further replies.

Последние посетители 0

  • No registered users viewing this page.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.