Скрытие профиля в постах
Код:
<!-- Скрываем профиль в постах © Deff -->
<script type="text/javascript">
if(GroupID<3)FORUM.set('editor.addition.tags.hide_provil', {name:'скрытие Профиля',onclick:function(){smile('[im'+'g=hide-autor]https://is.gd/ekiTPp['+'/img]');}});
$().pun_mainReady(function() {
function addStyle() { /*==123==;
<style type="text/css">#### .post-author,#### .post-sig,#### .pl-email,#### .pl-website,img[alt="hide-autor"]{display:none !important}#### .post-body,#### .post-links,#### .post-links ul,#### h3>span{margin-left:0 !important}</style>
==123==;*/
} addStyle = addStyle.toString().split('==123==;')[1];
$('.post .post-content img[alt="hide-autor"]').each(function(){
var id = $(this).parents('.post').prop('id');
$(addStyle.replace(/####/gim,'#'+id)).insertBefore($(this));
});});
</script>