Answer the question
In order to leave comments, you need to log in
How to hide a block only on a specific Joomla 3 page?
Good to everyone!
Question on Joomla 3, and partly on PHP, I don’t even know where to dig better.
On a Joomla 3 site, I often use the constructs:
<!-- Только для главной страницы -->
<?php if (JURI::current() == JURI::base()) : ?><?php endif; ?>
<!-- Для внутренних страниц -->
<?php if (JURI::current() !== JURI::base()) : ?><?php endif; ?>
Answer the question
In order to leave comments, you need to log in
Create a module and configure it using standard Joomla tools.
And these are all crutches.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question