This is a discussion on question about creating this block within the Nuke 7.x - Blocks forums, part of the PHP-Nuke 7.x category; i want to create a block thats vissable to all visitors but has diffrent things to show for anon users ...
if(is_user($user)){ *all content for user only to view* }else{ *all content for unregistered users to see* }