Hi
How can i enable the frontendedit link. After login there is no link or pencil. Which setting do i have to change to show the edit link in frontend to edit an article.
thx 4 help
<li class="itemPrintEmail">
<?php if (!$this->print) : ?><?php if ($params->get('show_print_icon')) : ?><?php echo preg_replace('@<img.*?alt="(.*?)".*?\/>@mis', '$1',JHtml::_('icon.print_popup', $this->item, $params)); ?>, <?php endif; ?><?php if ($params->get('show_email_icon')) : ?><?php echo preg_replace('@<img.*?alt="(.*?)".*?\/>@mis', '$1',JHtml::_('icon.email', $this->item, $params)); ?><?php endif; ?><?php if ($canEdit) : ?>, <?php echo preg_replace('@<img.*?alt="(.*?)".*?\/>@mis', '$1',JHtml::_('icon.edit', $this->item, $params)); ?><?php endif; ?><?php else : ?><?php echo preg_replace('@<img.*?alt="(.*?)".*?\/>@mis', '$1',JHtml::_('icon.print_screen', $this->item, $params)); ?><?php endif; ?>
</li>
<li class="itemPrintEmail">
<?php if (!$this->print) : ?>
<?php if ($params->get('show_print_icon')) : ?>
<?php echo preg_replace('@<img.*?alt="(.*?)".*?\/>@mis', '$1',JHtml::_('icon.print_popup', $this->item, $params)); ?>,
<?php endif; ?>
<?php if ($params->get('show_email_icon')) : ?>
<?php echo preg_replace('@<img.*?alt="(.*?)".*?\/>@mis', '$1',JHtml::_('icon.email', $this->item, $params)); ?>
<?php endif; ?>
<?php endif; ?>
</li>
<?php if ($canEdit) : ?>
<li>
<?php echo preg_replace('@<img.*?alt="(.*?)".*?\/>@mis', '$1',JHtml::_('icon.edit', $this->item, $params)); ?>
</li>
<?php endif; ?>
<li class="itemPrintEmail">
<?php if (!$this->print) : ?>
<?php if ($params->get('show_print_icon')) : ?>
<?php echo preg_replace('@<img.*?alt="(.*?)".*?\/>@mis', '$1',JHtml::_('icon.print_popup', $this->item, $params)); ?>,
<?php endif; ?>
<?php if ($params->get('show_email_icon')) : ?>
<?php echo preg_replace('@<img.*?alt="(.*?)".*?\/>@mis', '$1',JHtml::_('icon.email', $this->item, $params)); ?>
<?php endif; ?>
<?php endif; ?>
</li>
<?php if ($canEdit) : ?>
<li>
<?php echo preg_replace('@<img.*?alt="(.*?)".*?\/>@mis', '$1',JHtml::_('icon.edit', $this->item, $params)); ?>
</li>
<?php endif; ?>
</ul>
<?php endif; ?>
</header>
<?php endif; ?>