How To Disable Helix 3 Blog Options On Front-end? - Question | JoomShaper

How To Disable Helix 3 Blog Options On Front-end?

RL

Riku Lahteenmaki

Helix Framework 3 years ago

I do not need the 'Helix blog options' tab on the front-end editor view. How do I disable this feature?

0
2 Answers
Ariba
Ariba
Accepted Answer
Support Agent 3 years ago #10313

Hello

Kindly follow the instruction.

  1. Go to the file location & open edit.php file templates/shaper_helix3/html/com_content/form/edit.php
  2. Find out the code & remove the code

helix.PNG

You can also try to rename the following file, then it does not get loaded. It works too: http://www.yourdomain.com/plugins/system/helix3/post-formats.xml

0
RL
Riku Lahteenmaki
Accepted Answer
3 years ago #10418

I could remove the 'Helix blog options' tab by commenting out this line in edit.php on line 118:

<php echo JLayoutHelper::render('joomla.edit.params', $this); >
0