PDA

View Full Version : How to get rid of "Neighbour Categories"


Cris Santos
05-25-2006, 07:04 PM
I think the "Neighbour categories" might be confusing to visitors so I want to get rid of it.
How can I do this?

Also, still hoping someone will help with problems posted at http://www.esyndicat.com/forum/showthread.php?t=5573

Thank you.

Greg
05-25-2006, 07:15 PM
I think the "Neighbour categories" might be confusing to visitors so I want to get rid of it.
How can I do this?


Open index.tpl and find:
{if $neighbour_categories}
<div class="box">
<div class="box-caption-right">
<div class="box-caption-left">
<div class="box-caption">{$lang.neighbour_categories}</div>
</div>
</div>
<div class="categories">{$neighbour_categories}</div>
</div>
{/if}

And comment or remove it.
Or just go to "general configuration"
Neighbour categories display and check "disabled"

Sergey Ten
05-25-2006, 07:30 PM
I think, best resolve set option "Neighbour categories" in "disabled" in admin panel of eSyndiCat

Cris Santos
05-25-2006, 07:46 PM
Thank you greg and Sergei.
At least this ONE little problem is solved...