I've recently upgraded from 5 to 6. When AF is enabled, the forum categories themselves are not visible. When AF is disabled, the forum categories are visible. Could this behavior be related with http://drupal.org/node/90214 ?

If you'd like to take a look, AF is enabled right now:
http://sourdough.com/forum

Switching AF themes doesn't help. Topic listings and topics themselves are working fine.

Thanks,
Maedi

Comments

maedi’s picture

I've printed $variables from 'advanced_forum.naked.forums.tpl.php' which shows that there are no forums coming through, so the problem is not at the theme layer.

 Array
(
    [template_files] => Array
        (
            [0] => forums-containers
            [1] => forums-0
            [2] => forums-containers-0
            [3] => advanced_forum.forums
            [4] => advanced_forum.naked.forums
        )

    [forums] => 
        


    [topics] => 
    [parents] => Array
        (
        )

    [tid] => 0 
maedi’s picture

Downgrading to 6 - 1.0 on a local setup solves the problem.

michelle’s picture

Status: Active » Postponed (maintainer needs more info)

Hmm... That's very strange. Do you have Page Manager enabled? I haven't tested 2.x without PM enabled, yet. It's possible there's a bug there.

Michelle

maedi’s picture

I did have page manager enabled but disabling and clearing Drupal's cache had no effect. I'll try disabling a few modules and see if I get lucky...

michelle’s picture

Status: Postponed (maintainer needs more info) » Active

Well, my concern was that it wasn't working without Page Manager. So, if you had it enabled, that's not the problem. I can't think of anything else that could be causing this... It's never happened to me. Will leave this active for now until we're sure it's not a bug.

Michelle

michelle’s picture

Status: Active » Postponed (maintainer needs more info)

Is this still an issue? You've customized the front page of your forum so I can't tell.

Michelle

michelle’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

No answer, closing.

Michelle