Hi,
how to remove VIEW MORE under module
and
Why does it appear expired in the articles? it's the same on your model.
Thank
Delete element in module
Hi,
It's Ok. You have access for the expire.
Thank
I updated this file on your site: /templates/ja_landscape/html/com_content/article/special.php
Line 77:
<?php //if ((strtotime($this->item->publish_down) < strtotime(Factory::getDate())) && $this->item->publish_down != Factory::getDbo()->getNullDate()) : ?>
<?php if (!is_null($this->item->publish_down) && $this->item->publish_down < $currentDate) : ?>
<span class="badge badge-warning"><?php echo Text::_('JEXPIRED'); ?></span>
<?php endif; ?>
15 days later
Hi,
super!
Thank
5 days later
supportguy locked the discussion.