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.
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
Comment #1
skalfyfan commentedMichelle,
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
Comment #2
michelleAh, 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
Comment #3
michelleCommitted, thanks.
Michelle
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.