Keyword

Customize or change k2 frontend editor

  • cork
  • cork's Avatar Topic Author
  • Offline
  • Junior Member
More
11 years 1 month ago #117192 by cork
I'm trying to remove the buttons on the bottom of the k2 frontend editor.

Here's what I'd like to remove:

<div id="editor-xtd-buttons">

I tried adding display:none; to the css, but the css has ?v=2.6.7 at the end and doesn't read the changes I made.

If these can't be removed, how can I replace the editor with another?

thanks in advance. :)

Please Log in or Create an account to join the conversation.

More
10 years 10 months ago - 10 years 10 months ago #117193 by Marco
Replied by Marco on topic Re: Customize or change k2 frontend editor
You need to change the itemform.php located in components --> com_k2 --> template --> default

Create an override in your template/html folder and do like this:

in your temeplate create html folder , inside create com_k2 --> templates --> default --> itemform.php

Copy inside the content of original itemform.php
and at line 38 add this:
Log in  or Create an account to join the conversation.