I saw this code in a recent topic and i think it will be useful to create custom visibilty setting
<script type="text/javascript">
if(GroupID==3&&$('#pun-profile').length)$().pun_mainReady(function(){ var s='Information',s1=$('#pun-title h1>span').text();document.title=s1; var L=' » <a href="/">'+s1+'</a> » '+s;
$('.crumbs').html(L);
$().pun_aboutReady(function()
{$('#pun-crumbs2>.crumbs').html(L);});
$('#pun-main').html
('<h1><span>'+s+'</span></h1><div class=info>\
<div class=container>You have no permission to view this page.\ </div></div>');
$('style#HideProfile').remove();});
</script>Please Admin how can we change this code so that it affects elements with specific id and changes what is displayed for users and guest
