tamriel-foundry / apocrypha

Theme files for Tamriel Foundry
2 stars 1 forks source link

bbPress 2.4 Compatibility #21

Closed aaclayton closed 10 years ago

aaclayton commented 11 years ago

bbPress 2.4 dropped yesterday: http://bbpress.trac.wordpress.org/milestone/2.4

Some useful changes are included, and we should definitely aim to ship the new theme with full compatibility for that version.

aaclayton commented 10 years ago

This turned out to be pretty janky, and I had to struggle with a lot of problems that were being caused by the new 2.4 theme compatibility. I think the easiest (and probably most sane in our case) thing to do is just strip out the filter for bbp theme compat and handle all the templating ourselves (since we were doing that already). This will prevent bbPress from TRYING to hijack any theme-side components, and will will just forcefully provide them.