Скрытие профиля и подписи
Код:
<!---------------------- СОКРЫТИЕ ПРОФИЛЯ И ПОДПИСИ © Deff, редактура Blanche ------------------------------------->
<style type="text/css">.hideprofile .post-author,.hideprofile .pl-email,.hideprofile .pl-website, .hidesig .post-sig{display:none!important}
.hideprofile .post-body,.hideprofile .post-links,.hideprofile .post-links ul, .hideprofile .post-content/*,.post.hideprofile h3>span*/{margin-left:0!important}</style>
<script>
FORUM.set('editor.addition.tags.hideprofile',{name:'Скрыть профиль',onclick:function(){insert('[hideprofile]');}});
$().pun_mainReady(function(){$('.post-content p:contains("[hideprofile]")').html(function(){return $(this).html().replace(/\[hideprofile\]/gim,'')}).parents('.post').addClass('hideprofile')});
</script>
<script>
FORUM.set('editor.addition.tags.hidesig',{name:'Скрыть подпись',onclick:function(){insert('[hidesig]');}});
$().pun_mainReady(function(){$('.post-content p:contains("[hidesig]")').html(function(){return $(this).html().replace(/\[hidesig\]/gim,'')}).parents('.post').addClass('hidesig')});
</script>