I think there is still some confusion.
When viewing the Final category (in the picture below the "Load Frames" category), i still see the submenu of the categories.
Changing the detail view wont remove the submenu from the list view will it?
I would have thought i had to change the productLIST template to hide the sub menu but only if there are no more sub categories.
and thats the part im stuck on (the list view) rather than the detail view which is working fine.
![Image]()
Fiddler for this part of the page shows (reduced for brevity)
There is a great illustration of what im looking from one this site on your listed users http://www.electricitepro.com
Sadly i cant give you access as im working locally until i work this out then ill make the changes on our live site but thanks for the offer.
When viewing the Final category (in the picture below the "Load Frames" category), i still see the submenu of the categories.
Changing the detail view wont remove the submenu from the list view will it?
I would have thought i had to change the productLIST template to hide the sub menu but only if there are no more sub categories.
and thats the part im stuck on (the list view) rather than the detail view which is working fine.
Fiddler for this part of the page shows (reduced for brevity)
<div id="dnn_ctr892_ProductList_pnlProductList">
<div class="CategoryMessage"> </div>
-------THIS IS THE BLOCK THAT NEEDS HIDING (BUT ONLY IF NO SUB CATEGORIES)
<div class="NBrightWrapperProdCatMenu">
<div class="CategoryMenuWrapper">
<table id="dnn_ctr892_ProductList_CategoryMenu_dlCategoryMenu" class="Normal" cellspacing="0" border="0" style="border-collapse:collapse;">
</div>
</div>
-------
<table id="dnn_ctr892_ProductList_dlProductList" class="ProductList" cellspacing="0" cellpadding="0" border="0" style="width:100%;border-collapse:collapse;">
<span id="dnn_ctr892_ProductList_lblLineBreak">
<table class="PagingTable" border="0">
</div>
Is there a way to test for sub category count? Or have i perhaps missed a setting or a module?There is a great illustration of what im looking from one this site on your listed users http://www.electricitepro.com
Sadly i cant give you access as im working locally until i work this out then ill make the changes on our live site but thanks for the offer.