Hi People! If you like I need to get rid of annoying and unnecessary ordinary mortal fields in the front, here's what to do: Need to go to find it /you_template/com_k2/default/itemform.php lines relating to these items and immediately remove it! :) And to think better and make for a smart ... Those who have also installed Kunena forum and they want to make access to the facility and hut Published - can add a condition to check for moderatorstvo calling helper Kunena, like so: <?php if($this->mainframe->isAdmin() || ($this->mainframe->isSite() && $this->permissions->get('publish'))): ?> <?php $kuser = KunenaUserHelper::getMyself () ; if ($kuser->moderator) { ?> <tr> <td class="adminK2LeftCol"> <?php echo JText::_('K2_IS_IT_FEATURED'); ?></label> </td> <td class="adminK2RightCol"> <?php echo $this->lists['featured']; ?> </td> </tr> <? } ?> <tr> <td class="adminK2LeftCol"> <label><?php echo JText::_('K2_PUBLISHED'); ?></label> </td> <td class="adminK2RightCol"> <?php echo $this->lists['published']; ?> </td> </tr> <?php endif; ?> What do you do on your site?