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

Zyablik

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

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

  • Посещение

Активность репутации

  1. Лайк
    Zyablik получил реакцию от qweqweqwe в Как сделать стрелку в верх   
    Absurd, 
    В globalTeaple (Шаблоны) перед тегом </head> вставить код 




    Потом я вставил в (CSS) ipb_styles.css, в самый низ - этот код



    После этого вставил код в IncludeJS (Шаблоны) в самый низ



  2. Лайк
    Zyablik получил реакцию от Paul7 в Как сделать стрелку в верх   
    Absurd, 
    В globalTeaple (Шаблоны) перед тегом </head> вставить код 




    Потом я вставил в (CSS) ipb_styles.css, в самый низ - этот код



    После этого вставил код в IncludeJS (Шаблоны) в самый низ



  3. Лайк
    Zyablik отреагировална пост Mano в forum Background   
    GothSilvio, АЦ - ВНешний вид - Ваш стиль - CSS - ipb_styles, там в теге body творите что хотите, либо цвет, либо картинку
    Пример:
    body { color: #666; font: 400 12px tahoma,helvetica,arial,sans-serif; position: relative; height: 100%; z-index: 2; background-color: #197393; background-attachment: fixed; background-size: cover; padding-bottom: 10px; }
  4. Лайк
    Zyablik отреагировална пост Respected в Как поднять отправлено наверх?   
    Редактируем шаблон post
    Найти и удалить:
    <p class='posted_info desc lighter ipsType_small'> {$this->lang->words['posted']} <abbr class="published" itemprop="commentTime" title="{parse expression="date( 'c', $post['post']['post_date'] )"}">{parse date="$post['post']['post_date']" format="long"}</abbr> <if test="isSolvedSausage:|:$post['post']['_isMarkedAnswered']">&nbsp; <span class='ipsBadge ipsBadge_green'>{$this->lang->words['topic_best_answer']}</span></if> </p>  
    Найти:
    <if test="postIp:|:$post['post']['_show_ip']">  
    Выше добавить:
    <div class='post_date'> {$this->lang->words['posted']} <abbr class="published" itemprop="commentTime" title="{parse expression="date( 'c', $post['post']['post_date'] )"}">{parse date="$post['post']['post_date']" format="long"}</abbr> </div>  
    Найти:
    <if test="postMember:|:$post['author']['member_id']"> <span itemprop="creator name" class="author vcard">{parse template="userHoverCard" group="global" params="$post['author']"}</span> <else /> {parse template="userHoverCard" group="global" params="$post['author']"} </if>  
    Заменить на:
    <div class='post_username'> <if test="postMember:|:$post['author']['member_id']"> <span itemprop="creator name" class="author vcard">{parse template="userHoverCard" group="global" params="$post['author']"}</span> <else /> {parse template="userHoverCard" group="global" params="$post['author']"} </if> </div>  
    В ipb_styles.css добавить:
    .post_username{ float: left; min-width: 177px; font-weight: bold; } .post_date{ color: #999; float: left; font-size: 11px; font-weight: normal; }
  5. Лайк
    Zyablik отреагировална пост LvsF в Как сделать стрелку в верх   
    Найти картинку и загрузить к себе. У Вас в коде.
    background: url(__typicall-cs.ru/totop.png) top no-repeat;
  6. Лайк
    Zyablik отреагировална пост LvsF в Forum Icons Rus   
    И? Берем хук и устанавливаем. Можете нажать на кнопку "Переимпортировать хуки"
     
    П.С. В отключенных тоже нет?
  7. Лайк
    Zyablik отреагировална пост LvsF в Forum Icons Rus   
    Картинки показываются Дублирование из-за 
    <a href="{parse url="showforum={$forum_data['id']}" seotitle="{$forum_data['name_seo']}" template="showforum" base="public"}" title='{$forum_data['name']}'><if test="$forum_data['_name']">{$forum_data['_name']}<else />{$forum_data['name']}</if></a><if test="$forum_data['_name']">{$forum_data['_name']}<else />{$forum_data['name']}</if></a> Дважды написали 
    <if test="$forum_data['_name']">{$forum_data['_name']}<else />{$forum_data['name']}</if></a>
  8. Лайк
    Zyablik отреагировална пост Doogle в IP.Blog 2.5.2 Rus   
    Заливаешь содержимое папки upload в таком же расположении, переходишь в:
    Админцентр > Управление приложениями > Справа устанавливаешь блог.
×
×
  • Создать...