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.
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). Thebp_docs_locate_template()
wrapper function should handle compatibility.See https://github.com/cuny-academic-commons/cbox-theme/issues/241