Search in support tickets

#26 – No subcategories

Posted in ‘Support’
This is a public ticket. Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.
Wednesday, 23 August 2017 10:40 CEST
danielecarmen
Joomla! version :3.7.3
PHP version :5.4.16
AdsManager version : Gold


Good Morning

I need to hide subcategories in Home page

Thanks !
Regards
Custom Fields
Joomla Version
3.7.3
PHP Version
5.4.16
Product
Adsclarity
Product Version
Gold
Attachment
Thursday, 24 August 2017 08:19 CEST
loic
Hello,

In adsClarity, you need to edit the file templates/adsclarity/html/com_adsmanager/front/default.php, line 113 just before :
if ($row->level == 0) {

Add this :
if ($row->level > 1) {
continue;
}

Best regards.
 
This ticket is closed, therefore read-only. You can no longer reply to it. If you need to provide more information, please open a new ticket and mention this ticket's number.