Re: Overwriting Template functions
THANK YOU detective!
(also thanks to _ck_ and Ipstenu – i’m sure we would not have gotten there without you).
So in idiots terms (so i can understand ;-] )…
All functions hardcoded into BBpress’s template-functions can be overwritten, but only if they are on a hardcoded list within the core?
And if you want to write a plugin to overwrite one of these template functions that’s hard coded into the core, and not on another the hardcoded list in the core, we have to include a file in the theme directory and not the plugin directory?
Am i the only one that thinks that this hampers theme development with all this hardcoded stuff? Anyway, as long as this works it’s cool with me – thank you all for your help!