I have tried modifying this in the themes/advforum of the module dir, as well as adding the advforum/ directory to my custom theme directory.

Continually keeps on referring to the CORE forum list template file.

Comments

skalfyfan’s picture

Status: Active » Needs review

Michelle,

Found the issue. Not quite sure how to submit patches on drupal.org but I'll submit it as a patch that needs review. The issue lies here:

advanced_forum.module

Bugged line #371:
$variables['template_files'][] = 'forums';

Fix:
$variables['template_files'][] = 'advf-forums'; ....as shipped in your package :)

Regards,
Paul

michelle’s picture

Status: Needs review » Reviewed & tested by the community

Ah, good catch. I must have missed that when I renamed those files. I did a quick look through and didn't see any others so that should fix it. I changed it in my copy and will commit it later today.

Thanks,

Michelle

michelle’s picture

Status: Reviewed & tested by the community » Fixed

Committed, thanks.

Michelle

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.