We moved to new unified forum!

Please post all new support queries in our New Forum.

T3 Community Discussion & Support

Let's build the best free Joomla template framework, together!
  1. Dee Gladney
  2. General Discussion
  3. Thursday, 25 July 2013
  4.  Subscribe via email
I am running into a problem when trying to remove the ability for users to edit articles from the front end of the website. I'm developing in Joomla 2.5. Any advice for turning this feature off?
Comment
There are no comments made yet.
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Dee Gladney,

You can use this method and overwrite the markup

http://docs.joomla.org/How_to_override_the_output_from_the_Joomla!_core

You will have this file in your template folder.
\html\com_content\article\default.php

And it is easy to change $canEdit value to false.

$canEdit	= $this->item->params->get('access-edit');


=>
$canEdit = false;



Hope it helps,

Regards
Comment
There are no comments made yet.
  1. more than a month ago
  2. General Discussion
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.