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

wasder12

Актив
  • Постов

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

  • Посещение

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

    20

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

  1. 2 часа назад, Yosif сказал:

    WOLF , можешь подсказать как в этом стиле (Vance) отключить отображение юзер бара для мобильных устройств, но чтоб он остался на ПК?

    стиль рипал не для вас не надо дефолт используй

  2. Для postContainer

    <li class='cAuthorPane_photo'>
        <a href="{$comment->author()->url()}" data-ipsHover data-ipsHover-target="{$comment->author()->url()->setQueryString('do', 'hovercard')}" title="{lang="view_user_profile" sprintf="$comment->author()->name"}">
        {{if $comment->author()->pp_main_photo}}
            <span class='ipsUserPhoto ipsUserPhoto_variable_{$comment->author()->member_group_id}'>
                <img src="{$comment->author()->photo}" />
            </span>
        {{else}}
            <img src="{$comment->author()->photo}" />
        {{endif}}
        </a>
    </li>

    В custom.css

    Где цифры это ID групп. Для примера у одних групп один размер у других другой 

    .ipsUserPhoto_variable_4 img, img.ipsUserPhoto_variable_4, .ipsUserPhoto_variable_4:after, .ipsUserPhoto_variable_8 img, img.ipsUserPhoto_variable_8, .ipsUserPhoto_variable_8:after, .ipsUserPhoto_variable_19 img, img.ipsUserPhoto_variable_19, .ipsUserPhoto_variable_19:after, .ipsUserPhoto_variable_10 img, img.ipsUserPhoto_variable_10, .ipsUserPhoto_variable_10:after, .ipsUserPhoto_variable_12 img, img.ipsUserPhoto_variable_12, .ipsUserPhoto_variable_12:after, .ipsUserPhoto_variable_11 img, img.ipsUserPhoto_variable_11, .ipsUserPhoto_variable_11:after, .ipsUserPhoto_variable_9 img, img.ipsUserPhoto_variable_9, .ipsUserPhoto_variable_9:after, .ipsUserPhoto_variable_21 img, img.ipsUserPhoto_variable_21, .ipsUserPhoto_variable_21:after, .ipsUserPhoto_variable_7 img, img.ipsUserPhoto_variable_7, .ipsUserPhoto_variable_7:after, .ipsUserPhoto_variable_13 img, img.ipsUserPhoto_variable_13, .ipsUserPhoto_variable_13:after, .ipsUserPhoto_variable_6 img, img.ipsUserPhoto_variable_6, .ipsUserPhoto_variable_6:after, .ipsUserPhoto_variable_20 img, img.ipsUserPhoto_variable_20, .ipsUserPhoto_variable_20:after, .ipsUserPhoto_variable_23 img, img.ipsUserPhoto_variable_23, .ipsUserPhoto_variable_23:after, .ipsUserPhoto_variable_17 img, img.ipsUserPhoto_variable_17, .ipsUserPhoto_variable_17:after{
            max-width: 160px;
            max-height: 200px;
        }
    .ipsUserPhoto_variable_3 img, img.ipsUserPhoto_variable_3, .ipsUserPhoto_variable_3:after, .ipsUserPhoto_variable_16 img, img.ipsUserPhoto_variable_16, .ipsUserPhoto_variable_16:after, .ipsUserPhoto_variable_15 img, img.ipsUserPhoto_variable_15, .ipsUserPhoto_variable_15:after, .ipsUserPhoto_variable_14 img, img.ipsUserPhoto_variable_14, .ipsUserPhoto_variable_14:after{
            max-width: 160px;
            max-height: 160px;
    }

     

    4 часа назад, WOLF сказал:

    хотел посмотреть как у тебя все это выглядит, но по твоему это нормально когда форум грузится больше минуты? при этом он так и не открылся http://forum.oxy.uz/index.php

    после третей попытки:

      Показать контент

    joxi_screenshot_1543101066200.png

     

    Аналогично + стиль ещё для версии 4.0

  3. 2 минуты назад, WOLF сказал:

    епт, дебил?)) ахахах, обиженка малолетняя 

    не обсуждай его форум, сделай ему, ато и тебя дебилом назовет :|

    Пусть сам делает, целый год наверно делает то один то второй стиль. 

    Otto_River2 пора уже чему то научится 

  4. 6 часов назад, grant24 сказал:

    проблема обстоит с приложение к шаблону SuperDocs Settings. Мне нужно сменить картинку, к нему идёт штатная codebackground.jpg которая входит в состав темы дефолт, делал изменения в плагине на фото, но ничего не происходило, я даже удалил штатные ресурсы для запорки картинки, но она снова появилась, в итоге через код хрома высмотрел файл под названием 258adbb6e4f3e83cd3b355f84e3fa002_custom.css.8b0a08f86f8dbe0b28e776316d8d81c8.css нашел в нем эту картинку и сменил на свою,  картинка сменилась! 

    Но потом снова вернулась на свои места, что я делаю не так?

    1.PNG

    2.PNG

    Приложения в свободном доступе нет, долго ждать будешь ответа.

  5. Для postConteiner используйте этот шаблон

    {{$idField = $comment::$databaseColumnId;}}
    {{$itemClassSafe = str_replace( '\\', '_', mb_substr( $comment::$itemClass, 4 ) );}}
    {{if $comment->isIgnored()}}
    	<div class='ipsComment ipsComment_ignored ipsType_light' id='elIgnoreComment_{$comment->$idField}' data-ignoreCommentID='elComment_{$comment->$idField}' data-ignoreUserID='{$comment->author()->member_id}'>
    		{lang="ignoring_content" sprintf="$comment->author()->name"} <a href='#elIgnoreComment_{$comment->$idField}_menu' data-ipsMenu data-ipsMenu-menuID='elIgnoreComment_{$comment->$idField}_menu' data-ipsMenu-appendTo='#elIgnoreComment_{$comment->$idField}' data-action="ignoreOptions" title='{lang="see_post_ignore_options"}' class='ipsType_blendLinks'>{lang="options"} <i class='fa fa-caret-down'></i></a>
    		<ul class='ipsMenu ipsHide' id='elIgnoreComment_{$comment->$idField}_menu'>
    			<li class='ipsMenu_item ipsJS_show' data-ipsMenuValue='showPost'><a href='#'>{lang="show_this_post"}</a></li>
    			<li class='ipsMenu_sep ipsJS_show'><hr></li>
    			<li class='ipsMenu_item' data-ipsMenuValue='stopIgnoring'><a href='{url="app=core&module=system&controller=ignore&do=remove&id={$comment->author()->member_id}" seoTemplate="ignore"}'>{lang="stop_ignoring_posts_by" sprintf="$comment->author()->name"}</a></li>
    			<li class='ipsMenu_item'><a href='{url="app=core&module=system&controller=ignore" seoTemplate="ignore"}'>{lang="change_ignore_preferences"}</a></li>
    		</ul>
    	</div>
    {{endif}}
    
    <a id='comment-{$comment->$idField}'></a>
    <article {{if $comment->author()->hasHighlightedReplies()}}data-memberGroup="{$comment->author()->member_group_id}" {{endif}} id='elComment_{$comment->$idField}' class='cPost ipsBox {{if $otherClasses}}{$otherClasses}{{endif}} ipsComment {{if ( settings.reputation_enabled and settings.reputation_highlight and $comment->reactionCount() >= settings.reputation_highlight ) OR $comment->isFeatured()}}ipsComment_popular{{endif}} ipsComment_parent ipsClearfix ipsClear ipsColumns ipsColumns_noSpacing ipsColumns_collapsePhone {{if $comment->author()->hasHighlightedReplies()}}ipsComment_highlighted{{endif}}{{if $comment->isIgnored()}}ipsHide{{endif}} {{if $comment->hidden() OR $item->hidden() === -2}}ipsModerated{{endif}}'>
    	{{if $item->isQuestion() and !$comment->new_topic}}
    		{template="postRating" group="topics" app="forums" params="$item, $comment, $votes"}
    	{{endif}}
     
    	<aside class='ipsComment_author cAuthorPane ipsColumn ipsColumn_medium'>
          <ul class='cAuthorPane_info ipsList_reset'>
    <li class='cAuthorPane_photo'>
      {template="userPhoto" app="core" group="global" params="$comment->author(), 'large', $comment->warningRef()"}
                    
              </li>
             <h3 class='ipsType_sectionHead cAuthorPane_author ipsType_blendLinks ipsType_break'><strong>{$comment->author()->link( $comment->warningRef() )|raw}</strong> <span class='ipsResponsive_showPhone ipsResponsive_inline'>&nbsp;&nbsp;{template="reputationBadge" group="global" app="core" params="$comment->author()"}</span></h3>
    		
    			{{if $comment->author()->member_title && $comment->author()->member_id}}
    				<li class='ipsResponsive_hidePhone eaRank' data-ipstooltip="" _title="Звание">{$comment->author()->member_title}</li>
    			{{elseif $comment->author()->rank['title'] && $comment->author()->member_id}}
    				<li class='ipsResponsive_hidePhone eaRank' data-ipstooltip="" _title="Звание">{$comment->author()->rank['title']}</li>
    			{{endif}}
              <hr class="ipsHr ipsHr_small">
              <!--<li class="ipsGroup uip">
              {expression="\IPS\Member\Group::load( $comment->author()->member_group_id )->formattedName" raw="true"}
            </li>-->
            {expression="\IPS\Member\Group::load( $comment->author()->member_group_id )->formattedName" raw="true"}
              <hr class="ipsHr ipsHr_small">
    			{{if $comment->author()->member_id}}
              <div class="wa_pContainer_b2">
    			<div class="wa_pContainer_b2_1">
    			<div>
                 <span class="wa_pContainer_b2_m">Репутация</span>
    			</div>
    			<span style="font-size: 12px;">{template="reputationBadge" group="global" app="core" params="$comment->author()"}</span> 
    			</div>
                <div class="wa_pContainer_b2_1">
    			<div>
    			<span class="wa_pContainer_b2_m">Публикации</span>
    			</div>
    			<span style="font-size: 12px;">{$comment->author()->member_posts}</span>
    			</div>
    			</div>
    		    
              
    				{{if $comment->author()->reputationImage()}}
    					<li class='ipsPad_half ipsResponsive_hidePhone'>
    						<img src='{file="$comment->author()->reputationImage()" extension="core_Theme"}' title='{{if $comment->author()->reputation()}}{$comment->author()->reputation()}{{endif}}' alt=''>
    					</li>
    				{{endif}}
    				{template="customFieldsDisplay" group="global" app="core" params="$comment->author()"}
    			{{endif}}
    		</ul>
    	</aside>
      
    	<div class='ipsColumn ipsColumn_fluid'>
    		{template="post" group="topics" app="forums" params="$item, $comment, $item::$formLangPrefix . 'comment', $item::$application, $item::$module, $itemClassSafe"}
    	</div>
    </article>

     

  6. 1 час назад, Yosif сказал:

    У меня получается вот так.. Уже не знаю, что комментировать, что изменить..

    Замени всё в postContainer на

    {{$idField = $comment::$databaseColumnId;}}
    {{$itemClassSafe = str_replace( '\\', '_', mb_substr( $comment::$itemClass, 4 ) );}}
    {{if $comment->isIgnored()}}
    	<div class='ipsComment ipsComment_ignored ipsType_light' id='elIgnoreComment_{$comment->$idField}' data-ignoreCommentID='elComment_{$comment->$idField}' data-ignoreUserID='{$comment->author()->member_id}'>
    		{lang="ignoring_content" sprintf="$comment->author()->name"} <a href='#elIgnoreComment_{$comment->$idField}_menu' data-ipsMenu data-ipsMenu-menuID='elIgnoreComment_{$comment->$idField}_menu' data-ipsMenu-appendTo='#elIgnoreComment_{$comment->$idField}' data-action="ignoreOptions" title='{lang="see_post_ignore_options"}' class='ipsType_blendLinks'>{lang="options"} <i class='fa fa-caret-down'></i></a>
    		<ul class='ipsMenu ipsHide' id='elIgnoreComment_{$comment->$idField}_menu'>
    			<li class='ipsMenu_item ipsJS_show' data-ipsMenuValue='showPost'><a href='#'>{lang="show_this_post"}</a></li>
    			<li class='ipsMenu_sep ipsJS_show'><hr></li>
    			<li class='ipsMenu_item' data-ipsMenuValue='stopIgnoring'><a href='{url="app=core&module=system&controller=ignore&do=remove&id={$comment->author()->member_id}" seoTemplate="ignore"}'>{lang="stop_ignoring_posts_by" sprintf="$comment->author()->name"}</a></li>
    			<li class='ipsMenu_item'><a href='{url="app=core&module=system&controller=ignore" seoTemplate="ignore"}'>{lang="change_ignore_preferences"}</a></li>
    		</ul>
    	</div>
    {{endif}}
    
    <a id='comment-{$comment->$idField}'></a>
    <article {{if $comment->author()->hasHighlightedReplies()}}data-memberGroup="{$comment->author()->member_group_id}" {{endif}} id='elComment_{$comment->$idField}' class='cPost ipsBox {{if $otherClasses}}{$otherClasses}{{endif}} ipsComment {{if ( settings.reputation_enabled and settings.reputation_highlight and $comment->reactionCount() >= settings.reputation_highlight ) OR $comment->isFeatured()}}ipsComment_popular{{endif}} ipsComment_parent ipsClearfix ipsClear ipsColumns ipsColumns_noSpacing ipsColumns_collapsePhone {{if $comment->author()->hasHighlightedReplies()}}ipsComment_highlighted{{endif}}{{if $comment->isIgnored()}}ipsHide{{endif}} {{if $comment->hidden() OR $item->hidden() === -2}}ipsModerated{{endif}}'>
    	{{if $item->isQuestion() and !$comment->new_topic}}
    		{template="postRating" group="topics" app="forums" params="$item, $comment, $votes"}
    	{{endif}}
     
    	<aside class='ipsComment_author cAuthorPane ipsColumn ipsColumn_medium'>
          <ul class='cAuthorPane_info ipsList_reset'>
    <li class='cAuthorPane_photo'>
                    {{if $comment->author()->pp_main_photo}}<a href='{url="app=core&module=members&controller=profile&id={$comment->author()->member_id}-{$comment->author()->name}" seoTemplate="profile" seoTitle="$seoName"}' data-ipsHover data-ipsHover-target='{url="app=core&module=members&controller=profile&id={$comment->author()->member_id}-{$comment->author()->name}&do=hovercard" seoTemplate="profile" seoTitle="$seoName"}' title="{lang="view_user_profile" sprintf="$name"}"><span class='ipsUserPhoto ipsUserPhoto_variable eaAvatar'><img src="{setting="base_url"}uploads/{$comment->author()->pp_main_photo}" /></span></a>{{else}}<a href='{url="app=core&module=members&controller=profile&id={$comment->author()->member_id}-{$comment->author()->name}" seoTemplate="profile" seoTitle="$seoName"}' data-ipsHover data-ipsHover-target='{url="app=core&module=members&controller=profile&id={$comment->author()->member_id}-{$comment->author()->name}&do=hovercard" seoTemplate="profile" seoTitle="$seoName"}' title="{lang="view_user_profile" sprintf="$name"}"><span class="ipsUserPhoto ipsUserPhoto_variable eaAvatar"><img src="{resource="default_photo.png" app="core" location="global"}" /></span></a>{{endif}}
              </li>
             <h3 class='ipsType_sectionHead cAuthorPane_author ipsType_blendLinks ipsType_break'><strong>{$comment->author()->link( $comment->warningRef() )|raw}</strong> <span class='ipsResponsive_showPhone ipsResponsive_inline'>&nbsp;&nbsp;{template="reputationBadge" group="global" app="core" params="$comment->author()"}</span></h3>
    		
    			{{if $comment->author()->member_title && $comment->author()->member_id}}
    				<li class='ipsResponsive_hidePhone eaRank' data-ipstooltip="" _title="Звание">{$comment->author()->member_title}</li>
    			{{elseif $comment->author()->rank['title'] && $comment->author()->member_id}}
    				<li class='ipsResponsive_hidePhone eaRank' data-ipstooltip="" _title="Звание">{$comment->author()->rank['title']}</li>
    			{{endif}}
              <hr class="ipsHr ipsHr_small">
              <!--<li class="ipsGroup uip">
              {expression="\IPS\Member\Group::load( $comment->author()->member_group_id )->formattedName" raw="true"}
            </li>-->
            {expression="\IPS\Member\Group::load( $comment->author()->member_group_id )->formattedName" raw="true"}
              <hr class="ipsHr ipsHr_small">
    			{{if $comment->author()->member_id}}
              <div class="wa_pContainer_b2">
    			<div class="wa_pContainer_b2_1">
    			<div>
                 <span class="wa_pContainer_b2_m">Репутация</span>
    			</div>
    			<span style="font-size: 12px;">{template="reputationBadge" group="global" app="core" params="$comment->author()"}</span> 
    			</div>
                <div class="wa_pContainer_b2_1">
    			<div>
    			<span class="wa_pContainer_b2_m">Публикации</span>
    			</div>
    			<span style="font-size: 12px;">{$comment->author()->member_posts}</span>
    			</div>
    			</div>
    		    
              
    				{{if $comment->author()->reputationImage()}}
    					<li class='ipsPad_half ipsResponsive_hidePhone'>
    						<img src='{file="$comment->author()->reputationImage()" extension="core_Theme"}' title='{{if $comment->author()->reputation()}}{$comment->author()->reputation()}{{endif}}' alt=''>
    					</li>
    				{{endif}}
    				{template="customFieldsDisplay" group="global" app="core" params="$comment->author()"}
    			{{endif}}
    		</ul>
    	</aside>
      
    	<div class='ipsColumn ipsColumn_fluid'>
    		{template="post" group="topics" app="forums" params="$item, $comment, $item::$formLangPrefix . 'comment', $item::$application, $item::$module, $itemClassSafe"}
    	</div>
    </article>

    В custom.css

    .cAuthorPane {
        padding: 0px !important;
        border-width: 1px;
        border-style: solid;
        border-color: #c3bfbf;
    }
    
    .ipsType_sectionHead {
        font-size: 17px;
    }
    
    .cAuthorPane_info {
        margin-top: -10px;
    }
    
    .cAuthorPane_author {
        display: block;
        line-height: 1.2;
        word-wrap: initial;
        overflow: hidden;
        text-overflow: ellipsis;
        -moz-hyphens: initial;
        margin-bottom: 3px;
    }
    
    .eaUpLinks {
      margin-left: 15px;
    }
    
    .cPost .ipsComment_meta {
        padding: 12px 10px 12px 10px;
        border-width: 1px 0 1px 0;
        border-style: solid;
        border-color: #F2F2F2;
        margin-left: -15px;
    }
    
    .ipsColumn_fluid {
        border-width: 0px 1px 1px 0px;
        border-style: solid;
        border-color: #F2F2F2;
    }
    
    .cPost .cPost_contentWrap {
        padding: 10px 15px 10px 0;
    }
    
    .ipsUserPhoto_variable img, img.ipsUserPhoto_variable, .ipsUserPhoto_variable:after {
        width: 198px;
        height: 199px;
        border-radius: 0px;
    	}
    .ipsUserPhoto_xlarge img, img.ipsUserPhoto_xlarge, .ipsUserPhoto_xlarge:after {
    		width: 170px;
    		height: 170px;
    		{{if theme.rounded_photos}}
    			border-radius: 60px;
    		{{endif}}
    }
    .uip {
        padding: 5px;
        display: inline-block;
        width: 100%;
        border-width: 1px 0 1px 0;
        border-style: solid;
        border-color: #F2F2F2;
    }
    
    .wa_pContainer_b2 {
        background: #F8F8F8;
    }
    
    .wa_pContainer_b2_1 {
        width: 50%;
        float: left;
    }
    
    .wa_pContainer_b2_1 .ipsRepBadge {
        font-size: 12px;
        font-weight: normal;
    }
    
    .wa_pContainer_b2_m {
        color: #868686;
        text-transform: uppercase;
        font-size: 11px;
    }
    
    .cPost .cGroup4 {
        color: #fff;
        font-size: 11px;
        line-height: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 45px;
        padding-right: 45px;
        background: linear-gradient(45deg, #afa3fe, #948bd4);
    }
    .cPost .cGroup3 {
        color: #fff;
        font-size: 11px;
        line-height: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 70px;
        padding-right: 75px;
        background: linear-gradient(45deg, #bdbdbd, #a0a0a0);
    }

     

  7. 2 часа назад, Спамер192 сказал:

    Я удалил это, но когда создаю то там создается БОЛЬШЕ и ветка, хотя я БОЛЬШЕ не создавал, и создал 2 раздела,а не подразделы.

    Если можешь помоги в этом еще.

    12.png

    13.png

    Все сделал как надо например,но слово больше остается,даже если удаляю из него подраздел,там создается другой автоматом

    12.png

    Не хрена ты не так сделал видимо всё мимо пропускаешь, я вроде для тебя писал что добавлю стиль в саму тему стиля.

    Посмотреть соседнюю тему где я писал ума не хватило 

    там же добавлен стиль.

     

  8. 41 минуту назад, tunofak сказал:

    Здравствуйте. Установил я значит интересное приложение - 

     

    Тут у меня сайт выдает Ошибку - An error occurred (500 Error)

    Якобы что-то с сервером. С сервером все ок, загружаю старую БД все работает. Я бы загрузил бекап, правда делал его давно.

    Я так понял изменений полным полно делает это Приложение, есть два варианта, в корне есть Удаление.php но при открытии файла выходит ошибка - 403

    Или же повторная установка. Как быть не знаю, прошу помощи.

    Если некто не в курсе как делать. То хотя-бы помогите, как переустановить БД на чистую с сохранением настроек + постов/тем/пользователей.

    Или какие файлы меняет данное ПРИЛОЖЕНИЕЕЕЕ

    Для этого есть тема поддержки файла

    Screenshot_12.thumb.png.856ede430e3825c2cff5ccf7d2b84f2c.png

  9. 6 минут назад, Спамер192 сказал:

    А стандартное меню где находиться? Вот это понять не могу.

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

    Стандартного стиля у меня нет,я его удалил,оставил стиль только новый который я поставил.

    Вообще не рекомендуется удалять дефолтный стиль.

    Меню

    Screenshot_11.thumb.png.64a70b20ad1f602c835e9f58040fe020.png

    Вопросы по стилю пиши в тему стиля

  10. Ещё нужно смотреть настройки а то малоли удалённые темы удаляются навсегда через определённое время которое указанно в настройках.

    Если память не изменяет то по стандарту стоит 30 дней

    Screenshot_11.thumb.png.e3fffecfb9720a67c918253ea91dc6b7.png

    Когда удалятся полностью вот тогда и смотрите счётчик. 

  11. Screenshot_11.thumb.png.6ff884334e472b9692e7cb32544d0ddc.png

    Удалите стандартное меню

    Инструкция по настройке отображения групп в темах.

    В настройках группы;

    Форматирование

    <span class='cGroupX'>

    Название

    </span>

    Где cGroupX - Х это ид группы

    В custom.css добавляете;

    .cPost .cGroupX {
        color:#fff;
        background: linear-gradient(45deg, #ff4a32, #ff1010);
    }

    Так же где Х меняете на ид группы

    Vance_RP_4_3_5.xml

    Vance_RP_4_3_5.xml

  12. 1 час назад, accop сказал:

    MrHaack есть что по обновлениям? 

    если уже купили, то выкладывайте, что жадные такие за 8 баксов то

    Я и не покупал просто видел что он продаёт за 300р на том форуме где он админ.

    Вы привыкли всё на халяву а некоторым и 1$ уже что то, как выше написал @WOLF

    У меня и старая версия работает.

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