Hide some code on com_content/form/edit.php - Joomla! Forum - community, help and support


hello. need hide code inside com_content/form/edit.php searching right way. can use <!-- or display: none; .

for example:
if need hide language tab can use way

code: select all

<div stule display: none;><li><a href="#language" data-toggle="tab"><?php echo jtext::_('jfield_language_label') ?></a></li></div></div>

or way

code: select all

<!--<li><a href="#language" data-toggle="tab"><?php echo jtext::_('jfield_language_label') ?></a></li></div>-->


so, right way hide code inside joomla submission form.php?

hello!

i consider using template override in template if want remove specific parts of joomla html code.
https://docs.joomla.org/how_to_override_the_output_from_the_joomla!_core

greetings
cherchri





Comments

Popular posts from this blog

Joomal 3.6.3 update error - PHP temporary folder is not set - Joomla! Forum - community, help and support

Upgrade 3.4.8 to 3.5.1 failed "download package failed" - Joomla! Forum - community, help and support

Fatal error during instalation - Joomla! Forum - community, help and support