PressCrew / infinity-cbox

A fork of the Infinity theme for developing the official CBOX theme
GNU General Public License v2.0
1 stars 1 forks source link

Remove registration of BP template stack #3

Open r-a-y opened 9 years ago

r-a-y commented 9 years ago

Hi Marshall,

Is there a reason why /cbox-theme/templates/plugins/buddypress is a separate folder and not moved straight to /cbox-theme/buddypress? Is this just for file organization?

If there isn't a reason, we can drop the call to register the template stack in /engine/plugins/buddypress/base.php and move the directory to the cbox-theme/buddypress to avoid some file_exists() checks.

MrMaz commented 9 years ago

Infinity core is going to support a ton of plugins so I'm trying to keep the root dir as clean as possible. If there is an issue with the stack, I am willing to rethink it.