Remove Blog Edit Tab From Content Edition In Frontend - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Remove Blog Edit Tab From Content Edition In Frontend

JM

Jean Machuron

Helix Framework 2 years ago

Hello We moved parts of the website to joomla 4 and noticed that helix framework still adds a Blog tab on earch article edition even in Cassiopeia. Of course unpublishing the Helix plugins breaks helix pages so that's not an option Can you tell me how to stop Helix framework from interering with articles editions when it's done with Cassiopeia in the front end ? Thanks BR Jean

0
5 Answers
Toufiq
Toufiq
Accepted Answer
Senior Staff 2 years ago #99156

Go to the file localtion.

helixultimate_j4v211/plugins/system/helixultimate/helixultimate.php

https://prnt.sc/QjUDjEZLx9bX

Comment this line of code

if ($form->getName() === 'com_content.article')
        {
            $doc->addStyleSheet($tmpl_path . '/css/font-awesome.min.css');
            $tpl_path = JPATH_ROOT . '/templates/' . $this->getTemplateName()->template;

            HTMLHelper::_('jquery.framework');
            HTMLHelper::_('jquery.token');

            $doc->addStyleSheet($plg_path . '/assets/css/admin/blog-options.css');
            $doc->addScript($plg_path . '/assets/js/admin/blog-options.js', ['version' => 'auto', 'relative' => false]);

            if (File::exists($tpl_path . '/blog-options.xml'))
            {
                Form::addFormPath($tpl_path);
            }
            else
            {
                Form::addFormPath(JPATH_PLUGINS . '/system/helixultimate/params');
            }

            $form->loadFile('blog-options', false);
        }
0
Toufiq
Toufiq
Accepted Answer
Senior Staff 2 years ago #99127

Hi there,

Thanks for contacting us. Sorry for the inconvenience. If you want to disable the Helix Blog option then you have to disable Helix Framework.

Extenstion > manage > Search > Helix > select helix template & plugin then disable both.

-Thanks

0
JM
Jean Machuron
Accepted Answer
2 years ago #99131

No that's not the idea :-) What I want on joomla 4 is deactivate the helix blog option while still keeping helix ultimate active. Can you just tell me in what file I need to comment things ?

0
JM
Jean Machuron
Accepted Answer
2 years ago #99164

Thanks a lot :-)

0
Toufiq
Toufiq
Accepted Answer
Senior Staff 2 years ago #99202

You are most welcome. Will you please spend some to write a review about our product and support quality? 

https://extensions.joomla.org/extension/sp-page-builder/

https://www.trustpilot.com/review/www.joomshaper.com

0