For template files, see this codex page:
Template Overload from a Plugin
Hey. Thanks again shanepb!
Can I suggest that the link you just gave me be added to the page I reference? I think it would help.
Um. Oops. Either I’m reading too fast, or this isn’t exactly what I want.
Basically, instead of baking in the theme any of the templates I’m customizing, I want to move all the bp-legacy stuff into a plugin – so it’s not tired to the theme – and then tell BP to look for the templates there, not the theme.
I’m not really – yet? – changing what template to look for, only where to look.
I’m back 🙂
Ok, I have it in a plugin and working 🙂 Thanks!
Now is it possible to use bp_register_template_stack(() with a class? When I tried
bp_register_template_stack(array($this, my-function/medthod-name) is funked up. So I had to move it outside my plugin’s class.
Was it me? Or BP?