Missing Forum Index when Advanced Forum enabled
Maedi - October 10, 2009 - 18:02
| Project: | Advanced Forum |
| Version: | 6.x-2.0-alpha1 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
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

#1
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.
<?php
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
?>
#2
Downgrading to 6 - 1.0 on a local setup solves the problem.
#3
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
#4
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...
#5
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