is there a way to lock blog posts from user editing after publication (or whenever?)
<?php if($system->admin || $isTeamAdmin || $this->acl->rules->moderate_entry || $isMine ){ ?>
<?php if($system->admin || $isTeamAdmin || $this->acl->rules->moderate_entry){ ?>
<?php if( $this->acl->rules->add_entry) : ?>
<?php if( $system->admin ) : ?>