Скрипт скрытия фотографий от гостей:

Код:
<script type="text/javascript">
if( !document.getElementById("navprofile") )
{
    document.write("<style>")
    document.write(".post-content IMG{display:none !important}")
    document.write("</style>")
}
</script>

хтмл-низ