kami
kami wrote:can only be viewed by login users (Standart)
For now I've made a script for logged-in users only.
<style id="hidepage">.gid3 #pun-pages #pun-main .container{display:none}</style>
<script type="text/javascript">
if(GroupID==3&&$('#pun-pages').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#hidepage').remove();});
</script>
Place it to the page you want to hide from guests.
Notice: This is a JavaScript & CSS solution which means that it will protect your content from basic users but still the content will be available if you look through the code of your web-site.
If you need full privacy it's better to create special hidden categories or forums (sections).
kami wrote:can only be viewed by certain users group / users rank
It's more difficult for me. Honestly, I'm not a JavaScript-writer so probably I'll ask someone to do it.