boonebgorges / buddypress-docs

GNU General Public License v3.0
106 stars 44 forks source link

manage-folders template should be loaded via `bp_docs_locate_template()` #554

Closed boonebgorges closed 6 years ago

boonebgorges commented 8 years ago

In docs-loop.php, the manage-folders template is loaded with bp_locate_template(). This doesn't work properly on themes that don't use BP 1.7+ theme compatibility (Docs can't register itself in the template stack). The bp_docs_locate_template() wrapper function should handle compatibility.

See https://github.com/cuny-academic-commons/cbox-theme/issues/241