Jump to content

B4RSUQ

Пользователи
  • Регистрация

  • В сети

Posts posted by B4RSUQ

  1. Posted

    Кто может сделать простой шаблон в минимал для игрового форума, а точнее для сервера css.
    Не нужно чего то сверх естественного, простой минимал под игры. Например как было в IPB 3.

    Сколько будет стоить? Или может кто так замутит, или у кого готовые есть...

  2. WOLF, Я не про аватары, а про иконки форума.

    ВОт про этот код.

     

    .ipsItemStatus.ipsItemStatus_large {
        background: #3c6994;
        color: #fff;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 20px;
        display: inline-block;
        text-align: center;
        font-size: 18px;
        -webkit-transition: 0.15s all linear;
        -moz-transition: 0.15s all linear;
        -ms-transition: 0.15s all linear;
        -o-transition: 0.15s all linear;
        transition: 0.15s all linear;
    }

     

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

    через .css делается так:

    
    .ipsItemStatus.ipsItemStatus_large {
        background: #3c6994;
        color: #fff;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 20px;
        display: inline-block;
        text-align: center;
        font-size: 18px;
        -webkit-transition: 0.15s all linear;
        -moz-transition: 0.15s all linear;
        -ms-transition: 0.15s all linear;
        -o-transition: 0.15s all linear;
        transition: 0.15s all linear;
    }

    заменить на:

    
    .ipsItemStatus.ipsItemStatus_large {
        background: #3c6994;
        color: #fff;
        width: 40px;
        height: 40px;
        line-height: 40px;
        display: inline-block;
        text-align: center;
        font-size: 18px;
        -webkit-transition: 0.15s all linear;
        -moz-transition: 0.15s all linear;
        -ms-transition: 0.15s all linear;
        -o-transition: 0.15s all linear;
        transition: 0.15s all linear;
    }

     

    Это про иконки??

  4. Posted

    Всем привет еще раз!
    Опять у меня только вопросы :D Вообщем скачал у Вас плагин "Автор темы" все отлично но есть одно НО!
    Нужно переставить его выше, у меня в постконтейнере есть одно свободное, разделенное место(Отметил на скрине).

    2017-02-13_085154.png

  5. WOLF, Ок сделал!

    Redneck, Ладно перезадам вопрос.
    Вообщем нужно сделать вот из этого:
    2017-02-12_224849.png

    Вот это:
    2017-02-12_224808.png

     

    Вот код самих значков, только его подправить нужно немного...
     

    <div class='author_info'>
    			<div class="wa_userinfo" itemscope="" itemtype="http://schema.org/Person">
    				{{$coverPhoto = $comment->author()->coverPhoto();}}
    				{{if $coverPhoto->file}}
    					<div class="wa_userinfo_bg" style="background-image: url('{$coverPhoto->file->url}') !important;margin-bottom: -60px !important;
    					background-color: #FFFFFF !important;
    					background-position: 50% 50%;
    					background-repeat: no-repeat;
    					-webkit-background-size: 100% 100%;
    					-moz-background-size: 100% 100%;
    					background-size: 100% 100% !important;
    					height: 110px;
    					width: 193px;
    					margin-left: 0px !important;
    					margin: -9px -9px 0 -9px;"></div>
    				{{else}}
    					<div class="wa_userinfo_bg"></div>
    				{{endif}}
    				<div class="wa_userinfo_b1">
    					{template="userPhoto" app="core" group="global" params="$comment->author(), 'large', $comment->warningRef()"}
    				</div>
    				<div class="wa_userinfo_b3">
                      <div class="WA_icon_b1">
    					{{if \IPS\Member::loggedIn()->member_id != $comment->author()->member_id}}
    							{{if \IPS\Member::loggedIn()->member_id != $comment->author()->member_id and ( !$comment->author()->members_bitoptions['pp_setting_moderate_followers'] or \IPS\Member::loggedIn()->following( 'core', 'member', $comment->author()->member_id ) )}}
    								{{$memberFollowers = $comment->author()->followers();}}
    								{{if member.member_id}}
    										{{if member.following( 'core', 'member', $comment->author()->member_id )}}
    											<a href="{url="app=core&module=system&section=notifications&do=follow&follow_app=core&follow_area=member&follow_id={$comment->author()->member_id}"}" title="{lang="following_this_member"}" data-ipsTooltip class="ipsButton_secondary ipsType_smaller" data-role="followButton" data-ipsHover data-ipsHover-cache='false' data-ipsHover-onClick><img style="width:20px;" src='{resource="delete.png" app="core" location="global"}'></a>
    										{{else}}	
    											<a href="{url="app=core&module=system&section=notifications&do=follow&follow_app=core&follow_area=member&follow_id={$comment->author()->member_id}"}" title="{lang="follow_this_member"}" data-ipsTooltip class="ipsButton_secondary ipsType_smaller" data-role="followButton" data-ipsHover data-ipsHover-cache='false' data-ipsHover-onClick><img style="width:20px;" src='{resource="add.png" app="core" location="global"}'></a>
    										{{endif}}
    								{{endif}}
    							{{endif}}
    							{{if \IPS\Member::loggedIn()->member_id && !$comment->author()->members_disable_pm and !\IPS\Member::loggedIn()->members_disable_pm and \IPS\Member::loggedIn()->canAccessModule( \IPS\Application\Module::get( 'core', 'messaging' ) )}}
    							<a href='{url="app=core&module=messaging&controller=messenger&do=compose&to={$comment->author()->member_id}" seoTemplate="messenger_compose"}' data-ipsDialog data-ipsDialog-title='{lang="compose_new"}' data-ipsDialog-remoteSubmit data-ipsDialog-flashMessage="{lang="message_sent"}" class=' ipsButton_secondary ipsType_smaller'><img style="width:20px;" src='{resource="pm.png" app="core" location="global"}'></a>
    							{{endif}}
    					{{endif}}
                        </div>
                      <div style="height: 5px;"></div>
    
    					 {{$skype = preg_replace('/<wbr>/', '', $comment->author()->contentProfileFields()['core_pfieldgroups_2'][2]);}}
    					{{if $comment->author()->contentProfileFields()['core_pfieldgroups_2'][2]}}
    						<a href="skype:{$skype}?chat" target="_blank" class="ipsButton_secondary ipsType_smaller"><img style="width:20px;" src='{resource="skype.png" app="core" location="global"}'></a>
    					{{else}}
    						<a style="opacity:0.2" target="_blank" class="ipsButton_secondary ipsType_smaller"><img style="width:20px;" src='{resource="skype.png" app="core" location="global"}'></a>
    					{{endif}}
    					 {{$vk = preg_replace('/<wbr>/', '', $comment->author()->contentProfileFields()['core_pfieldgroups_2'][3]);}}
    					{{if $comment->author()->contentProfileFields()['core_pfieldgroups_2'][3]}}
    						<a href="http://www.privatelink.de/?https://vk.com/{$vk}" target="_blank" class="ipsButton_secondary ipsType_smaller"><img style="width:20px;" src='{resource="vk.png" app="core" location="global"}'></a>
    					{{else}}
    						<a style="opacity:0.2" target="_blank" class="ipsButton_secondary ipsType_smaller"><img style="width:20px;" src='{resource="vk.png" app="core" location="global"}'></a>
    					{{endif}}
    				</div>