Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: No ajax on replies


_ck_
Participant

@_ck_

One thing that’s probably holding that back and bugs me in that templates are not re-used in bbpress, is for example how post-form and edit-form should be integrated with maybe one or two conditional statements if necessary.

I guess ajax post deletes are a lot easier than ajax posting/editing.

Then there is the code block in front-page, forum.php & view.php which shows sub-forums, stickeys and posts. It’s virtually identical in each template but if you want to change one, you got to go to all three and change them in each place, the exact same code. It should be a sub-template, which of course I could hack in on my own but should be part of the core. Change it in one place, changes everywhere you see it.

Skip to toolbar