Skip to main content
Topic: [ADDON] Tabular Categories (Read 17251 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Re: [ADDON] Tabular Categories

Reply #45

That's indeed pretty funny. xD
Bugs creator.
Features destroyer.
Template killer.

Re: [ADDON] Tabular Categories

Reply #46

@emanuele  or @Spuds
For some reason, I can't find the fix that was told before about how to fix this issue.
Installed the addon, like have done on other sites, and all categories still show, the category headers, not the boards.
I can't remember what the fix was.

TC.png

 

Re: [ADDON] Tabular Categories

Reply #47

I found the fix for this:

BoardIndex.template.php

Code: (Find & Remove) [Select]
		
<header class="category_header">';

// If this category even can collapse, show a link to collapse it.
if ($category['can_collapse'])
echo '
<a class="chevricon i-chevron-', $category['is_collapsed'] ? 'down' : 'up', '" href="', $category['collapse_href'], '" title="', $category['is_collapsed'] ? $txt['show'] : $txt['hide'], '"></a>';

// The "category link" is only a link for logged in members. Guests just get the name.
echo '
', $category['link'], '
</header>

Re: [ADDON] Tabular Categories

Reply #48

Glad you got it sorted.  I've never looked at this addon  :zipper_mouth: