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

WOLF

Ветеран
  • Постов

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

  • Победитель дней

    313

Весь контент WOLF

  1. 3.4.9 само собой, релизы просто так не выпускают
  2. .hazeTopicDefault .userName, .hazeTopicBasic .userName { min-width: 156px !important; text-align: center !important; } в ipb_styles.css добавить
  3. в ipb_styles.css добавить: .hazeTopicDefault .userName, .hazeTopicBasic .userName { min-width: 156px !important; text-align: center !important; }
  4. Тогда причём тут данный стиль? Создавайте тему
  5. и? с чего ты взял что хозяин его не возвратит?
  6. оплата стимом так себе затея, когда в любой момент можно его вернуть
  7. Я тоже хочу в розыгрыше участвовать
  8. <a href="{{if $item->link()}}{$item->link()}{{else}}#{{endif}}" {{if method_exists( $item, 'target' ) AND $item->target()}}target='{$item->target()}'{{endif}} data-navItem-id="{$item->id}" {{if $active}}data-navDefault{{endif}} {{if $subBars && isset( $subBars[ $id ] ) && count( $subBars[ $id ] )}}data-hover=''{{endif}}> {$item->title()}{{if $subBars && isset( $subBars[ $id ] ) && count( $subBars[ $id ] )}} <i class="fa fa-caret-down"></i>{{endif}} </a>
  9. <a href="{{if $item->link()}}{$item->link()}{{else}}#{{endif}}" {{if method_exists( $item, 'target' ) AND $item->target()}}target='{$item->target()}'{{endif}} data-navItem-id="{$item->id}" {{if $active}}data-navDefault{{endif}} {{if $subBars && isset( $subBars[ $id ] ) && count( $subBars[ $id ] )}}data-hover=''{{endif}}> {$item->title()} </a> заменить на: <a href="{{if $item->link()}}{$item->link()}{{else}}#{{endif}}" {{if method_exists( $item, 'target' ) AND $item->target()}}target='{$item->target()}'{{endif}} data-navItem-id="{$item->id}" {{if $active}}data-navDefault{{endif}} {{if $subBars && isset( $subBars[ $id ] ) && count( $subBars[ $id ] )}}data-hover=''{{endif}}> {$item->title()}<i class="fa fa-caret-down"></i> </a>
  10. версия php? что за хостинг? какой стиль?
  11. в navBarItems ищите примерный код код: <a href="{{if $item->link()}}{$item->link()}{{else}}#{{endif}}" {{if method_exists( $item, 'target' ) AND $item->target()}}target='{$item->target()}'{{endif}} data-navItem-id="{$item->id}" {{if $active}}data-navDefault{{endif}} {{if $subBars && isset( $subBars[ $id ] ) && count( $subBars[ $id ] )}}data-hover=''{{endif}}> {$item->title()}{{if $subBars && isset( $subBars[ $id ] ) && count( $subBars[ $id ] )}} <i class="fa fa-caret-down"></i>{{endif}} </a>
×
×
  • Создать...