How can I remove the featuring option from my front-end editor.
I do not want my front-end editors to have the option to feature their posts, in K2 front editor.
Thanks
<tr>
<td class="adminK2LeftCol">
<label for="featured"><?php echo JText::_('K2_IS_IT_FEATURED'); ?></label>
</td>
<td class="adminK2RightCol">
<?php echo $this->lists['featured']; ?>
</td>
</tr>
<?php if($this->mainframe->isAdmin() || ($this->mainframe->isSite() && $this->permissions->get('publish'))): ?>
<tr>
<td class="adminK2LeftCol">
<label><?php echo JText::_('K2_PUBLISHED'); ?></label>
</td>
<td class="adminK2RightCol">
<?php echo $this->lists['published']; ?>
</td>
</tr>
<?php endif; ?>
</table>
<!-- Tabs start here -->
$user = & JFactory::getUser();
// no direct access
defined('_JEXEC') or die('Restricted access');
$user = & JFactory::getUser();
$document = & JFactory::getDocument();
<?php if($this->mainframe->isAdmin() || ($this->mainframe->isSite() && $this->permissions->get('publish'))): ?>
<tr>
<td class="adminK2LeftCol">
<label for="featured"><?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; ?>
</table>
<!-- Tabs start here -->
<?php if(isset($user->groups['Administrator']) || isset($user->groups['Super Users'])): ?>
<tr>
<td class="adminK2LeftCol">
<label for="featured"><?php echo JText::_('K2_IS_IT_FEATURED'); ?></label>
</td>
<td class="adminK2RightCol">
<?php echo $this->lists['featured']; ?>
</td>
</tr>
<?php endif; ?>
<?php if($this->mainframe->isAdmin() || ($this->mainframe->isSite() && $this->permissions->get('publish'))): ?>
<tr>
<td class="adminK2LeftCol">
<label><?php echo JText::_('K2_PUBLISHED'); ?></label>
</td>
<td class="adminK2RightCol">
<?php echo $this->lists['published']; ?>
</td>
</tr>
<?php endif; ?>
</table>
<!-- Tabs start here -->
<?php if(isset($user->groups['Editor en Jefe']) || isset($user->groups['Super Users'])): ?>
checking if file itemform.php exists under \templates\gk_twn2\html\com_k2\templates\default\
<?php if(isset($user->groups['Administrator']) || isset($user->groups['Super Users'])): ?>
$user = & JFactory::getUser();
$userGroups = & JFactory::getUser()->get('groups');
<?php if(isset($user->groups['Administrator']) || isset($user->groups['Super Users'])): ?>
<?php if (isset($userGroups['8']) || isset($userGroups['7'])): ?>