when login on front end can not edit article.

Responsive, suitable for any type of business, built for any needs elegant one-page Joomla template.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Fri Jan 24, 2014 5:30 am
Reply with quote
Report this post
Hello, when login on front end can not edit article. How to fix it,
http://www.onyxpattaya.com/news-1.html

login.jpg

Joomla 2.5.17
User avatar
Senior Boarder

GK User
Sat Jan 25, 2014 7:36 pm
Reply with quote
Report this post
Hello,

This feature is removed from the views, but you can add it by making changes in file html/com_content/article/default.php and adding the following code in any place:

Code: Select all
<?php if ($params->get('access-edit')) : ?>
    <span class="edit-icon"> <?php echo JHtml::_('icon.edit', $this->item, $params); ?> </span>
<?php endif; ?>
User avatar
Administrator

GK User
Mon Feb 03, 2014 5:39 am
Reply with quote
Report this post
I add code already but something not happen
User avatar
Senior Boarder

GK User
Mon Feb 03, 2014 8:07 pm
Reply with quote
Report this post
Could you attach your modified file?
User avatar
Administrator

GK User
Wed Feb 05, 2014 5:52 am
Reply with quote
Report this post
/home/mysite/public_html/components/com_content/views/article/tmpl/default.php
User avatar
Senior Boarder

GK User
Wed Feb 05, 2014 11:07 am
Reply with quote
Report this post
You have to attach the file as a ZIP package with PHP file inside ;)
User avatar
Administrator

GK User
Thu Feb 06, 2014 3:53 am
Reply with quote
Report this post
file content
User avatar
Senior Boarder

GK User
Thu Feb 06, 2014 4:03 pm
Reply with quote
Report this post
You have edited wrong file - you should edit file html/com_content/article/default.php inside the template directory - the files which you have sent are overrided by the files from html/com_content/ directory inside the template catalog.
User avatar
Administrator

GK User
Mon Feb 10, 2014 4:05 am
Reply with quote
Report this post
I try to edit this file /home/mysite/public_html/templates/gk_creativity/html/com_content/article/default.php and file override.css
It doesn't work. please check again.
User avatar
Senior Boarder

GK User
Mon Feb 10, 2014 7:49 am
Reply with quote
Report this post
Please send me a PM message with FTP and administrator access to your website.
User avatar
Administrator

GK User
Tue Feb 11, 2014 7:47 am
Reply with quote
Report this post
I sent PM already, Thank you
User avatar
Senior Boarder

GK User
Tue Feb 11, 2014 4:30 pm
Reply with quote
Report this post
Please check your page now - it should works fine.
User avatar
Administrator

GK User
Wed Feb 12, 2014 4:06 am
Reply with quote
Report this post
work now thank you very much :D
User avatar
Senior Boarder


cron