How do I enable the front end editing for category list?

GK User
Mon May 26, 2014 4:31 pm
Hi,
how do I get the frontend editing to show for category list and featured articles?
User avatar
Fresh Boarder

GK User
Mon May 26, 2014 5:26 pm
limetree wrote:Hi,
how do I get the frontend editing to show for category list and featured articles?
I've tried to edit html/com_content/category/default_items.php
By adding (about from row 84):

<?php endif; ?><?php if ($isEditable) : ?><th class="list-edits" id="tableOrdering5"><?php echo JText::_('COM_CONTENT_EDIT_ITEM'); ?></th>
<?php endif; ?>

and

<?php if ($isEditable) : ?>
<td headers="categorylist_header_edit" class="list-edit">
<?php if ($article->params->get('access-edit')) : ?>
<?php echo JHtml::_('icon.edit', $article, $params); ?>
<?php endif; ?>
</td>
<?php endif; ?>


Without any result....
User avatar
Fresh Boarder

teitbite
Wed May 28, 2014 9:15 am
User avatar
Moderator

GK User
Wed May 28, 2014 9:46 am
I fixed it myself. If anybody need to edit articles from a category list here it is.

replace default_articles.php in /html/content/category
User avatar
Fresh Boarder

teitbite
Thu May 29, 2014 7:46 pm
Hi

Thank You for sharing the solution with us.
User avatar
Moderator


cron