Text Size

Members login

Recommend Print

Where is the frontend edit button?

  • Published by
    Emmanuel Danan
  • Last modified
    29 January 2012
  • Up to date
    Yes
  • Profile concerned
    End user, Webdesigner
  • Concerns
    Component Template
  • Since Version
    1.5.6
  • Voting
    (7 votes)
  • Favourites
    Add to favourites [3 users]

If you don't see the -item- edit button in the frontend of your site, there are multiple reasons for it:

  • You do not have enough permissions to edit the item.
    with FLEXIaccess
    : you must be at least "registered" and you must have edit or editown permissions for this content (or its main category).
    without FLEXIaccess
    : you must be at least "editor"

  • This is not supported for earlier versions, in this case the user needs to click to view the item, and then the edit button will be displayed at the top of the item (next to item's title).
    You are on a category view, using FC v1.5.5 or earlier
    FLEXIcontent v1.5.6 and later, has a new category parameter,  to show edit button for all items the user can edit in the category view.

  • Your custom template does not have the edit button.

    To do that, for item view:
    -- edit components/com_flexicontent/templates/your_template/item.php
    -- add the the code, that is used in file components/com_flexicontent/templates/blog/item.php

    To do that, for category view:
    --edit components/com_flexicontent/templates/your_template/category_items.php
    -- add the the code, that is used in file components/com_flexicontent/templates/blog/category_items.php

Comments  

 
+3 #1 Andrzej Makowiecki 2010-06-30 08:29
(about Point 2)
Should we expect edit button on category view soon or in future?
Quote
 
 
0 #2 aloisio arroyo 2011-03-22 10:11
I have the same problem.
My item.php in the folder template already have the code to the edit button
But the edit butoon don't appears in the items of this category.
Quote
 
 
+1 #3 benjamin albrecht 2011-04-30 10:02
  • edit components/com_flexicontent/templates/your_template/category_items.php
  • add the following code: < ?= flexicontent_html::e ditbutton( $item, $item->parameters ); ? > (sans the spaces)
Quote
 

Add comment


Security code
Refresh

Community

kenmcd : Online 295 mins
Members Online: 1

Latest Comments

Latest Forum Posts

Posted by Rehne - 04/02/2012 18:33
Posted by Rehne - 04/02/2012 17:50
Posted by Rehne - 04/02/2012 17:11
Posted by Arkadiy - 04/02/2012 14:34