Template files inheritance
-
Hi peeps,
I have once before integrated an older release of bbPress 2 which worked fine, i was able to get all the templates to inherit from the activate WordPress theme but in the latest release that inheritance seems to have stopped working for me. Here’s a rundown of what i have done:
- Copied all the files from within
/bbpress/bbp-themes/bbp-twentyten
to the current theme i have activated - I have merged the activate themes functions.php file with the functions.php file from bbp-twentyten and removed the extra 2 occurrences for style.css
- Re-named all occurrences of Twenty-Ten to %THEME_NAME%
- Ensured
add_theme_support('bbpress')
exists at the top of my activate themes functions.php file
I have tried everything i physically can, i can modify the files within my themes bbpress folder but just am unable to get the page-* files to respect my changes. I have more then likely overlooked something but i have spent a good 1-2 hours reading through thread after thread and have come up empty handy.
Thanks in advanced.
- Copied all the files from within
- You must be logged in to reply to this topic.