BuHorPaDuK Posted July 14, 2016 Report Share Posted July 14, 2016 Как сделать ОБЯЗАТЕЛЬНЫЙ пробел в этих двух блоках (а именно "кто был онлайн" и "легенда групп") ?! Quote Link to comment Share on other sites More sharing options...
Redneck Posted July 14, 2016 Report Share Posted July 14, 2016 в custom.css li[data-blocktitle="Кто был Онлайн"] > div { padding: 0 7px !important; } li[data-blocktitle="Блок легенда групп"] > div { padding: 0 7px !important; } BuHorPaDuK 1 Quote Link to comment Share on other sites More sharing options...
BuHorPaDuK Posted July 14, 2016 Author Report Share Posted July 14, 2016 Огромное спасибо. Слушай, может ты знаешь как сделать так, что бы группы перечислялись не через "," А через пробел. И, что бы разделялось от "Сейчас в сети" тонкой чертой. Потому что, у меня сейчас вот так вот: Quote Link to comment Share on other sites More sharing options...
Redneck Posted July 14, 2016 Report Share Posted July 14, 2016 (edited) 6 минут назад, BuHorPaDuK сказал: что бы группы перечислялись не через "," А через пробел это надо шаблон править, а я не ставил этот плагин, т.к. мне он не нужен 6 минут назад, BuHorPaDuK сказал: И, что бы разделялось от "Сейчас в сети" тонкой чертой. не понял Edited July 14, 2016 by Redneck BuHorPaDuK 1 Quote Link to comment Share on other sites More sharing options...
BuHorPaDuK Posted July 14, 2016 Author Report Share Posted July 14, 2016 не знаешь к кому обратиться по поводу "перечисления" ?! вот скрин где разделяется так: то есть получается, что нет надписи "список групп" Quote Link to comment Share on other sites More sharing options...
Redneck Posted July 14, 2016 Report Share Posted July 14, 2016 26 минут назад, BuHorPaDuK сказал: вот скрин где разделяется так: li[data-blocktitle="Блок легенда групп"] > h3 { display: none !important; } li[data-blocktitle="Кто был Онлайн"] { border-bottom: 1px solid #cccccc !important; } BuHorPaDuK 1 Quote Link to comment Share on other sites More sharing options...
BuHorPaDuK Posted July 14, 2016 Author Report Share Posted July 14, 2016 Спасибо, можно закрывать. Quote Link to comment Share on other sites More sharing options...
Redneck Posted July 17, 2016 Report Share Posted July 17, 2016 В 14.07.2016 в 20:38, BuHorPaDuK сказал: как сделать так, что бы группы перечислялись не через "," А через пробел админка - внешний вид - стили и шаблоны - напротив нужного нажать на </> шаблоны - core - global - plugins - bdGroupLegend - заменить весь код на этот: <h3 class="ipsType_reset ipsWidget_title">{lang='block_bdGroupLegend_title'}</h3> <div class='ipsWidget_inner {{if $orientation == 'vertical'}}ipsPad{{endif}}'> <ul class="ipsList_inline ipsList_noSpacing"> {{foreach $groups as $group}} {{if is_object($group)}} <li><a href="{{if settings.bd_gl_linkSearch}}{url='app=core&module=search&controller=search&type=core_members&group[$group->g_id]=1' csrf='true'}{{else}}#{{endif}}">{setting="bd_gl_globalPrefix"}{{if settings.bd_gl_formatName==true}}$group->formattedName{{else}}{$group->name}{{endif}}{setting="bd_gl_globalSuffix"} </a></li> {{endif}} {{endforeach}} </ul> <div class='ipsType_richText ipsType_contained'>{setting='bd_gl_text'}</div> </div> BuHorPaDuK 1 Quote Link to comment Share on other sites More sharing options...
BuHorPaDuK Posted July 17, 2016 Author Report Share Posted July 17, 2016 У меня нет слов, ты лучший ! Спасибо =) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.