Frontend editor

GK User
Tue Nov 29, 2016 2:29 pm
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
User avatar
Expert Boarder

GK User
Tue Dec 06, 2016 2:26 pm
Any chance of a reply

thx
User avatar
Expert Boarder

teitbite
Thu Dec 08, 2016 4:22 pm
Hi

Which component You wish to edit ? Is it K2 or regular joomla articles ? Please tell me the url to the page where You wish it to be visible.
User avatar
Moderator

GK User
Thu Dec 08, 2016 5:37 pm
Hi
It's this site http://www.kulturthalwil.ch/buchbox.htmland the part of the menu buchbox (joomla articles) which should be editable.

thx 4 help
User avatar
Expert Boarder

teitbite
Sun Dec 11, 2016 2:40 pm
Hi

Edit file in template's folder /html/com_article/article/default.php and replace code:

Code: Select all
                              <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>



with

Code: Select all
<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; ?>
User avatar
Moderator

GK User
Mon Dec 12, 2016 2:30 pm
Hi
I replaced the code in /html/com_content/article/default.php but theres no effect, still no edit button or text.

Code: Select all
<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; ?>

thx 4 help
User avatar
Expert Boarder

teitbite
Thu Dec 15, 2016 11:44 am
Hi

Ok, than I need to try myself. Please send me joomla panel acess, ftp access and tell me where I'll be able to login to frontapage.
User avatar
Moderator

GK User
Tue Feb 14, 2017 8:33 am
hi
i have sent you the login details in december, any chance to solve this?

thx 4 replay
User avatar
Expert Boarder

teitbite
Sun Feb 19, 2017 8:28 pm
Hi

I'm sorry, but I do not have an access to Your site. If it was in PM than it's there for 2 weeks only. Please send it to my private mail [email protected] so I'll be able to react faster.
User avatar
Moderator

GK User
Fri Apr 07, 2017 10:50 am
hi
i have mailed you the login infos on 20 february and became no reply or solution.
Any response or sings of life?

regards
User avatar
Expert Boarder

teitbite
Mon Apr 10, 2017 3:56 pm
Hi

I'm afraid I haven't got a mail from You or at least it was not connected with this thread. Just look, no mails with an ID of 53002 as this thread is or Your username.
User avatar
Moderator

teitbite
Mon Apr 10, 2017 3:58 pm
Hi

To speed it up just contact me via Skype: "teitbite", so You will tell me what the access is and I'll be able to fix it right away.
User avatar
Moderator


cron